|
||||||||||
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 | |
---|---|
Position |
getEnd()
|
Position |
getStart()
|
void |
setEnd(Position end)
|
void |
setStart(Position start)
|
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
Position getStart()
Position getEnd()
void setStart(Position start)
void setEnd(Position end)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |