public interface ISemanticSequencerNfaProvider
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISemanticSequencerNfaProvider.ISemState |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<ISemanticSequencerNfaProvider.ISemState,AbstractElement> |
GET_ASSIGNED_GRAMMAR_ELEMENT |
| Modifier and Type | Method and Description |
|---|---|
Map<ISerializationContext,Nfa<ISemanticSequencerNfaProvider.ISemState>> |
getSemanticSequencerNFAs(Grammar grammar) |
static final com.google.common.base.Function<ISemanticSequencerNfaProvider.ISemState,AbstractElement> GET_ASSIGNED_GRAMMAR_ELEMENT
Map<ISerializationContext,Nfa<ISemanticSequencerNfaProvider.ISemState>> getSemanticSequencerNFAs(Grammar grammar)
Copyright © 2015. All Rights Reserved.