forked from jasder/antlr
Javadoc formatting, clarification, and links
This commit is contained in:
parent
90c234895a
commit
2b2114c3ae
|
@ -323,9 +323,12 @@ public class ATNConfigSet implements Set<ATNConfig> {
|
||||||
return add(config, null);
|
return add(config, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Adding a new config means merging contexts with existing configs for
|
/**
|
||||||
* (s, i, pi, _)
|
* Adding a new config means merging contexts with existing configs for
|
||||||
* We use (s,i,pi) as key
|
* {@code (s, i, pi, _)}, where {@code s} is the
|
||||||
|
* {@link ATNConfig#state}, {@code i} is the {@link ATNConfig#alt}, and
|
||||||
|
* {@code pi} is the {@link ATNConfig#semanticContext}. We use
|
||||||
|
* {@code (s,i,pi)} as key.
|
||||||
* <p/>
|
* <p/>
|
||||||
* This method updates {@link #dipsIntoOuterContext} and
|
* This method updates {@link #dipsIntoOuterContext} and
|
||||||
* {@link #hasSemanticContext} when necessary.
|
* {@link #hasSemanticContext} when necessary.
|
||||||
|
|
Loading…
Reference in New Issue