Package org.drools.drl.ast.descr
Class FunctionDescr
java.lang.Object
org.drools.drl.ast.descr.BaseDescr
org.drools.drl.ast.descr.FunctionDescr
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(String type, String name) getBody()getName()intvoidvoidsetClassName(String className) voidsetDialect(String dialect) voidvoidsetOffset(int offset) voidsetReturnType(String type) toString()Methods inherited from class org.drools.drl.ast.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, readExternal, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.drl.ast.descr.Namespaceable
getNamespace, setNamespace
-
Constructor Details
-
FunctionDescr
public FunctionDescr() -
FunctionDescr
-
-
Method Details