Uses of Interface
org.inxar.jenesis.Unary

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

Uses of Unary in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return Unary
 Unary MVM.newUnary(int type, Expression val)
           
 

Uses of Unary in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return Unary
abstract  Unary VirtualMachine.newUnary(int type, Expression value)
          Expression factory method which returns a new unary function of the given type.