Uses of Interface
org.inxar.jenesis.Cast

Packages that use Cast
com.inxar.jenesis Classes which implement Java language elements. 
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of Cast in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return Cast
 Cast MVM.newCast(Type type, Expression val)
           
 

Uses of Cast in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return Cast
abstract  Cast VirtualMachine.newCast(Type type, Expression value)
          Expression factory method which returns a new cast function having the given type and value.