- ACCESSOR - Static variable in class org.jamplate.impl.Component
-
The key of the accessor component.
- Address - Class in org.jamplate.impl
-
Commonly used memory addresses.
- address - Variable in class org.jamplate.impl.instruction.AllocAddrConst
-
The address to allocate to.
- address - Variable in class org.jamplate.impl.instruction.AllocAddrExecInstr
-
The address to allocate to.
- address - Variable in class org.jamplate.impl.instruction.CpedAddrXinstr
-
The address to allocate the captured text to.
- address - Variable in class org.jamplate.impl.instruction.FallocAddrConst
-
The address to allocate to.
- address - Variable in class org.jamplate.impl.instruction.FpedAddrExecInstrXinstr
-
The address to allocate the item of each iteration to.
- address - Variable in class org.jamplate.impl.instruction.FreeAddr
-
The address to be freed.
- address - Variable in class org.jamplate.impl.instruction.PushDefAddr
-
The address.
- address - Variable in class org.jamplate.impl.instruction.PushEvalAddr
-
The address to push the value of evaluating it.
- address - Variable in class org.jamplate.impl.instruction.PushGetAddrExecInstr
-
The address to evaluate.
- address - Variable in class org.jamplate.impl.instruction.PushNdefAddr
-
The address.
- address - Variable in class org.jamplate.impl.instruction.PutAddrExecInstr0ExecInstr1
-
The address to put to.
- address - Variable in class org.jamplate.impl.instruction.RepllocAddrExecInstr
-
The address to allocate to.
- address - Variable in class org.jamplate.impl.instruction.RepreeAddr
-
The address to be freed.
- AllocAddrConst - Class in org.jamplate.impl.instruction
-
ALLOC( ADDR , CONST )
- AllocAddrConst(String, String) - Constructor for class org.jamplate.impl.instruction.AllocAddrConst
-
Construct a new instruction that allocates the given constant
to the given
address
at the heap.
- AllocAddrConst(Tree, String, String) - Constructor for class org.jamplate.impl.instruction.AllocAddrConst
-
Construct a new instruction that allocates the given constant
to the given
address
at the heap.
- AllocAddrExecInstr - Class in org.jamplate.impl.instruction
-
ALLOC( ADDR , EXEC( INSTR ) )
- AllocAddrExecInstr(String, Instruction) - Constructor for class org.jamplate.impl.instruction.AllocAddrExecInstr
-
Construct a new instruction that allocates the results from executing the given
instruction
to the given address
at the heap.
- AllocAddrExecInstr(Tree, String, Instruction) - Constructor for class org.jamplate.impl.instruction.AllocAddrExecInstr
-
Construct a new instruction that allocates the results from executing the given
instruction
to the given address
at the heap.
- analyze(Compilation, Tree) - Method in class org.jamplate.impl.analyzer.ConditionTransformAnalyzer
-
- analyze(Compilation, Tree) - Method in class org.jamplate.impl.analyzer.RecursiveAnalyzer
-
- analyze(Compilation, Tree) - Method in class org.jamplate.impl.analyzer.SequentialAnalyzer
-
- analyze(Compilation, Tree) - Method in interface org.jamplate.model.function.Analyzer
-
Analyze the given tree
and its relative trees.
- analyzer - Variable in class org.jamplate.impl.analyzer.RecursiveAnalyzer
-
The wrapped analyzer.
- ANALYZER - Static variable in class org.jamplate.impl.Jamplate
-
The default jamplate analyzer.
- analyzer - Variable in class org.jamplate.impl.processor.AnalyzerProcessor
-
The analyzer.
- Analyzer - Interface in org.jamplate.model.function
-
A function that analyzes the trees given to it and modify them (if necessary) depending
on its analytic results.
- ANALYZER_PROCESSOR - Static variable in class org.jamplate.impl.Jamplate
-
A processor for the jamplate analyzer.
- AnalyzerProcessor - Class in org.jamplate.impl.processor
-
A processor that analyzes the root trees of the compilations given to it using a
pre-specified analyzer.
- AnalyzerProcessor(Analyzer) - Constructor for class org.jamplate.impl.processor.AnalyzerProcessor
-
Construct a new processor that analyzes the root trees of the compilations given to
it using the given analyzer
.
- analyzers - Variable in class org.jamplate.impl.analyzer.SequentialAnalyzer
-
The analyzers used by this analyzer.
- Analyzers - Class in org.jamplate.impl
-
Jamplate analyzers.
- asJSONArray(Object) - Static method in class org.jamplate.impl.util.JSONUtil
-
Convert the given object
into a json array.
- asJSONObject(Object) - Static method in class org.jamplate.impl.util.JSONUtil
-
Convert the given object
into a json object.