eu.bandm.sig.absy
Class CCall

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Constraint
          extended by eu.bandm.sig.absy.CCall
All Implemented Interfaces:
Formattable, Cloneable

public class CCall
extends Constraint


Field Summary
static Function<CCall,Operation> get_op
           
protected  Operation op
           
static Consumer<Operation,CCall> set_op
           
 
Fields inherited from class eu.bandm.sig.absy.Constraint
bindings, get_bindings, set_bindings
 
Fields inherited from class eu.bandm.sig.absy.Absy
get_location, location, set_location
 
Fields inherited from interface eu.bandm.tools.format.Formattable
format
 
Constructor Summary
CCall(Operation op)
           
 
Method Summary
 CCall doclone()
           
 Format format()
           
 Operation get_op()
           
static String getFormatHint()
           
 CCall initFrom(Object o0)
           
 boolean set_op(Operation val)
           
 
Methods inherited from class eu.bandm.sig.absy.Constraint
descend_bindings, get_bindings, set_bindings
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

op

protected Operation op

get_op

public static final Function<CCall,Operation> get_op

set_op

public static final Consumer<Operation,CCall> set_op
Constructor Detail

CCall

public CCall(Operation op)
Method Detail

doclone

public CCall doclone()
Overrides:
doclone in class Constraint

getFormatHint

public static String getFormatHint()

format

public Format format()
Specified by:
format in interface Formattable
Overrides:
format in class Constraint

initFrom

public CCall initFrom(Object o0)
Overrides:
initFrom in class Constraint

get_op

public Operation get_op()

set_op

public boolean set_op(Operation val)