|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.lang.descr.PatternDescr
This is the super type for all pattern AST nodes.

| Constructor Summary | |
PatternDescr()
|
|
| Method Summary | |
int |
getColumn()
|
int |
getEndColumn()
|
int |
getEndLine()
|
int |
getLine()
|
void |
setEndLocation(int line,
int column)
|
void |
setLocation(int line,
int column)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PatternDescr()
| Method Detail |
public void setLocation(int line,
int column)
public void setEndLocation(int line,
int column)
public int getLine()
public int getColumn()
public int getEndLine()
public int getEndColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||