Uses of Class
org.jicengine.Instructions

Packages that use Instructions
org.jicengine   
org.jicengine.builder   
 

Uses of Instructions in org.jicengine
 

Methods in org.jicengine with parameters of type Instructions
static java.lang.Object JICE.build(Instructions instructions)
           
 java.lang.Object Builder.build(Instructions instructions)
           
 

Uses of Instructions in org.jicengine.builder
 

Methods in org.jicengine.builder with parameters of type Instructions
 java.lang.Object BuilderImpl.build(Instructions instructions)
           
 

Constructors in org.jicengine.builder with parameters of type Instructions
BuildContextImpl(Instructions instructions)