eu.bandm.sig.absy
Class Index

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

public class Index
extends Label


Field Summary
static Function<Index,Integer> get_number
           
protected  int 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
protected Index()
           
  Index(int number)
           
 
Method Summary
 Index doclone()
           
 boolean equals(Object e0)
           
 int get_number()
           
static String getFormatHint()
           
 int hashCode()
           
 Index initFrom(Object o0)
           
 Index with_number(int val)
           
 boolean x_equals(Index 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

number

protected int number

get_number

public static Function<Index,Integer> get_number
Constructor Detail

Index

public Index(int number)

Index

protected Index()
Method Detail

doclone

public Index doclone()
Overrides:
doclone in class Label

getFormatHint

public static String getFormatHint()

equals

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

x_equals

public boolean x_equals(Index e0)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

initFrom

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

get_number

public int get_number()

with_number

public Index with_number(int val)