|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinf.compilers.LexicalAnalyzer.RegexNode
abstract static class LexicalAnalyzer.RegexNode
Regular expressions are internally represented as trees. This class represents a node in a regex tree. It can represent either a single character node, a character class node, a repetition node, a sequence node, or an alternatives node.
| Constructor Summary | |
|---|---|
LexicalAnalyzer.RegexNode()
|
|
| Method Summary | |
|---|---|
(package private) abstract boolean |
matchChars(LexicalAnalyzer la)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
LexicalAnalyzer.RegexNode()
| Method Detail |
|---|
abstract boolean matchChars(LexicalAnalyzer la)
throws java.io.IOException
java.io.IOException - if reading fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||