Class Constructor

java.lang.Object
  |
  +--FieldDecl
        |
        +--Method
              |
              +--Constructor

public class Constructor
extends Method


Field Summary
 
Fields inherited from class Method
block, exceptionlist, parameterlist, returntype, types_in_parameterlist
 
Fields inherited from class FieldDecl
declid
 
Constructor Summary
Constructor()
           
 
Method Summary
 void codegen(ClassFile classfile)
           
 java.lang.String get_codegen_Param_Type()
           
 
Methods inherited from class Method
call_sc_check, get_Block, get_Method_Name, get_Type_Paralist, get_Type, sc_init_parameterlist, set_Block, set_ExceptionList, set_Modifiers, set_ParaList, set_ReturnType
 
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
 

Constructor Detail

Constructor

public Constructor()
Method Detail

get_codegen_Param_Type

public java.lang.String get_codegen_Param_Type()
Overrides:
get_codegen_Param_Type in class Method

codegen

public void codegen(ClassFile classfile)
             throws JVMCodeException
Overrides:
codegen in class Method
JVMCodeException