-
-
Field Summary
-
Fields inherited from interface org.antlr.runtime.CharStream
EOF
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
rawLA
public int rawLA(int i)
- Returns:
- the LA value without case transformation
-
LT
public int LT(int i)
- Specified by:
LT
in interface org.antlr.runtime.CharStream
-
getLine
public int getLine()
- Specified by:
getLine
in interface org.antlr.runtime.CharStream
-
consume
public void consume()
- Specified by:
consume
in interface org.antlr.runtime.IntStream
-
LA
public int LA(int i)
- Specified by:
LA
in interface org.antlr.runtime.IntStream
-
mark
public int mark()
- Specified by:
mark
in interface org.antlr.runtime.IntStream
-
index
public int index()
- Specified by:
index
in interface org.antlr.runtime.IntStream
-
rewind
public void rewind()
- Specified by:
rewind
in interface org.antlr.runtime.IntStream
-
size
public int size()
- Specified by:
size
in interface org.antlr.runtime.IntStream
Copyright © 2012-2013. All Rights Reserved.