public class ConstraintStatement extends BtrPlaceTree
errors| Constructor and Description |
|---|
ConstraintStatement(org.antlr.runtime.Token t,
Script scr,
ConstraintsCatalog cat,
ErrorReporter errs)
Make a new Tree parser.
|
| Modifier and Type | Method and Description |
|---|---|
BtrpOperand |
go(BtrPlaceTree parent)
Build the constraint.
|
append, getChild, ignoreError, ignoreError, ignoreError, ignoreErrorsdupNode, getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreepublic ConstraintStatement(org.antlr.runtime.Token t,
Script scr,
ConstraintsCatalog cat,
ErrorReporter errs)
t - the root symbolcat - the catalog of available constraintserrs - the errors to reportpublic BtrpOperand go(BtrPlaceTree parent)
go in class BtrPlaceTreeparent - the parent of the rootContent.empty if the constraint is successfully built.
Content.ignore if an error occurred (the error is already reported)Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.