de.odysseus.el.tree.impl.ast
Class AstLiteral

java.lang.Object
  extended by de.odysseus.el.tree.impl.ast.AstNode
      extended by de.odysseus.el.tree.impl.ast.AstRightValue
          extended by 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
AstLiteral()
           
 
Method Summary
 int getCardinality()
          Get the node's number of children.
 AstNode getChild(int i)
          Get i'th child
 
Methods inherited from class de.odysseus.el.tree.impl.ast.AstRightValue
getMethodInfo, getType, invoke, isLeftValue, isLiteralText, isReadOnly, setValue
 
Methods inherited from class de.odysseus.el.tree.impl.ast.AstNode
appendStructure, eval, getStructuralId, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AstLiteral

public AstLiteral()
Method Detail

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 © 2006-2009 Odysseus Software GmbH.