fr.umlv.tatoo.cc.ebnf.ast
Interface TypeBinder

All Superinterfaces:
BindingSite, Node
All Known Implementing Classes:
ImportDefAST, TypeVarAST

public interface TypeBinder
extends Node, BindingSite


Method Summary
 Bindings.TypeBinding getBinding()
           
 
Methods inherited from interface fr.umlv.tatoo.runtime.node.BindingSite
getNameToken
 
Methods inherited from interface fr.umlv.tatoo.runtime.node.Node
accept, allNodeList, getAST, getAttribute, getKind, getParent, isToken, nodeList, setAttribute
 

Method Detail

getBinding

Bindings.TypeBinding getBinding()
Specified by:
getBinding in interface Node