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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AstLiteral
public AstLiteral()
getCardinality
public final int getCardinality()
- Description copied from interface:
Node
- Get the node's number of children.
getChild
public final AstNode getChild(int i)
- Description copied from interface:
Node
- Get i'th child
Copyright © 2015 camunda services GmbH. All rights reserved.