Package org.antlr.v4.runtime
Interface UnicodeCharStream
- All Superinterfaces:
CharStream,IntStream
- All Known Implementing Classes:
CodePointCharStream,UnbufferedCharStream
-
Field Summary
Fields inherited from interface org.antlr.v4.runtime.IntStream
EOF, UNKNOWN_SOURCE_NAME -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if the current stream supports Unicode code points.Methods inherited from interface org.antlr.v4.runtime.CharStream
getText
-
Method Details
-
supportsUnicodeCodePoints
boolean supportsUnicodeCodePoints()Determines if the current stream supports Unicode code points.- Returns:
trueif the current input stream supports Unicode code points; otherwise,falseif the current input stream returns UTF-16 code units for code points above U+FFFF.
-