|
||||||||||
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.Label eu.bandm.sig.absy.Name
public class Name
Field Summary | |
---|---|
static Function<Name,String> |
get_text
|
protected String |
text
|
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 |
Name()
|
|
Name(String text)
|
Method Summary | |
---|---|
Name |
doclone()
|
boolean |
equals(Object e0)
|
String |
get_text()
|
static String |
getFormatHint()
|
int |
hashCode()
|
Name |
initFrom(Object o0)
|
Name |
with_text(String val)
|
boolean |
x_equals(Name e0)
|
Methods inherited from class eu.bandm.sig.absy.Label |
---|
format |
Methods inherited from class eu.bandm.sig.absy.Absy |
---|
get_location, set_location |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String text
public static Function<Name,String> get_text
Constructor Detail |
---|
public Name(String text)
protected Name()
Method Detail |
---|
public Name doclone()
doclone
in class Label
public static String getFormatHint()
public boolean equals(Object e0)
equals
in class Object
public boolean x_equals(Name e0)
public int hashCode()
hashCode
in class Object
public Name initFrom(Object o0)
initFrom
in class Label
public String get_text()
public Name with_text(String val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |