gnu.jel
Class OPload

java.lang.Object
  |
  +--gnu.jel.OP
        |
        +--gnu.jel.OPload

public class OPload
extends OP


Field Summary
protected  java.lang.Object what
           
 
Fields inherited from class gnu.jel.OP
next, prev, resID, resType
 
Constructor Summary
OPload(TypesStack typesStk, java.lang.Class resType, java.lang.Object what)
           
OPload(TypesStack typesStk, java.lang.Object what)
           
 
Method Summary
protected  void compile(ClassFile cf)
          Called to generate the code implementing this OP.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

what

protected java.lang.Object what
Constructor Detail

OPload

public OPload(TypesStack typesStk,
              java.lang.Class resType,
              java.lang.Object what)

OPload

public OPload(TypesStack typesStk,
              java.lang.Object what)
Method Detail

compile

protected void compile(ClassFile cf)
Description copied from class: OP
Called to generate the code implementing this OP.
Overrides:
compile in class OP
Tags copied from class: OP
Parameters:
cf - class file to write the code into.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object