|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gnu.jel.OP
Field Summary | |
protected OP |
next
References the next OP in the list |
protected OP |
prev
References the previous OP in the list |
protected int |
resID
Holds type ID of the result of this OP |
protected java.lang.Class |
resType
Holds type of the result of this OP |
Constructor Summary | |
OP()
|
Method Summary | |
protected abstract void |
compile(ClassFile cf)
Called to generate the code implementing this OP. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected OP next
protected OP prev
protected int resID
protected java.lang.Class resType
Constructor Detail |
public OP()
Method Detail |
protected abstract void compile(ClassFile cf)
cf
- class file to write the code into.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |