org.peaseplate.internal.lang.command
Class AbstractCommand

java.lang.Object
  extended by org.peaseplate.internal.lang.command.AbstractCommand
All Implemented Interfaces:
ICommand
Direct Known Subclasses:
AbstractDoubleParameterCommand, AbstractSingleParameterCommand, MessageDesignator.MessageCommand, ThisCommand, ValueCommand, VariableCommand

public abstract class AbstractCommand
extends java.lang.Object
implements ICommand


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

AbstractCommand

public AbstractCommand(TemplateLocator locator,
                       int line,
                       int column)
Method Detail

getLocator

public TemplateLocator getLocator()
Specified by:
getLocator in interface ICommand
See Also:
ICommand.getLocator()

getLine

public int getLine()
Specified by:
getLine in interface ICommand
See Also:
ICommand.getLine()

getColumn

public int getColumn()
Specified by:
getColumn in interface ICommand
See Also:
ICommand.getColumn()


Copyright © 2008. All Rights Reserved.