Class and Description |
---|
net.percederberg.grammatica.parser.re.CharBuffer
The CharBuffer class has been deprecated in favor
of ReaderBuffer as of version 1.5.
|
Method and Description |
---|
net.percederberg.grammatica.parser.ProductionPattern.isSyntetic()
Use the isSynthetic() method instead. This method
name contained a spelling error.
|
net.percederberg.grammatica.parser.re.RegExp.matcher(CharBuffer)
The CharBuffer class has been deprecated in favor
of ReaderBuffer as of version 1.5. Create a ReaderBuffer
and use the matcher(ReaderBuffer) method instead of this one.
|
net.percederberg.grammatica.parser.ProductionPattern.setSyntetic(boolean)
Use the setSynthetic() method instead. This method
name contained a spelling error.
|