org.peaseplate.internal.lang.command
Interface ICommand

All Known Implementing Classes:
AbstractBooleanCommand, AbstractCommand, AbstractCompareCommand, AbstractDoubleParameterCommand, AbstractEqualityCommand, AbstractNativeCallCommand, AbstractNumericCommand, AbstractObjectCallCommand, AbstractSingleParameterCommand, AbstractUnaryCommand, AdditionCommand, AndCommand, BitwiseAndCommand, BitwiseExclusiveOrCommand, BitwiseInclusiveOrCommand, ComplementCommand, DivideCommand, EqualsCommand, GreaterEqualCommand, GreaterThanCommand, InlineConditionCommand, InvocationCommand, LessEqualCommand, LessThanCommand, MessageDesignator.MessageCommand, ModuloCommand, MultiplyCommand, NegativeCommand, NotCommand, NotEqualsCommand, OrCommand, PopCommand, PositiveCommand, QueryCommand, ShiftLeftCommand, ShiftRightCommand, SubstractCommand, ThisCommand, TransformerCommand, UnsignedShiftRightCommand, ValueCommand, VariableCommand

public interface ICommand


Method Summary
 java.lang.Object call(BuildContext context)
           
 int getColumn()
           
 int getLine()
           
 TemplateLocator getLocator()
           
 

Method Detail

getLocator

TemplateLocator getLocator()

getLine

int getLine()

getColumn

int getColumn()

call

java.lang.Object call(BuildContext context)
                      throws TemplateRuntimeException
Throws:
TemplateRuntimeException


Copyright © 2008. All Rights Reserved.