Package org.drools.drl.ast.descr
Class AccumulateImportDescr
java.lang.Object
org.drools.drl.ast.descr.BaseDescr
org.drools.drl.ast.descr.ImportDescr
org.drools.drl.ast.descr.AccumulateImportDescr
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
A descriptor for imported static functions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetFunctionName(String functionName) toString()Methods inherited from class org.drools.drl.ast.descr.ImportDescr
getTarget, readExternal, setTarget, writeExternalMethods inherited from class org.drools.drl.ast.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
-
Constructor Details
-
AccumulateImportDescr
public AccumulateImportDescr()
-
-
Method Details
-
getFunctionName
-
setFunctionName
-
toString
- Overrides:
toStringin classImportDescr
-
hashCode
public int hashCode()- Overrides:
hashCodein classImportDescr
-
equals
- Overrides:
equalsin classImportDescr
-