MCPcopy
hub / github.com/antlr/antlr4 / LA

Method LA

runtime/Java/src/org/antlr/v4/runtime/IntStream.java:96–96  ·  view source on GitHub ↗

Gets the value of the symbol at offset i from the current position. When i==1, this method returns the value of the current symbol in the stream (which is the next symbol to be consumed). When i==-1, this method returns the value of the previously read symbol in the stream. I

(int i)

Source from the content-addressed store, hash-verified

94 * retrieving the value of the specified symbol
95 */
96 int LA(int i);
97
98 /**
99 * A mark provides a guarantee that {@link #seek seek()} operations will be

Calls

no outgoing calls