public abstract class ParseTreeToNFAConverter extends Object implements NFACreator
| Modifier and Type | Field and Description |
|---|---|
protected static int |
MAX_REPETITION |
| Modifier | Constructor and Description |
|---|---|
protected |
ParseTreeToNFAConverter() |
| Modifier and Type | Method and Description |
|---|---|
NFAGraph |
convertParseTree(ParseTree parseTree) |
protected NFAVertexND |
deriveVertex(NFAGraph m,
NFAVertexND v) |
protected NFAVertexND |
nextLookAroundState() |
protected NFAVertexND |
nextState() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountClosureNFA, createBaseCaseEmpty, createBaseCaseEmptyString, createBaseCaseLookAround, createBaseCaseSymbol, joinNFAs, plusNFA, questionMarkNFA, starNFA, unionNFAsprotected static final int MAX_REPETITION
protected NFAVertexND nextState()
protected NFAVertexND nextLookAroundState()
protected NFAVertexND deriveVertex(NFAGraph m, NFAVertexND v)
Copyright © 2021. All rights reserved.