Package org.drools.compiler.lang.descr
Class ActionDescr
- java.lang.Object
-
- org.drools.compiler.lang.descr.BaseDescr
-
- org.drools.compiler.lang.descr.ActionDescr
-
- All Implemented Interfaces:
Externalizable,Serializable,org.drools.core.rule.Namespaceable
public class ActionDescr extends BaseDescr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionDescr()ActionDescr(String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()voidsetText(String text)-
Methods inherited from class org.drools.compiler.lang.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, isNegated, negate, positionAsString, readExternal, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, writeExternal
-
-