|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object eu.bandm.sig.absy.Absy eu.bandm.sig.absy.Pattern eu.bandm.sig.absy.PatternVariable
public class PatternVariable
Field Summary | |
---|---|
protected Type |
domain
|
static Function<PatternVariable,Type> |
get_domain
|
static Function<PatternVariable,ExprVariable> |
get_var
|
protected ExprVariable |
var
|
Fields inherited from class eu.bandm.sig.absy.Pattern |
---|
bindings, get_bindings, get_type, set_bindings, set_type, type |
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 |
PatternVariable()
|
|
PatternVariable(ExprVariable var)
|
Method Summary | |
---|---|
PatternVariable |
doclone()
|
Type |
get_domain()
|
ExprVariable |
get_var()
|
static String |
getFormatHint()
|
PatternVariable |
initFrom(Object o0)
|
void |
set_domain(Type val)
|
void |
set_var(ExprVariable val)
|
Methods inherited from class eu.bandm.sig.absy.Pattern |
---|
descend_bindings, format, get_bindings, get_type, set_bindings, set_type |
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 |
---|
protected ExprVariable var
public static Function<PatternVariable,ExprVariable> get_var
protected Type domain
public static Function<PatternVariable,Type> get_domain
Constructor Detail |
---|
public PatternVariable(ExprVariable var)
protected PatternVariable()
Method Detail |
---|
public PatternVariable doclone()
doclone
in class Pattern
public static String getFormatHint()
public PatternVariable initFrom(Object o0)
initFrom
in class Pattern
public ExprVariable get_var()
public void set_var(ExprVariable val)
public Type get_domain()
public void set_domain(Type val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |