eu.bandm.sig.absy
Class Equation
java.lang.Object
eu.bandm.sig.absy.Equation
- All Implemented Interfaces:
- Cloneable
public class Equation
- extends Object
- implements Cloneable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locator
protected Locator locator
get_locator
public static Function<Equation,Locator> get_locator
left
protected Pattern left
get_left
public static Function<Equation,Pattern> get_left
right
protected Expr right
get_right
public static Function<Equation,Expr> get_right
Equation
public Equation(Pattern left,
Expr right)
Equation
protected Equation()
doclone
public Equation doclone()
getFormatHint
public static String getFormatHint()
initFrom
public Equation initFrom(Object o0)
get_locator
public Locator get_locator()
set_locator
public void set_locator(Locator val)
get_left
public Pattern get_left()
set_left
public void set_left(Pattern val)
get_right
public Expr get_right()
set_right
public void set_right(Expr val)