private class JxpProcessor.JxpUserDefinedFunction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private AstBlock |
_block
the block
|
private SimpleNode |
_paramSpec
the declarator
|
| Constructor and Description |
|---|
JxpProcessor.JxpUserDefinedFunction(SimpleNode paramSpec,
AstBlock block)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AstBlock |
getBlock()
Get the block
|
SimpleNode |
getParameterSpec()
Get the declarator
|
private SimpleNode _paramSpec
private AstBlock _block
public JxpProcessor.JxpUserDefinedFunction(SimpleNode paramSpec, AstBlock block)
dec - the declaratorblock - the function blockpublic SimpleNode getParameterSpec()
public AstBlock getBlock()