public abstract class UnaryExpr extends Expr
Constructor and Description |
---|
UnaryExpr(int offset,
int variableLength) |
Modifier and Type | Method and Description |
---|---|
abstract void |
codegen(ClassFile classfile,
CodeAttribute code,
de.dhbwstuttgart.typeinference.Menge paralist) |
addOffsetsToExpression, addOffsetsToStatement, get_Name_Menge, get_Name, get_Type_Menge, get_UsedId, sc_check, set_Type, set_UsedId, TRExp, TRMultiply, TRTuple, TYPEExpr, TYPEStmt
getType, getTypeLineNumber, getTypeName
getOffset, getTypeInformation, getTypeVariable, getVariableLength, printJavaCode, replaceType, setType, setTypeVariable, TRStatement, wandleRefTypeAttributes2GenericAttributes
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
replaceType
public abstract void codegen(ClassFile classfile, CodeAttribute code, de.dhbwstuttgart.typeinference.Menge paralist) throws JVMCodeException
codegen
in class Statement
JVMCodeException