org.teatrove.tea.parsetree
Class Expression.Conversion

java.lang.Object
  extended by org.teatrove.tea.parsetree.Expression.Conversion
Enclosing class:
Expression

public static class Expression.Conversion
extends Object


Method Summary
 boolean equals(Object other)
           
 Type getFromType()
          Is null if this is the first conversion in the chain.
 Type getToType()
           
 boolean isCastPreferred()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFromType

public Type getFromType()
Is null if this is the first conversion in the chain.


getToType

public Type getToType()

isCastPreferred

public boolean isCastPreferred()

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.