org.drools.lang.descr
Class QualifiedIdentifierRestrictionDescr
java.lang.Object
org.drools.lang.descr.BaseDescr
org.drools.lang.descr.RestrictionDescr
org.drools.lang.descr.EvaluatorBasedRestrictionDescr
org.drools.lang.descr.QualifiedIdentifierRestrictionDescr
- All Implemented Interfaces:
- Externalizable, Serializable, Namespaceable
public class QualifiedIdentifierRestrictionDescr
- extends EvaluatorBasedRestrictionDescr
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:
- Serialized Form
Methods inherited from class org.drools.lang.descr.BaseDescr |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal |
QualifiedIdentifierRestrictionDescr
public QualifiedIdentifierRestrictionDescr()
QualifiedIdentifierRestrictionDescr
public QualifiedIdentifierRestrictionDescr(String evaluator,
boolean isNegated,
String parameterText,
String text)
toString
public String toString()
- Overrides:
toString
in class EvaluatorBasedRestrictionDescr
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.