org.eclipse.xtext.util.formallang
Interface FollowerFunction<ELEMENT>

All Known Implementing Classes:
ContextPDAProvider.SerializerActionFollowerFunction, ContextPDAProvider.SerializerParserRuleFollowerFunction, FollowerFunctionImpl

public interface FollowerFunction<ELEMENT>

Author:
Moritz Eysholdt - Initial contribution and API

Method Summary
 java.lang.Iterable<ELEMENT> getFollowers(ELEMENT element)
           
 java.lang.Iterable<ELEMENT> getStarts(ELEMENT root)
           
 

Method Detail

getStarts

java.lang.Iterable<ELEMENT> getStarts(ELEMENT root)

getFollowers

java.lang.Iterable<ELEMENT> getFollowers(ELEMENT element)