|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.transformer.bytecode.expression.ExpressionBase
public abstract class ExpressionBase
A Expression (Operation, Literal aso.)
Field Summary |
---|
Fields inherited from interface railo.transformer.bytecode.expression.Expression |
---|
MODE_REF, MODE_VALUE |
Constructor Summary | |
---|---|
ExpressionBase(int line)
constructor of the class |
Method Summary | |
---|---|
abstract org.objectweb.asm.Type |
_writeOut(BytecodeContext bc,
int mode)
write out the stament to the adater |
int |
getLine()
Returns the value of line. |
void |
setLine(int line)
|
org.objectweb.asm.Type |
writeOut(BytecodeContext bc,
int mode)
write out the stament to adapter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionBase(int line)
line
- Method Detail |
---|
public void setLine(int line)
setLine
in interface Expression
Expression.setLine(int)
public final org.objectweb.asm.Type writeOut(BytecodeContext bc, int mode) throws BytecodeException
writeOut
in interface Expression
adapter
- mode
-
TemplateException
BytecodeException
public abstract org.objectweb.asm.Type _writeOut(BytecodeContext bc, int mode) throws BytecodeException
adapter
- mode
-
TemplateException
BytecodeException
public int getLine()
getLine
in interface Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |