de.upb.hni.vmagic.expression
Class SubtypeIndicationAllocator

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
      extended by de.upb.hni.vmagic.expression.Expression
          extended by de.upb.hni.vmagic.expression.Primary
              extended by de.upb.hni.vmagic.expression.SubtypeIndicationAllocator
All Implemented Interfaces:
Choice

public class SubtypeIndicationAllocator
extends Primary

Allocator with subtype indication parameter.


Constructor Summary
SubtypeIndicationAllocator(SubtypeIndication type)
          Creates a subtype indication allocator.
 
Method Summary
 SubtypeIndication getType()
          Returns the type.
 void setType(SubtypeIndication type)
          Sets the type.
 
Methods inherited from class de.upb.hni.vmagic.expression.Primary
getPrecedence
 
Methods inherited from class de.upb.hni.vmagic.VhdlElement
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubtypeIndicationAllocator

public SubtypeIndicationAllocator(SubtypeIndication type)
Creates a subtype indication allocator.

Parameters:
type -
Method Detail

getType

public SubtypeIndication getType()
Returns the type.

Specified by:
getType in class Expression
Returns:
the type

setType

public void setType(SubtypeIndication type)
Sets the type.

Parameters:
type - the type