|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mycompiler.mystatement.Statement mycompiler.mystatement.ExprStmt mycompiler.mystatement.Expr mycompiler.mystatement.UnaryExpr
public abstract class UnaryExpr
Field Summary |
---|
Fields inherited from class mycompiler.mystatement.Expr |
---|
usedid |
Fields inherited from class mycompiler.mystatement.ExprStmt |
---|
type |
Constructor Summary | |
---|---|
UnaryExpr()
|
Method Summary | |
---|---|
abstract void |
codegen(ClassFile classfile,
CodeAttribute code,
de.dhbwstuttgart.typeinference.Menge paralist)
|
Methods inherited from class mycompiler.mystatement.Expr |
---|
get_Name_Menge, get_Name, get_Type_Menge, get_UsedId, sc_check, set_Type, set_UsedId, TRExp, TRMultiply, TRTuple |
Methods inherited from class mycompiler.mystatement.ExprStmt |
---|
getType, getTypeLineNumber, getTypeName, replaceType, setType |
Methods inherited from class mycompiler.mystatement.Statement |
---|
TRStatement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnaryExpr()
Method Detail |
---|
public abstract void codegen(ClassFile classfile, CodeAttribute code, de.dhbwstuttgart.typeinference.Menge paralist) throws JVMCodeException
codegen
in class Statement
JVMCodeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |