public class StatementAndBraceFinderTest extends AbstractPLSQLParserTst
Constructor and Description |
---|
StatementAndBraceFinderTest() |
Modifier and Type | Method and Description |
---|---|
static junit.framework.Test |
suite() |
void |
testExpressionParentChildLinks()
Java ASTStatementExpression equivalent is inferred as an Expression() which has
an UnlabelledStatement as a parent.
|
void |
testForStmtHasCorrectTypes() |
void |
testIfStmtHasCorrectTypes() |
void |
testLabelledStmtHasCorrectTypes() |
void |
testOnlyWorksForMethodsAndConstructors() |
void |
testSimpleCaseStmtHasCorrectTypes() |
void |
testVariableOrConstantDeclaratorParentChildLinks() |
void |
testWhileStmtHasCorrectTypes() |
buildDFA, dumpNodes, getNodes, getNodes, getOrderedNodes, parseLanguage, parsePLSQL, parsePLSQL
public void testExpressionParentChildLinks() throws Throwable
Throwable
public void testVariableOrConstantDeclaratorParentChildLinks() throws Throwable
Throwable
public void testIfStmtHasCorrectTypes() throws Throwable
Throwable
public void testWhileStmtHasCorrectTypes() throws Throwable
Throwable
public void testForStmtHasCorrectTypes() throws Throwable
Throwable
public void testSimpleCaseStmtHasCorrectTypes() throws Throwable
Throwable
public void testLabelledStmtHasCorrectTypes() throws Throwable
Throwable
public void testOnlyWorksForMethodsAndConstructors()
public static junit.framework.Test suite()
Copyright © 2002–2014 InfoEther. All rights reserved.