Package org.drools.drl.ast.descr
Class FunctionImportDescr
java.lang.Object
org.drools.drl.ast.descr.BaseDescr
org.drools.drl.ast.descr.ImportDescr
org.drools.drl.ast.descr.FunctionImportDescr
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
A descriptor for imported static functions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drools.drl.ast.descr.ImportDescr
equals, getTarget, hashCode, 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
-
FunctionImportDescr
public FunctionImportDescr()
-
-
Method Details
-
toString
- Overrides:
toStringin classImportDescr
-