eu.bandm.sig.absy
Class ExprReference

java.lang.Object
  extended by eu.bandm.sig.absy.Expr
      extended by eu.bandm.sig.absy.ExprReference
All Implemented Interfaces:
Cloneable

public class ExprReference
extends Expr


Field Summary
static Function<ExprReference,String> get_name
           
protected  String name
           
 
Fields inherited from class eu.bandm.sig.absy.Expr
get_locator, get_type, locator, type
 
Constructor Summary
protected ExprReference()
           
  ExprReference(String name)
           
 
Method Summary
 ExprReference doclone()
           
 boolean equals(Object e0)
           
 String get_name()
           
static String getFormatHint()
           
 int hashCode()
           
 ExprReference initFrom(Object o0)
           
 ExprReference with_name(String val)
           
 boolean x_equals(ExprReference e0)
           
 
Methods inherited from class eu.bandm.sig.absy.Expr
get_locator, get_type, set_locator, set_type
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

get_name

public static Function<ExprReference,String> get_name
Constructor Detail

ExprReference

public ExprReference(String name)

ExprReference

protected ExprReference()
Method Detail

doclone

public ExprReference doclone()
Overrides:
doclone in class Expr

getFormatHint

public static String getFormatHint()

equals

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

x_equals

public boolean x_equals(ExprReference e0)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

initFrom

public ExprReference initFrom(Object o0)
Overrides:
initFrom in class Expr

get_name

public String get_name()

with_name

public ExprReference with_name(String val)