public class CardinalityConstraintImpl extends Antlr3NRLBaseAst implements ICardinalityConstraint
ICardinalityConstraint.QualifierEnumchildIndex, parent, startIndex, stopIndex, tokenNEWLINE| Constructor and Description |
|---|
CardinalityConstraintImpl() |
CardinalityConstraintImpl(org.antlr.runtime.Token token) |
| Modifier and Type | Method and Description |
|---|---|
String |
dump(int indent)
Dump the AST and its children for debugging purposes
|
int |
getColumn()
Return the column in the input file where this node occurred.
|
int |
getLine()
Return the line in the input file where this node occurred.
|
int |
getNumber()
Return the cardinality number.
|
ICardinalityConstraint.QualifierEnum |
getQualifier()
Return one of the qualifier constants defined in this class, that bound
the number.
|
accept, doIndent, getUserData, initialisePositionFromChild, setColumn, setLine, setUserDatadupNode, getCharPositionInLine, getChildIndex, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, getUserData, setUserDatapublic CardinalityConstraintImpl()
public CardinalityConstraintImpl(org.antlr.runtime.Token token)
public String dump(int indent)
INRLAstNodedump in interface INRLAstNodedump in class Antlr3NRLBaseAstindent - the indentation count, 0 on first callpublic int getLine()
INRLAstNodegetLine in interface INRLAstNodegetLine in interface org.antlr.runtime.tree.TreegetLine in class Antlr3NRLBaseAstpublic int getColumn()
INRLAstNodegetColumn in interface INRLAstNodegetColumn in class Antlr3NRLBaseAstpublic int getNumber()
ICardinalityConstraintgetNumber in interface ICardinalityConstraintpublic ICardinalityConstraint.QualifierEnum getQualifier()
ICardinalityConstraintgetQualifier in interface ICardinalityConstraintCopyright © 2006-2013. All Rights Reserved.