Package org.drools.drl.ast.descr
Class NotDescr
java.lang.Object
org.drools.drl.ast.descr.BaseDescr
org.drools.drl.ast.descr.AnnotatedBaseDescr
org.drools.drl.ast.descr.NotDescr
- All Implemented Interfaces:
Externalizable,Serializable,ConditionalElementDescr,Namespaceable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(DescrVisitor visitor) voidvoidaddOrMerge(BaseDescr baseDescr) voidinsertBeforeLast(Class clazz, BaseDescr baseDescr) booleanremoveDescr(BaseDescr baseDescr) Methods inherited from class org.drools.drl.ast.descr.AnnotatedBaseDescr
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, hasAnnotation, hasAnnotation, indexByFQN, readExternal, writeExternalMethods inherited from class org.drools.drl.ast.descr.BaseDescr
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
-
Constructor Details
-
NotDescr
public NotDescr() -
NotDescr
-
-
Method Details
-
addDescr
- Specified by:
addDescrin interfaceConditionalElementDescr
-
insertBeforeLast
- Specified by:
insertBeforeLastin interfaceConditionalElementDescr
-
getDescrs
- Specified by:
getDescrsin interfaceConditionalElementDescr
-
removeDescr
- Specified by:
removeDescrin interfaceConditionalElementDescr
-
addOrMerge
- Specified by:
addOrMergein interfaceConditionalElementDescr
-
accept
-