org.eclipse.xtext.util.formallang
Interface Cfg<ELEMENT,TOKEN>

All Superinterfaces:
Production<ELEMENT,TOKEN>
All Known Implementing Classes:
CfgAdapter, ContextPDAProvider.SerializerActionCfg, ContextPDAProvider.SerializerParserRuleCfg, StringCfg

public interface Cfg<ELEMENT,TOKEN>
extends Production<ELEMENT,TOKEN>

Context-Free Grammar

Author:
Moritz Eysholdt - Initial contribution and API

Method Summary
 ELEMENT getCall(ELEMENT ele)
           
 
Methods inherited from interface org.eclipse.xtext.util.formallang.Production
getAlternativeChildren, getParent, getRoot, getSequentialChildren, getToken, getUnorderedChildren, isMany, isOptional
 

Method Detail

getCall

ELEMENT getCall(ELEMENT ele)