- get(Object, List<String>) - Static method in class org.jamplate.impl.util.JSONUtil
-
Assuming the given object
is a JSONArray
or a JSONObject
,
get the value stored at the given nesting keys
.
- get(Object, String) - Static method in class org.jamplate.impl.util.JSONUtil
-
- get(String) - Method in class org.jamplate.model.Frame
-
Return the value allocated at the given address
in this memory.
- get(String) - Method in class org.jamplate.model.Memory
-
Return the value allocated at the given address
in this memory.
- get(Node.Key) - Method in class org.jamplate.model.Sketch
-
Return the component of this sketch with the given key
.
- getBoundsTree() - Method in exception org.jamplate.model.TreeOutOfBoundsException
-
Return the tree that defines the bounds.
- getChild() - Method in class org.jamplate.model.Tree
-
Get the first child tree of this tree.
- getCompilation(Document) - Method in class org.jamplate.impl.model.EnvironmentImpl
-
- getCompilation(String) - Method in class org.jamplate.impl.model.EnvironmentImpl
-
- getCompilation(Document) - Method in interface org.jamplate.model.Environment
-
Get the compilation set to this environment with the given document
or
return null
if no such compilation exist in this environment.
- getCompilation(String) - Method in interface org.jamplate.model.Environment
-
Get the compilation registered in this environment with the document qualified with
the given name
or return null
if no such compilation has been set
in this environment.
- getConsole() - Method in class org.jamplate.model.Memory
-
Return current set console appendable.
- getCriticalPoints() - Method in interface org.jamplate.diagnostic.Message
-
Return the critical points trees that caused the error represented by this
message.
- getCriticalPoints() - Method in class org.jamplate.impl.diagnostic.MessageImpl
-
- getDiagnostic() - Method in class org.jamplate.impl.model.EnvironmentImpl
-
- getDiagnostic() - Method in interface org.jamplate.model.Environment
-
Return the diagnostic manager in this environment.
- getDocument() - Method in exception org.jamplate.model.DocumentNotFoundException
-
Return the document that was about to be read but was not found and caused this
exception to be thrown.
- getEnvironment() - Method in class org.jamplate.impl.model.CompilationImpl
-
- getEnvironment() - Method in interface org.jamplate.model.Compilation
-
Return the environment this compilation is on.
- getErrorKind() - Method in interface org.jamplate.diagnostic.Message
-
Return the kind of the error of this message.
- getErrorKind() - Method in class org.jamplate.impl.diagnostic.MessageImpl
-
- getException() - Method in interface org.jamplate.diagnostic.Message
-
Return the exception caused this message.
- getException() - Method in class org.jamplate.impl.diagnostic.MessageImpl
-
- getFrame() - Method in class org.jamplate.model.Memory
-
Return the current last frame.
- getFrames() - Method in class org.jamplate.model.Memory
-
Return an array containing the current frames in this memory.
- getIllegalTree() - Method in exception org.jamplate.model.IllegalTreeException
-
Return the illegal tree that caused this exception to be thrown.
- getInstruction() - Method in class org.jamplate.impl.model.CompilationImpl
-
- getInstruction() - Method in interface org.jamplate.model.Compilation
-
Return the instruction set for this compilation.
- getInstruction() - Method in class org.jamplate.model.Frame
-
Return the instruction of this frame.
- getKind() - Method in class org.jamplate.model.Sketch
-
Return the kind of this sketch.
- getMessagePhrase() - Method in interface org.jamplate.diagnostic.Message
-
Return the message phrase.
- getMessagePhrase() - Method in class org.jamplate.impl.diagnostic.MessageImpl
-
- getMeta() - Method in class org.jamplate.impl.model.CompilationImpl
-
- getMeta() - Method in class org.jamplate.impl.model.EnvironmentImpl
-
- getMeta() - Method in interface org.jamplate.model.Compilation
-
Returns the meta-data map of this compilation.
- getMeta() - Method in interface org.jamplate.model.Environment
-
Returns the meta-data map of this environment.
- getMeta() - Method in class org.jamplate.model.Sketch
-
Get the meta-data map of this sketch.
- getName() - Method in class org.jamplate.model.Sketch
-
Get the name of this tree.
- getNext() - Method in class org.jamplate.model.Tree
-
Get the tree after this tree.
- getParent() - Method in class org.jamplate.model.Tree
-
Get the tree containing this tree.
- getPrevious() - Method in class org.jamplate.model.Tree
-
Get the tree before this tree.
- getPrimaryTree() - Method in exception org.jamplate.model.IllegalTreeException
-
Return the primary tree where the illegal tree was detected.
- getPriority() - Method in interface org.jamplate.diagnostic.Message
-
Return the priority of this message.
- getPriority() - Method in class org.jamplate.impl.diagnostic.MessageImpl
-
- getRootTree() - Method in class org.jamplate.impl.model.CompilationImpl
-
- getRootTree() - Method in interface org.jamplate.model.Compilation
-
Return the root tree of this compilation.
- getSketch() - Method in class org.jamplate.model.Tree
-
Return the sketch assigned to this tree.
- getStackTrace() - Method in interface org.jamplate.diagnostic.Message
-
Return the trace of the error.
- getStackTrace() - Method in class org.jamplate.impl.diagnostic.MessageImpl
-
- getStackTrace() - Method in class org.jamplate.model.Memory
-
Build the current stack trace of trees.
- getTree() - Method in class org.jamplate.impl.instruction.AllocAddrConst
-
- getTree() - Method in class org.jamplate.impl.instruction.AllocAddrExecInstr
-
- getTree() - Method in class org.jamplate.impl.instruction.BranchExecInstr0Instr1Instr2
-
- getTree() - Method in class org.jamplate.impl.instruction.ConsoleExecInstr
-
- getTree() - Method in class org.jamplate.impl.instruction.CpedAddrXinstr
-
- getTree() - Method in class org.jamplate.impl.instruction.ExecImportExecInstr
-
- getTree() - Method in class org.jamplate.impl.instruction.FallocAddrConst
-
- getTree() - Method in class org.jamplate.impl.instruction.FpedAddrExecInstrXinstr
-
- getTree() - Method in class org.jamplate.impl.instruction.FreeAddr
-
- getTree() - Method in class org.jamplate.impl.instruction.IpedXinstr
-
- getTree() - Method in class org.jamplate.impl.instruction.IterXinstr
-
- getTree() - Method in class org.jamplate.impl.instruction.PrintExecInstr
-
- getTree() - Method in class org.jamplate.impl.instruction.PushAddExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.PushCmpExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.PushConst
-
- getTree() - Method in class org.jamplate.impl.instruction.PushDivExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.PushEqlExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.PushEvalAddr
-
- getTree() - Method in class org.jamplate.impl.instruction.PushGetAddrExecInstr
-
- getTree() - Method in class org.jamplate.impl.instruction.PushLndExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.PushLorExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.PushModExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.PushMulExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.PushNegExecInstr
-
- getTree() - Method in class org.jamplate.impl.instruction.PushSubExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.PutAddrExecInstr0ExecInstr1
-
- getTree() - Method in class org.jamplate.impl.instruction.RepllocAddrExecInstr
-
- getTree() - Method in class org.jamplate.impl.instruction.RepreeAddr
-
- getTree() - Method in class org.jamplate.impl.instruction.ReprntConst
-
- getTree() - Method in class org.jamplate.impl.instruction.SpreadExecInstr
-
- getTree() - Method in exception org.jamplate.model.CompileException
-
Return a reference tree where the failure occurred.
- getTree() - Method in exception org.jamplate.model.ExecutionException
-
Return the tree where the failure occurred.
- getTree() - Method in interface org.jamplate.model.Instruction
-
Return the tree from where this instruction was declared.
- getTree() - Method in class org.jamplate.model.Sketch
-
Return the tree of this sketch.
- getZIndex() - Method in class org.jamplate.model.Tree
-
Return the Z-index of this tree.