Package | Description |
---|---|
org.onemind.jxp | |
org.onemind.jxp.parser |
Modifier and Type | Field and Description |
---|---|
private SimpleNode |
ProcessingException._errNode
the error node *
|
private SimpleNode |
JxpProcessor.JxpUserDefinedFunction._paramSpec
the declarator
|
Modifier and Type | Method and Description |
---|---|
SimpleNode |
ProcessingException.getErrNode()
Get the error node
|
SimpleNode |
JxpProcessor.JxpUserDefinedFunction.getParameterSpec()
Get the declarator
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
JxpProcessor.assign(SimpleNode node,
java.lang.Object value)
Assign the value assignable target node to the value
|
void |
JxpProcessor.declareFunctionLocals(java.lang.String functionName,
SimpleNode params,
java.lang.Object[] args)
Create the function environment
|
private ProcessingException |
JxpProcessor.generateProcessingException(java.lang.Throwable e,
SimpleNode node)
Throws the exception
|
protected Assignable |
JxpProcessor.resolveAssignmentTarget(SimpleNode node,
boolean throwException)
Resolve the assignment target.
|
void |
ProcessingException.setErrNode(SimpleNode node)
Set the error node
|
java.lang.Object |
JxpProcessor.visit(SimpleNode node,
java.lang.Object data) |
Constructor and Description |
---|
JxpProcessor.JxpUserDefinedFunction(SimpleNode paramSpec,
AstBlock block)
Constructor
|
ProcessingException(JxpPage page,
java.lang.String message,
SimpleNode errNode)
Constructor
|
ProcessingException(JxpPage page,
java.lang.String message,
java.lang.Throwable cause,
SimpleNode errNode)
Constructor
|
ProcessingException(JxpPage page,
java.lang.Throwable cause,
SimpleNode errNode)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JxpParserVisitor.visit(SimpleNode node,
java.lang.Object data) |