Package org.drools.drl.ast.descr
Class QualifiedIdentifierRestrictionDescr
java.lang.Object
org.drools.drl.ast.descr.BaseDescr
org.drools.drl.ast.descr.RestrictionDescr
org.drools.drl.ast.descr.EvaluatorBasedRestrictionDescr
org.drools.drl.ast.descr.QualifiedIdentifierRestrictionDescr
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
This represents a qualified identifier, like enums or subfield
access in variables like "$p.name". This is a constraint on a single
field of a pattern.
The "text" contains the content.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQualifiedIdentifierRestrictionDescr(String evaluator, boolean isNegated, String parameterText, String text) -
Method Summary
Methods inherited from class org.drools.drl.ast.descr.EvaluatorBasedRestrictionDescr
getEvaluator, getParameters, getParameterText, isNegated, setEvaluator, setNegated, setParametersMethods inherited from class org.drools.drl.ast.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, negate, positionAsString, readExternal, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
-
Constructor Details
-
QualifiedIdentifierRestrictionDescr
public QualifiedIdentifierRestrictionDescr() -
QualifiedIdentifierRestrictionDescr
-
-
Method Details
-
toString
- Overrides:
toStringin classEvaluatorBasedRestrictionDescr
-