mycompiler.myclass
Class DeclId
java.lang.Object
mycompiler.myclass.DeclId
public class DeclId
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hamaDebug
public boolean hamaDebug
modifiers
public Modifiers modifiers
name
public java.lang.String name
paratyp
public de.dhbwstuttgart.typeinference.Menge paratyp
DeclId
public DeclId()
DeclId
public DeclId(java.lang.String name)
set_Paratyp
public void set_Paratyp(de.dhbwstuttgart.typeinference.Menge p)
get_Paratyp
public de.dhbwstuttgart.typeinference.Menge get_Paratyp()
set_Name
public void set_Name(java.lang.String name)
set_Wert
public void set_Wert(ExprStmt w)
get_Name
public java.lang.String get_Name()
get_Wert
public ExprStmt get_Wert()
set_Modifiers
public void set_Modifiers(Modifiers mod)
get_Modifiers
public Modifiers get_Modifiers()
get_access_flags
public short get_access_flags()
set_ListType
public void set_ListType(Type t)
codegen_InstVarDecl
public void codegen_InstVarDecl(ClassFile classfile,
Type type,
de.dhbwstuttgart.typeinference.Menge paralist)
throws JVMCodeException
- Throws:
JVMCodeException
codegen_LocalVarDecl
public void codegen_LocalVarDecl(ClassFile classfile,
CodeAttribute code,
Type type,
de.dhbwstuttgart.typeinference.Menge paralist)
throws JVMCodeException
- Throws:
JVMCodeException
getLineNumber
public int getLineNumber()
setLineNumber
public void setLineNumber(int lineNumber)