eu.bandm.sig.absy
Class TypeOf

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.TypeOf
All Implemented Interfaces:
Formattable, Cloneable

public class TypeOf
extends TypeExpression


Field Summary
protected  Expr argument
           
static Function<TypeOf,Expr> 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 TypeOf()
           
  TypeOf(Expr argument)
           
 
Method Summary
 TypeOf doclone()
           
 Expr get_argument()
           
static String getFormatHint()
           
 TypeOf initFrom(Object o0)
           
 void set_argument(Expr val)
           
 
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
 

Field Detail

argument

protected Expr argument

get_argument

public static Function<TypeOf,Expr> get_argument
Constructor Detail

TypeOf

public TypeOf(Expr argument)

TypeOf

protected TypeOf()
Method Detail

doclone

public TypeOf doclone()
Overrides:
doclone in class TypeExpression

getFormatHint

public static String getFormatHint()

initFrom

public TypeOf initFrom(Object o0)
Overrides:
initFrom in class TypeExpression

get_argument

public Expr get_argument()

set_argument

public void set_argument(Expr val)