eu.bandm.sig.absy
Class LName

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Label
          extended by eu.bandm.sig.absy.LName
All Implemented Interfaces:
Formattable, Cloneable

public class LName
extends Label


Field Summary
protected static int BASE_HASH
           
static Function<LName,String> get_name
           
protected  String name
           
static Consumer<String,LName> set_name
           
 
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
LName(String name)
           
 
Method Summary
 LName doclone()
           
 boolean equals(Object e0)
           
 Format format()
           
 String get_name()
           
 int hashCode()
           
 LName initFrom(Object o0)
           
 String toString()
           
 LName with_name(String val)
           
 boolean x_equals(LName e0)
           
 
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, wait, wait, wait
 

Field Detail

BASE_HASH

protected static final int BASE_HASH

name

protected String name

get_name

public static final Function<LName,String> get_name

set_name

public static final Consumer<String,LName> set_name
Constructor Detail

LName

public LName(String name)
Method Detail

doclone

public LName doclone()
Overrides:
doclone in class Label

format

public Format format()
Specified by:
format in interface Formattable
Overrides:
format in class Label

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object e0)
Overrides:
equals in class Object

x_equals

public boolean x_equals(LName e0)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

initFrom

public LName initFrom(Object o0)
Overrides:
initFrom in class Label

get_name

public String get_name()

with_name

public LName with_name(String val)