|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.util.template.TemplateToken org.ujac.util.template.AssertToken
public class AssertToken
Name: AssertToken
Description: Represents an _assert_ statement.
Field Summary |
---|
Fields inherited from class org.ujac.util.template.TemplateToken |
---|
interpreter, nextLegalAncestor, parent, position, source |
Constructor Summary | |
---|---|
AssertToken()
Constructs a AssertToken instance with no specific attributes. |
Method Summary | |
---|---|
Object |
clone()
|
protected TemplateToken |
cloneToken(BaseTemplateInterpreter interpreter,
TemplateTokenContainer parent)
Clones the token for caching reasons. |
void |
execute(Writer writer,
TemplateContext ctx)
Excecutes the statement token. |
String |
getTokenName()
Gets the token name. |
void |
initialize(BaseTemplateInterpreter interpreter,
char[] source,
int position,
int length)
Initializes the token. |
int |
parseArguments()
Parses the arguments of the token. |
void |
setArgument(Operand argument,
int idx)
Sets an argument. |
String |
toString()
|
Methods inherited from class org.ujac.util.template.TemplateToken |
---|
checkContainer, getAncestorRules, getArgumentsAsString, getEndPosition, getIndention, getLength, getLevel, getParent, getPosition, getSource, isBodyToken, isLegalAncestor, isLegalAncestor, parseArguments, setLength, setLevel, setParent |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssertToken()
Method Detail |
---|
public String getTokenName()
getTokenName
in class TemplateToken
public void initialize(BaseTemplateInterpreter interpreter, char[] source, int position, int length) throws TemplateException
initialize
in class TemplateToken
interpreter
- The template interpreter.source
- The source code.position
- The start position.length
- The length of the interresting area.
TemplateException
- In case the initialization failed.public int parseArguments() throws StatementException
parseArguments
in class TemplateToken
StatementException
- In case the argument parsing failed.public void setArgument(Operand argument, int idx) throws StatementException
setArgument
in class TemplateToken
argument
- The argument to set.idx
- The argument index.
StatementException
- In case the given argument is not valid.public void execute(Writer writer, TemplateContext ctx) throws ExpressionException
execute
in class TemplateToken
writer
- The writer to write to.ctx
- The template context.
ExpressionException
- If the token could not be successfuly executed.public String toString()
toString
in class Object
Object.toString()
protected TemplateToken cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
cloneToken
in class TemplateToken
interpreter
- The interpreter to use.parent
- The actual parent in the cloned object tree.
public Object clone()
clone
in class Object
Object.clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |