|
Java example source code file (ASCII_CharStream.README)
The ASCII_CharStream.README Java example source codeWARNING : ASCII_CharStream.java must be PATCHED. The following methods should be removed after javacc generation. The goal is to simplify 100%-pure testing (see bug 4127719). /** * @deprecated * @see #getEndColumn */ public final int getColumn() { return bufcolumn[bufpos]; } /** * @deprecated * @see #getEndLine */ public final int getLine() { return bufline[bufpos]; } Other Java examples (source code examples)Here is a short list of links related to this Java ASCII_CharStream.README source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.