se.chalmers.cs.gf.gfcutil
Class Inherited

java.lang.Object
  extended by se.chalmers.cs.gf.gfcutil.Inherited
All Implemented Interfaces:
java.io.Serializable, Definition

public class Inherited
extends java.lang.Object
implements Definition, java.io.Serializable

Represents a GFC inheritance declaration.

See Also:
Serialized Form

Constructor Summary
Inherited(java.lang.String name, java.lang.String module)
           
 
Method Summary
 java.lang.String getModule()
          Get module from which it is inherited.
 java.lang.String getName()
          Get the name of the inherited definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inherited

public Inherited(java.lang.String name,
                 java.lang.String module)
Method Detail

getName

public java.lang.String getName()
Get the name of the inherited definition.

Specified by:
getName in interface Definition

getModule

public java.lang.String getModule()
Get module from which it is inherited.