|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object eu.bandm.sig.absy.Expr eu.bandm.sig.absy.ExprVariable
public class ExprVariable
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 |
---|
protected Object id
public static Function<ExprVariable,Object> get_id
protected String name
public static Function<ExprVariable,String> get_name
Constructor Detail |
---|
public ExprVariable(Object id, String name)
protected ExprVariable()
Method Detail |
---|
public ExprVariable doclone()
doclone
in class Expr
public static String getFormatHint()
public boolean equals(Object e0)
equals
in class Object
public boolean x_equals(ExprVariable e0)
public int hashCode()
hashCode
in class Object
public ExprVariable initFrom(Object o0)
initFrom
in class Expr
public Object get_id()
public ExprVariable with_id(Object val)
public String get_name()
public ExprVariable with_name(String val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |