Java.target.apidocs.org.antlr.v4.runtime.UnicodeCharStream.html Maven / Gradle / Ivy
UnicodeCharStream (ANTLR 4 Runtime (Optimized) 4.7.1 API)
org.antlr.v4.runtime
Interface UnicodeCharStream
-
- All Superinterfaces:
- CharStream, IntStream
- All Known Implementing Classes:
- ANTLRFileStream, ANTLRInputStream, CodePointCharStream, UnbufferedCharStream
public interface UnicodeCharStream
extends CharStream
-
-
Field Summary
-
Fields inherited from interface org.antlr.v4.runtime.IntStream
EOF, UNKNOWN_SOURCE_NAME
-
Method Summary
Methods
Modifier and Type
Method and Description
boolean
supportsUnicodeCodePoints()
Determines if the current stream supports Unicode code points.
-
Methods inherited from interface org.antlr.v4.runtime.CharStream
getText
-
-
Method Detail
-
supportsUnicodeCodePoints
boolean supportsUnicodeCodePoints()
Determines if the current stream supports Unicode code points.
- Returns:
true if the current input stream supports Unicode code
points; otherwise, false if the current input stream returns
UTF-16 code units for code points above U+FFFF.
Copyright © 1992–2018 Tunnel Vision Laboratories, LLC. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy