eu.bandm.sig.absy
Class Equation

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

public class Equation
extends Object
implements Cloneable


Field Summary
static Function<Equation,Pattern> get_left
           
static Function<Equation,Locator> get_locator
           
static Function<Equation,Expr> get_right
           
protected  Pattern left
           
protected  Locator locator
           
protected  Expr right
           
 
Constructor Summary
protected Equation()
           
  Equation(Pattern left, Expr right)
           
 
Method Summary
 Equation doclone()
           
 Pattern get_left()
           
 Locator get_locator()
           
 Expr get_right()
           
static String getFormatHint()
           
 Equation initFrom(Object o0)
           
 void set_left(Pattern val)
           
 void set_locator(Locator val)
           
 void set_right(Expr val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Equation

public Equation(Pattern left,
                Expr right)

Equation

protected Equation()
Method Detail

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)