eu.bandm.sig.absy
Class VAnonymous

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

public class VAnonymous
extends Variable


Field Summary
protected static int BASE_HASH
           
static Function<VAnonymous,Object> get_id
           
protected  Object id
           
static Consumer<Object,VAnonymous> set_id
           
 
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
VAnonymous()
           
 
Method Summary
 VAnonymous doclone()
           
 boolean equals(Object e0)
           
 Format format()
           
 Object get_id()
           
 int hashCode()
           
 VAnonymous initFrom(Object o0)
           
 String toString()
           
 VAnonymous with_id(Object val)
           
 boolean x_equals(VAnonymous 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

id

protected Object id

get_id

public static final Function<VAnonymous,Object> get_id

set_id

public static final Consumer<Object,VAnonymous> set_id
Constructor Detail

VAnonymous

public VAnonymous()
Method Detail

doclone

public VAnonymous doclone()
Overrides:
doclone in class Variable

format

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

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(VAnonymous e0)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

initFrom

public VAnonymous initFrom(Object o0)
Overrides:
initFrom in class Variable

get_id

public Object get_id()

with_id

public VAnonymous with_id(Object val)