mycompiler.mystatement
Class ArgumentList

java.lang.Object
  extended by mycompiler.mystatement.ArgumentList

public class ArgumentList
extends java.lang.Object


Field Summary
 java.util.Vector expr
           
 
Constructor Summary
ArgumentList()
           
 
Method Summary
 void codegen(ClassFile classfile, CodeAttribute code, java.util.Vector paralist)
           
 java.lang.String get_codegen_ArgumentList(java.util.Vector paralist)
           
 java.lang.Object get_firstElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expr

public java.util.Vector expr
Constructor Detail

ArgumentList

public ArgumentList()
Method Detail

codegen

public void codegen(ClassFile classfile,
                    CodeAttribute code,
                    java.util.Vector paralist)
             throws JVMCodeException
Throws:
JVMCodeException

get_codegen_ArgumentList

public java.lang.String get_codegen_ArgumentList(java.util.Vector paralist)

get_firstElement

public java.lang.Object get_firstElement()