|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Expression
A Expression (Operation, Literal aso.)
Field Summary | |
---|---|
static int |
MODE_REF
Field MODE_REF |
static int |
MODE_VALUE
Field MODE_VALUE |
Method Summary | |
---|---|
int |
getLine()
Returns the value of line. |
void |
setLine(int l)
|
org.objectweb.asm.Type |
writeOut(BytecodeContext bc,
int mode)
write out the stament to adapter |
Field Detail |
---|
static final int MODE_REF
MODE_REF
static final int MODE_VALUE
MODE_VALUE
Method Detail |
---|
org.objectweb.asm.Type writeOut(BytecodeContext bc, int mode) throws BytecodeException
adapter
- mode
-
TemplateException
BytecodeException
int getLine()
void setLine(int l)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |