JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.javacc.parser
SingleCharacter
Contents
Description
Field Summary
Method Summary
Field Details
ch
Hide sidebar
Show sidebar
Class SingleCharacter
java.lang.Object
org.javacc.parser.SingleCharacter
public class
SingleCharacter
extends
Object
Describes single character descriptors in a character list.
Field Summary
Fields
Modifier and Type
Field
Description
char
ch
The character of this descriptor.
Method Summary
Methods inherited from class
Object
clone
,
equals
,
finalize
,
getClass
,
hashCode
,
notify
,
notifyAll
,
toString
,
wait
,
wait
,
wait
Field Details
ch
public
char
ch
The character of this descriptor.