Package org.drools.drl.ast.descr
Class ReturnValueRestrictionDescr
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.ReturnValueRestrictionDescr
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReturnValueRestrictionDescr(String evaluator, RelationalExprDescr relDescr, Object content) -
Method Summary
Modifier and TypeMethodDescriptionString[]voidsetClassMethodName(String classMethodName) voidsetContent(Object text) voidsetDeclarations(String[] declarations) toString()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
-
ReturnValueRestrictionDescr
public ReturnValueRestrictionDescr() -
ReturnValueRestrictionDescr
-
-
Method Details
-
getClassMethodName
-
setClassMethodName
-
getContent
-
setContent
-
setDeclarations
-
getDeclarations
-
toString
- Overrides:
toStringin classEvaluatorBasedRestrictionDescr
-