|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcager.jexpr.OperatorTypeInfo
Information about an operation's result type.
For the expression 12 + 14 the result type
would be integer, while for the expression
12 + "x" the result would be a string.
| Method Summary | |
org.apache.bcel.generic.Type |
getImplicitCast1()
TODO - document these. |
org.apache.bcel.generic.Type |
getImplicitCast2()
TODO - document these. |
org.apache.bcel.generic.Type |
getResultType()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String toString()
public org.apache.bcel.generic.Type getResultType()
public org.apache.bcel.generic.Type getImplicitCast1()
public org.apache.bcel.generic.Type getImplicitCast2()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||