Uses of Interface
org.inxar.jenesis.Ternary

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

Uses of Ternary in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return Ternary
 Ternary MVM.newTernary(int type, Expression one, Expression two, Expression three)
           
 

Uses of Ternary in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return Ternary
abstract  Ternary VirtualMachine.newTernary(int type, Expression one, Expression two, Expression three)
          Expression factory method which returns a new unary function of the given type.