joosc.abstracter
Class GenericConstructor

java.lang.Object
  extended byjoosc.abstracter.GenericConstructor

public class GenericConstructor
extends java.lang.Object


Constructor Summary
GenericConstructor(TIdentifier id, AFormalList formals)
           
 
Method Summary
 AFormalList getFormals()
           
 TIdentifier getIdentifier()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericConstructor

public GenericConstructor(TIdentifier id,
                          AFormalList formals)
Method Detail

getName

public java.lang.String getName()

getFormals

public AFormalList getFormals()

getIdentifier

public TIdentifier getIdentifier()