eu.bandm.sig.absy
Class LIndex

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

public class LIndex
extends Label


Field Summary
protected static int BASE_HASH
           
static Function<LIndex,Integer> get_number
           
protected  int number
           
static Consumer<Integer,LIndex> set_number
           
 
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
LIndex(int number)
           
 
Method Summary
 LIndex doclone()
           
 boolean equals(Object e0)
           
 Format format()
           
 int get_number()
           
 int hashCode()
           
 LIndex initFrom(Object o0)
           
 String toString()
           
 LIndex with_number(int val)
           
 boolean x_equals(LIndex 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

number

protected int number

get_number

public static final Function<LIndex,Integer> get_number

set_number

public static final Consumer<Integer,LIndex> set_number
Constructor Detail

LIndex

public LIndex(int number)
Method Detail

doclone

public LIndex 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(LIndex e0)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

initFrom

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

get_number

public int get_number()

with_number

public LIndex with_number(int val)