Uses of Class
org.onemind.jxp.JxpProcessingContext

Packages that use JxpProcessingContext
org.onemind.jxp   
 

Uses of JxpProcessingContext in org.onemind.jxp
 

Fields in org.onemind.jxp declared as JxpProcessingContext
private  JxpProcessingContext VariableAssignable._context
          the context
 

Methods in org.onemind.jxp that return JxpProcessingContext
 JxpProcessingContext JxpContext.createProcessingContext(java.util.Map pageEnv, java.io.Writer writer)
          Create processing context
 JxpProcessingContext JxpProcessor.getCurrentContext()
          Get the current processing context
 

Methods in org.onemind.jxp with parameters of type JxpProcessingContext
protected  java.lang.Object JxpProcessor.process(java.lang.String id, JxpProcessingContext context)
          Processing a page identified by id in current context
protected  java.lang.Object[] JxpProcessor.resolveArguments(AstArguments node, JxpProcessingContext context)
          Resolve the arguments for function or method call
protected  int[] JxpProcessor.resolveArrayDims(AstArrayDims node, JxpProcessingContext context)
          Resolve the array dimensions needed
 

Constructors in org.onemind.jxp with parameters of type JxpProcessingContext
VariableAssignable(java.lang.String name, JxpProcessingContext context)
          Constructor