|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleNode | |
|---|---|
| org.onemind.jxp | |
| org.onemind.jxp.parser | |
| Uses of SimpleNode in org.onemind.jxp |
|---|
| Fields in org.onemind.jxp declared as SimpleNode | |
|---|---|
private SimpleNode |
ProcessingException._errNode
the error node * |
private SimpleNode |
JxpProcessor.JxpUserDefinedFunction._paramSpec
the declarator |
| Methods in org.onemind.jxp that return SimpleNode | |
|---|---|
SimpleNode |
ProcessingException.getErrNode()
Get the error node |
SimpleNode |
JxpProcessor.JxpUserDefinedFunction.getParameterSpec()
Get the declarator |
| Methods in org.onemind.jxp with parameters of type SimpleNode | |
|---|---|
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)
|
| Constructors in org.onemind.jxp with parameters of type SimpleNode | |
|---|---|
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 |
|
| Uses of SimpleNode in org.onemind.jxp.parser |
|---|
| Methods in org.onemind.jxp.parser with parameters of type SimpleNode | |
|---|---|
java.lang.Object |
JxpParserVisitor.visit(SimpleNode node,
java.lang.Object data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||