|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.onemind.jxp.JxpProcessor.JxpUserDefinedFunction
private class JxpProcessor.JxpUserDefinedFunction
Represents a user defined function
Field Summary | |
---|---|
private AstBlock |
_block
the block |
private SimpleNode |
_paramSpec
the declarator |
Constructor Summary | |
---|---|
JxpProcessor.JxpUserDefinedFunction(SimpleNode paramSpec,
AstBlock block)
Constructor |
Method Summary | |
---|---|
AstBlock |
getBlock()
Get the block |
SimpleNode |
getParameterSpec()
Get the declarator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private SimpleNode _paramSpec
private AstBlock _block
Constructor Detail |
---|
public JxpProcessor.JxpUserDefinedFunction(SimpleNode paramSpec, AstBlock block)
dec
- the declaratorblock
- the function blockMethod Detail |
---|
public SimpleNode getParameterSpec()
public AstBlock getBlock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |