eu.bandm.sig.absy
Class TypeRange

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Type
          extended by eu.bandm.sig.absy.TypeExpression
              extended by eu.bandm.sig.absy.UnaryTypeExpression
                  extended by eu.bandm.sig.absy.TypeRange
All Implemented Interfaces:
Formattable, Cloneable

public class TypeRange
extends UnaryTypeExpression


Field Summary
 
Fields inherited from class eu.bandm.sig.absy.UnaryTypeExpression
argument, get_argument
 
Fields inherited from class eu.bandm.sig.absy.Absy
get_location, location, set_location
 
Fields inherited from interface eu.bandm.tools.format.Formattable
format
 
Constructor Summary
protected TypeRange()
           
  TypeRange(Type argument)
           
 
Method Summary
 TypeRange doclone()
           
static String getFormatHint()
           
 TypeRange initFrom(Object o0)
           
 
Methods inherited from class eu.bandm.sig.absy.UnaryTypeExpression
get_argument, set_argument
 
Methods inherited from class eu.bandm.sig.absy.Type
format
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeRange

public TypeRange(Type argument)

TypeRange

protected TypeRange()
Method Detail

doclone

public TypeRange doclone()
Overrides:
doclone in class UnaryTypeExpression

getFormatHint

public static String getFormatHint()

initFrom

public TypeRange initFrom(Object o0)
Overrides:
initFrom in class UnaryTypeExpression