|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer.SimpleNode
com.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer.ExpressionNode
com.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer.ASTFunction
public class ASTFunction
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer.ExpressionNode |
|---|
ExpressionNode.Equality, ExpressionNode.Inequality, ExpressionNode.Multiplicative |
| Field Summary |
|---|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer.SimpleNode |
|---|
children, id, parent, parser, value |
| Constructor Summary | |
|---|---|
ASTFunction(Expression p,
int id)
|
|
ASTFunction(int id)
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
jjtAccept(ExpressionVisitor visitor,
org.jdom.Element data)
Accept the visitor. |
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer.ExpressionNode |
|---|
getAttributeName, getBoolean, getCharacter, getEquality, getFloat, getImage, getInequality, getInteger, getMultiplicative, getString, isEqual, isPlus, jjtCreate, jjtCreate, setImage |
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer.SimpleNode |
|---|
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASTFunction(int id)
public ASTFunction(Expression p,
int id)
| Method Detail |
|---|
public org.jdom.Element jjtAccept(ExpressionVisitor visitor,
org.jdom.Element data)
throws BPELException
jjtAccept in interface NodejjtAccept in class SimpleNodeBPELException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||