Package | Description |
---|---|
org.onemind.jxp | |
org.onemind.jxp.parser |
Modifier and Type | Field and Description |
---|---|
private AstBlock |
JxpProcessor.JxpUserDefinedFunction._block
the block
|
Modifier and Type | Method and Description |
---|---|
AstBlock |
JxpProcessor.JxpUserDefinedFunction.getBlock()
Get the block
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JxpProcessor.visit(AstBlock node,
java.lang.Object data) |
Constructor and Description |
---|
JxpProcessor.JxpUserDefinedFunction(SimpleNode paramSpec,
AstBlock block)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JxpParserVisitor.visit(AstBlock node,
java.lang.Object data) |