cager.jexpr
Class OperatorTypeInfo

java.lang.Object
  extended bycager.jexpr.OperatorTypeInfo

public class OperatorTypeInfo
extends java.lang.Object

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.

Author:
Paul Cager.

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

toString

public java.lang.String toString()

getResultType

public org.apache.bcel.generic.Type getResultType()

getImplicitCast1

public org.apache.bcel.generic.Type getImplicitCast1()
TODO - document these.


getImplicitCast2

public org.apache.bcel.generic.Type getImplicitCast2()
TODO - document these.