public class ValidationFragmentApplicationImpl extends ConstraintImpl implements IValidationFragmentApplication
childIndex, parent, startIndex, stopIndex, tokenNEWLINE| Constructor and Description |
|---|
ValidationFragmentApplicationImpl() |
ValidationFragmentApplicationImpl(org.antlr.runtime.Token token) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(INRLAstVisitor visitor)
Accept a visitor to this node.
|
String |
dump(int indent)
Deprecated.
|
IValidationFragmentDeclaration |
getFragment()
Return the fragment to check.
|
String |
getFragmentName()
Return the name of the fragment to check.
|
int |
getNumParameters()
Return the number of parameters passed to this property.
|
IExpression |
getParameter(int index)
Return a parameter.
|
void |
setFragment(IValidationFragmentDeclaration property) |
getNRLDataType, setNRLDataTypedoIndent, getColumn, getLine, 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, waitgetNRLDataType, setNRLDataTypegetColumn, getLine, getUserData, setUserDatapublic ValidationFragmentApplicationImpl()
public ValidationFragmentApplicationImpl(org.antlr.runtime.Token token)
public void accept(INRLAstVisitor visitor)
INRLAstNodeaccept in interface INRLAstNodeaccept in class Antlr3NRLBaseAstvisitor - the visitor@Deprecated public String dump(int indent)
INRLAstNodedump in interface INRLAstNodedump in class Antlr3NRLBaseAstindent - the indentation count, 0 on first callpublic String getFragmentName()
IValidationFragmentApplicationIValidationFragmentApplication.getFragment() to
return the actual fragment.getFragmentName in interface IValidationFragmentApplicationpublic int getNumParameters()
IValidationFragmentApplicationgetNumParameters in interface IValidationFragmentApplicationpublic IExpression getParameter(int index)
IValidationFragmentApplicationIValidationFragmentApplication.getNumParameters()-1, or a runtime exception will occur.getParameter in interface IValidationFragmentApplicationindex - the indexpublic IValidationFragmentDeclaration getFragment()
IValidationFragmentApplicationgetFragment in interface IValidationFragmentApplicationpublic void setFragment(IValidationFragmentDeclaration property)
Copyright © 2006-2013. All Rights Reserved.