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

All Superinterfaces:
BindingSite, NodeAST, TreeAST
All Known Implementing Classes:
ImportDefAST, TypeVarAST

public interface TypeBinder
extends NodeAST, BindingSite


Method Summary
 Binding.TypeBinding getBinding()
           
 
Methods inherited from interface fr.umlv.tatoo.cc.ebnf.ast.BindingSite
getTokenId
 
Methods inherited from interface fr.umlv.tatoo.cc.ebnf.ast.NodeAST
getKind, nodeList, treeList
 
Methods inherited from interface fr.umlv.tatoo.cc.ebnf.ast.TreeAST
accept, getAST, getAttribute, getParent, isToken, setAttribute
 

Method Detail

getBinding

Binding.TypeBinding getBinding()
Specified by:
getBinding in interface NodeAST