Class ParserContext
java.lang.Object
migratedb.v1.core.internal.parser.ParserContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidintintvoidincreaseBlockDepth(String blockInitiator) voidbooleanisLetter(char c) voidsetDelimiter(Delimiter delimiter) voidsetStatementType(StatementType statementType)
-
Constructor Details
-
ParserContext
-
-
Method Details
-
increaseParensDepth
public void increaseParensDepth() -
decreaseParensDepth
public void decreaseParensDepth() -
getParensDepth
public int getParensDepth() -
getLastClosedBlockInitiator
-
increaseBlockDepth
-
decreaseBlockDepth
public void decreaseBlockDepth() -
getBlockDepth
public int getBlockDepth() -
getBlockInitiator
-
getDelimiter
-
setDelimiter
-
getStatementType
-
setStatementType
-
isLetter
public boolean isLetter(char c)
-