dsql.parser
Class ASTOptional
java.lang.Object
dsql.parser.SimpleNode
dsql.parser.DMNode
dsql.parser.ASTXMLElement
dsql.parser.ASTOptional
- All Implemented Interfaces:
- java.lang.Cloneable, Node
- public class ASTOptional
- extends ASTXMLElement
An element
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class dsql.parser.ASTXMLElement |
attributesToString, execute, executeXML, getAttributeValue, getElement, getElement, getElements, getStartTag, getTagName, getXMLText, print, setAttribute, setAttribute, setDoc, setTagName |
Methods inherited from class dsql.parser.DMNode |
executeArgument, executeArgumentAsClass, executeArgumentColumnHolder, executeArgumentNonNull, executeArgumentRecordHolder, executeArgumentTable, executeWithCatch, getArgument, getCaller, getDsqlParent, getLine, getRoot, getString, hasArgument, jjtInsertFirstChild, jjtSetChild, setCaller, setLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTOptional
public ASTOptional(int id)
ASTOptional
public ASTOptional(Parser p,
int id)
ASTOptional
public ASTOptional(ASTXMLElement toCopy)
- Constructor for ASTXMLElement.recast()
toString
public java.lang.String toString()
- Overrides:
toString
in class ASTXMLElement