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

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

public static class Bindings.DirectiveBinding
extends Object


Constructor Summary
Bindings.DirectiveBinding(DirectiveDefAST declaringSite, Directive directive)
           
 
Method Summary
 D getDeclaringSite()
           
 Directive 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.DirectiveBinding

public Bindings.DirectiveBinding(DirectiveDefAST declaringSite,
                                 Directive directive)
Method Detail

getDomainObject

public Directive getDomainObject()

getDeclaringSite

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

getRefereeList

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