eu.bandm.sig.absy
Class TypeBoundVariable
java.lang.Object
eu.bandm.sig.absy.TypeBoundVariable
- All Implemented Interfaces:
- Cloneable
public class TypeBoundVariable
- extends Object
- implements Cloneable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locator
protected Locator locator
get_locator
public static Function<TypeBoundVariable,Locator> get_locator
variable
protected TypeVariable variable
get_variable
public static Function<TypeBoundVariable,TypeVariable> get_variable
bound
protected Type bound
get_bound
public static Function<TypeBoundVariable,Type> get_bound
TypeBoundVariable
public TypeBoundVariable(TypeVariable variable,
Type bound)
TypeBoundVariable
protected TypeBoundVariable()
doclone
public TypeBoundVariable doclone()
getFormatHint
public static String getFormatHint()
initFrom
public TypeBoundVariable initFrom(Object o0)
get_locator
public Locator get_locator()
set_locator
public void set_locator(Locator val)
get_variable
public TypeVariable get_variable()
set_variable
public void set_variable(TypeVariable val)
get_bound
public Type get_bound()
set_bound
public void set_bound(Type val)