| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.statement |
| Modifier and Type | Method and Description |
|---|---|
CatchTreeImpl |
JavaGrammar.CATCH_CLAUSE() |
CatchTreeImpl |
TreeFactory.newCatchClause(com.sonar.sslr.api.AstNode catchTokenAstNode,
com.sonar.sslr.api.AstNode openParenTokenAstNode,
VariableTreeImpl parameter,
com.sonar.sslr.api.AstNode closeParenTokenAstNode,
BlockTreeImpl block) |
| Modifier and Type | Method and Description |
|---|---|
TryStatementTreeImpl |
TreeFactory.newTryCatch(Optional<List<CatchTreeImpl>> catches,
Optional<BlockTreeImpl> finallyBlock) |
TryStatementTreeImpl |
TreeFactory.newTryWithResourcesStatement(com.sonar.sslr.api.AstNode tryTokenAstNode,
com.sonar.sslr.api.AstNode openParenTokenAstNode,
ResourceListTreeImpl resources,
com.sonar.sslr.api.AstNode closeParenTokenAstNode,
BlockTreeImpl block,
Optional<List<CatchTreeImpl>> catches,
Optional<BlockTreeImpl> finallyBlock) |
| Constructor and Description |
|---|
TryStatementTreeImpl(InternalSyntaxToken tryToken,
InternalSyntaxToken openParenToken,
ResourceListTreeImpl resources,
InternalSyntaxToken closeParenToken,
BlockTreeImpl block,
List<CatchTreeImpl> catches,
BlockTreeImpl finallyBlock) |
TryStatementTreeImpl(List<CatchTreeImpl> catches,
BlockTreeImpl finallyBlock) |
Copyright © 2012–2015 SonarSource. All rights reserved.