Class InstVarDecl

java.lang.Object
  |
  +--FieldDecl
        |
        +--InstVarDecl

public class InstVarDecl
extends FieldDecl


Field Summary
(package private)  Type type
           
 
Fields inherited from class FieldDecl
declid
 
Constructor Summary
InstVarDecl()
           
 
Method Summary
 void codegen(ClassFile classfile)
           
 java.lang.String get_Type()
           
 void set_Type(Type type)
           
 
Methods inherited from class FieldDecl
get_Name, set_DeclId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

Type type
Constructor Detail

InstVarDecl

public InstVarDecl()
Method Detail

set_Type

public void set_Type(Type type)

get_Type

public java.lang.String get_Type()
Specified by:
get_Type in class FieldDecl

codegen

public void codegen(ClassFile classfile)
             throws JVMCodeException
Specified by:
codegen in class FieldDecl
JVMCodeException