public abstract class AddOp extends Operator
Constructor and Description |
---|
AddOp(int offset,
int variableLength) |
Modifier and Type | Method and Description |
---|---|
abstract void |
codegen(ClassFile classfile,
CodeAttribute code,
Expr expr,
boolean neg,
java.util.Vector paralist) |
getOffset, getVariableLength, makePrimitive, makeWrapper, TRExp, TRExpPossibility
public abstract void codegen(ClassFile classfile, CodeAttribute code, Expr expr, boolean neg, java.util.Vector paralist) throws JVMCodeException
codegen
in class Operator
JVMCodeException