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

All Superinterfaces:
BindingSite, Node
All Known Implementing Classes:
EnhancedDefAST, QuotedIdVarAST, UnquotedIdVarAST

public interface VariableVarAST
extends Node, BindingSite


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

getName

String getName()

getBinding

Bindings.VariableBinding<?> getBinding()
Specified by:
getBinding in interface Node