当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
PatternDescr - JBoss RULES 3.0.6 API 英文版文档
org.drools.lang.descr
Class PatternDescr
java.lang.Object
org.drools.lang.descr.PatternDescr
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AndDescr, AttributeDescr, BoundVariableDescr, ColumnDescr, EvalDescr, ExistsDescr, FieldBindingDescr, LiteralDescr, NotDescr, OrDescr, PackageDescr, PredicateDescr, ReturnValueDescr, RuleDescr
public class PatternDescr
- extends java.lang.Object
- implements java.io.Serializable
This is the super type for all pattern AST nodes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternDescr
public PatternDescr()
setLocation
public void setLocation(int line,
int column)
setEndLocation
public void setEndLocation(int line,
int column)
getLine
public int getLine()
getColumn
public int getColumn()
getEndLine
public int getEndLine()
getEndColumn
public int getEndColumn()