Package org.camunda.bpm.engine.impl.juel
Class AstLiteral
- java.lang.Object
-
- org.camunda.bpm.engine.impl.juel.AstNode
-
- org.camunda.bpm.engine.impl.juel.AstRightValue
-
- org.camunda.bpm.engine.impl.juel.AstLiteral
-
- All Implemented Interfaces:
ExpressionNode
,Node
- Direct Known Subclasses:
AstBoolean
,AstNull
,AstNumber
,AstString
public abstract class AstLiteral extends AstRightValue
-
-
Constructor Summary
Constructors Constructor Description AstLiteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCardinality()
Get the node's number of children.AstNode
getChild(int i)
Get i'th child-
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
-
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstNode
appendStructure, eval, getStructuralId, getValue
-
-