Class Constructor

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

public class Constructor
extends Method


Field Summary
 
Fields inherited from class Method
parameterlist
 
Fields inherited from class FieldDecl
declid
 
Constructor Summary
Constructor()
           
 
Method Summary
 void codegen(ClassFile classfile, java.util.Vector paralist)
           
 java.lang.String get_codegen_Param_Type(java.util.Vector paralist)
           
 
Methods inherited from class Method
call_sc_check, get_Block, get_ExceptionList, get_Method_Name, get_ParaList, get_ReturnType, 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, getDeclIdVector, set_DeclId, setDeclIdVector
 
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(java.util.Vector paralist)
Overrides:
get_codegen_Param_Type in class Method

codegen

public void codegen(ClassFile classfile,
                    java.util.Vector paralist)
             throws JVMCodeException
Overrides:
codegen in class Method
JVMCodeException