Class IsTrueNode
java.lang.Object
ch.tocco.nice2.conditionals.api.tree.Node
ch.tocco.nice2.conditionals.api.tree.ConditionNode
ch.tocco.nice2.conditionals.api.tree.IsTrueNode
- All Implemented Interfaces:
NodeContainer, Serializable, Iterable<Node>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ConditionNode
ConditionNode.FactorHandleNested classes/interfaces inherited from class Node
Node.Annotation, Node.AnnotationKey, Node.Kind, Node.ToString -
Method Summary
Modifier and TypeMethodDescriptioncopy()booleanprotected NodegetImpl(int index) inthashCode()iterator()voidsetFactor(FactorNode factor) protected voidprotected voidtoString(Node.ToString toString) protected voidvisitThis(ch.tocco.nice2.conditionals.api.tree.CursorImpl cursor, NodeVisitor visitor) Methods inherited from class Node
allChildren, and, and, and, annotate, annotate, annotate, annotate, annotate, appendHash, appendHash, containsErroneous, copyTo, dump, dump, equation, equation, equation, funcall, funcall, funcall, funcall, funcall, funcall, funcall, get, get, getAnnotations, getEndLocation, getKind, getSource, getStartLocation, identifier, identifier, identifier, identifier, isAnd, isEquation, isErroneous, isFlagged, isFuncall, isIdentifier, isIsTrue, isLiteral, isNot, isOr, isTrue, isTrue, literal, literal, markErroneous, not, not, nullLiteral, or, parameter, parameter, parameter, path, path, process, readType, require, require, setDeserializationTypeManager, setEndLocation, setFlag, setSource, setStartLocation, toString, updateLocations, writeTypeMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
equals
-
hashCode
-
copy
- Specified by:
copyin classConditionNode
-
toString
-
getFactor
-
setFactor
-
getFactors
- Specified by:
getFactorsin classConditionNode
-
visitThis
protected void visitThis(ch.tocco.nice2.conditionals.api.tree.CursorImpl cursor, NodeVisitor visitor) - Overrides:
visitThisin classConditionNode
-
iterator
-
getImpl
- Specified by:
getImplin classConditionNode
-
setImpl
- Specified by:
setImplin classConditionNode
-