fr.umlv.tatoo.cc.ebnf.ast
Class Bindings.RuleBinding

java.lang.Object
  extended by fr.umlv.tatoo.cc.ebnf.ast.Bindings.RuleBinding
All Implemented Interfaces:
Binding
Enclosing class:
Bindings

public static class Bindings.RuleBinding
extends Object


Constructor Summary
Bindings.RuleBinding(RuleDefAST declaringSite, RuleDecl rule)
           
 
Method Summary
 D getDeclaringSite()
           
 RuleDecl getDomainObject()
           
 List<? extends BindingSite> getRefereeList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bindings.RuleBinding

public Bindings.RuleBinding(RuleDefAST declaringSite,
                            RuleDecl rule)
Method Detail

getDomainObject

public RuleDecl getDomainObject()

getDeclaringSite

public D getDeclaringSite()
Specified by:
getDeclaringSite in interface Binding

getRefereeList

public List<? extends BindingSite> getRefereeList()
Specified by:
getRefereeList in interface Binding