| Package | Description |
|---|---|
| org.eclipse.xtext.util | |
| org.eclipse.xtext.util.formallang |
| Modifier and Type | Class and Description |
|---|---|
class |
Triple<S1,S2,S3> |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Pair<A,B> |
Tuples.create(A a,
B b) |
protected static Pair<String,String> |
MergeableManifest.getSplitEntry(String entry) |
static <A,B> Pair<A,B> |
Tuples.pair(A a,
B b) |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Map<A,B> |
Tuples.toMap(Pair<A,B>... pairs) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Pair<Integer,NfaToProduction.StateAlias<T>> |
NfaToProduction.findSplitState(NfaToProduction.StateAlias<T> state,
Integer depth,
Set<NfaToProduction.StateAlias<T>> visited) |
| Modifier and Type | Method and Description |
|---|---|
protected Stack<Pair<StringProduction.Token,String>> |
StringProduction.lex(String string) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> boolean |
NfaToProduction.isPreferredSplitState(Pair<Integer,NfaToProduction.StateAlias<T>> state1,
Pair<Integer,NfaToProduction.StateAlias<T>> state2) |
protected <T> boolean |
NfaToProduction.isPreferredSplitState(Pair<Integer,NfaToProduction.StateAlias<T>> state1,
Pair<Integer,NfaToProduction.StateAlias<T>> state2) |
| Modifier and Type | Method and Description |
|---|---|
protected StringProduction.ProdElement |
StringProduction.parseAlt(Stack<Pair<StringProduction.Token,String>> tokens) |
protected void |
StringProduction.parseCardinality(Stack<Pair<StringProduction.Token,String>> tokens,
StringProduction.ProdElement ele) |
protected StringProduction.ProdElement |
StringProduction.parsePrim(Stack<Pair<StringProduction.Token,String>> tokens) |
protected StringProduction.ProdElement |
StringProduction.parseSeq(Stack<Pair<StringProduction.Token,String>> tokens) |
protected StringProduction.ProdElement |
StringProduction.parseUnordered(Stack<Pair<StringProduction.Token,String>> tokens) |
Copyright © 2015. All Rights Reserved.