Class AstLiteral
- java.lang.Object
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.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 intgetCardinality()Get the node's number of children.AstNodegetChild(int i)Get i'th child-
Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
-
Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
appendStructure, eval, findAccessibleMethod, getStructuralId, getValue
-
-