|
||||||||||
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.ConjunctivePattern
public class ConjunctivePattern
Field Summary | |
---|---|
static Function<ConjunctivePattern,Pattern> |
get_left
|
static Function<ConjunctivePattern,Pattern> |
get_right
|
protected Pattern |
left
|
protected Pattern |
right
|
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 |
ConjunctivePattern()
|
|
ConjunctivePattern(Pattern left,
Pattern right)
|
Method Summary | |
---|---|
ConjunctivePattern |
doclone()
|
Pattern |
get_left()
|
Pattern |
get_right()
|
static String |
getFormatHint()
|
ConjunctivePattern |
initFrom(Object o0)
|
void |
set_left(Pattern val)
|
void |
set_right(Pattern 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 Pattern left
public static Function<ConjunctivePattern,Pattern> get_left
protected Pattern right
public static Function<ConjunctivePattern,Pattern> get_right
Constructor Detail |
---|
public ConjunctivePattern(Pattern left, Pattern right)
protected ConjunctivePattern()
Method Detail |
---|
public ConjunctivePattern doclone()
doclone
in class Pattern
public static String getFormatHint()
public ConjunctivePattern initFrom(Object o0)
initFrom
in class Pattern
public Pattern get_left()
public void set_left(Pattern val)
public Pattern get_right()
public void set_right(Pattern val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |