eu.bandm.sig.absy
Class Application

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

public class Application
extends Expr


Field Summary
protected  Expr argument
           
protected  Expr function
           
static Function<Application,Expr> get_argument
           
static Function<Application,Expr> get_function
           
 
Fields inherited from class eu.bandm.sig.absy.Expr
get_locator, get_type, locator, type
 
Constructor Summary
protected Application()
           
  Application(Expr function, Expr argument)
           
 
Method Summary
 Application doclone()
           
 Expr get_argument()
           
 Expr get_function()
           
static String getFormatHint()
           
 Application initFrom(Object o0)
           
 void set_argument(Expr val)
           
 void set_function(Expr val)
           
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

function

protected Expr function

get_function

public static Function<Application,Expr> get_function

argument

protected Expr argument

get_argument

public static Function<Application,Expr> get_argument
Constructor Detail

Application

public Application(Expr function,
                   Expr argument)

Application

protected Application()
Method Detail

doclone

public Application doclone()
Overrides:
doclone in class Expr

getFormatHint

public static String getFormatHint()

initFrom

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

get_function

public Expr get_function()

set_function

public void set_function(Expr val)

get_argument

public Expr get_argument()

set_argument

public void set_argument(Expr val)