Package com.javacc.core
Class NfaBuilder
java.lang.Object
com.javacc.parser.Node.Visitor
com.javacc.core.NfaBuilder
A Visitor object that builds an Nfa start and end state from a Regular expression. This is a
result of refactoring some legacy code that used all static methods. NB. This
class and the visit methods must be public because of the use of reflection.
Ideally, it would all be private and package-private.
-
Field Summary
Fields inherited from class com.javacc.parser.Node.Visitor
visitUnparsedTokens -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(CharacterList charList) voidvisit(OneOrMoreRegexp oom) voidvisit(RegexpChoice choice) voidvoidvisit(RegexpSequence sequence) voidvisit(RegexpStringLiteral stringLiteral) voidvisit(RepetitionRange repRange) voidvisit(ZeroOrMoreRegexp zom) voidvisit(ZeroOrOneRegexp zoo) Methods inherited from class com.javacc.parser.Node.Visitor
fallback, recurse, visit
-
Method Details
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-