org.objectweb.fractal.adl.bindings
Interface Binding


public interface Binding

An AST node interface to define a binding.


Method Summary
 String getFrom()
           
 String getTo()
           
 void setFrom(String arg)
           
 void setTo(String arg)
           
 

Method Detail

getTo

String getTo()

setTo

void setTo(String arg)

getFrom

String getFrom()

setFrom

void setFrom(String arg)