|
||||||||||
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.VariantPattern
public class VariantPattern
Field Summary | |
---|---|
protected Pattern |
body
|
static Function<VariantPattern,Pattern> |
get_body
|
static Function<VariantPattern,Label> |
get_label
|
protected Label |
label
|
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 |
VariantPattern()
|
|
VariantPattern(Label label,
Pattern body)
|
Method Summary | |
---|---|
VariantPattern |
doclone()
|
Pattern |
get_body()
|
Label |
get_label()
|
static String |
getFormatHint()
|
VariantPattern |
initFrom(Object o0)
|
void |
set_body(Pattern val)
|
void |
set_label(Label 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 Label label
public static Function<VariantPattern,Label> get_label
protected Pattern body
public static Function<VariantPattern,Pattern> get_body
Constructor Detail |
---|
public VariantPattern(Label label, Pattern body)
protected VariantPattern()
Method Detail |
---|
public VariantPattern doclone()
doclone
in class Pattern
public static String getFormatHint()
public VariantPattern initFrom(Object o0)
initFrom
in class Pattern
public Label get_label()
public void set_label(Label val)
public Pattern get_body()
public void set_body(Pattern val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |