eu.bandm.sig.absy
Class ExprVariable

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

public class ExprVariable
extends Expr


Field Summary
static Function<ExprVariable,Object> get_id
           
static Function<ExprVariable,String> get_name
           
protected  Object id
           
protected  String name
           
 
Fields inherited from class eu.bandm.sig.absy.Expr
get_locator, get_type, locator, type
 
Constructor Summary
protected ExprVariable()
           
  ExprVariable(Object id, String name)
           
 
Method Summary
 ExprVariable doclone()
           
 boolean equals(Object e0)
           
 Object get_id()
           
 String get_name()
           
static String getFormatHint()
           
 int hashCode()
           
 ExprVariable initFrom(Object o0)
           
 ExprVariable with_id(Object val)
           
 ExprVariable with_name(String val)
           
 boolean x_equals(ExprVariable 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

id

protected Object id

get_id

public static Function<ExprVariable,Object> get_id

name

protected String name

get_name

public static Function<ExprVariable,String> get_name
Constructor Detail

ExprVariable

public ExprVariable(Object id,
                    String name)

ExprVariable

protected ExprVariable()
Method Detail

doclone

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

initFrom

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

get_id

public Object get_id()

with_id

public ExprVariable with_id(Object val)

get_name

public String get_name()

with_name

public ExprVariable with_name(String val)