|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.peaseplate.internal.lang.command.AbstractCommand
public abstract class AbstractCommand
Constructor Summary | |
---|---|
AbstractCommand(TemplateLocator locator,
int line,
int column)
|
Method Summary | |
---|---|
int |
getColumn()
|
int |
getLine()
|
TemplateLocator |
getLocator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.peaseplate.internal.lang.command.ICommand |
---|
call |
Constructor Detail |
---|
public AbstractCommand(TemplateLocator locator, int line, int column)
Method Detail |
---|
public TemplateLocator getLocator()
getLocator
in interface ICommand
ICommand.getLocator()
public int getLine()
getLine
in interface ICommand
ICommand.getLine()
public int getColumn()
getColumn
in interface ICommand
ICommand.getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |