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

All Superinterfaces:
BindingSite, NodeAST, TreeAST
All Known Implementing Classes:
EnhancedDefAST, QuotedIdVarAST, UnquotedIdVarAST

public interface VariableVarAST
extends NodeAST, BindingSite


Method Summary
 Binding.VariableBinding<?> getBinding()
           
 String getName()
           
 
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

getName

String getName()

getBinding

Binding.VariableBinding<?> getBinding()
Specified by:
getBinding in interface NodeAST