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(InternalSyntaxToken catchToken,
InternalSyntaxToken openParenToken,
VariableTreeImpl parameter,
InternalSyntaxToken closeParenToken,
BlockTreeImpl block) |
Modifier and Type | Method and Description |
---|---|
TryStatementTreeImpl |
TreeFactory.newTryCatch(com.sonar.sslr.api.typed.Optional<List<CatchTreeImpl>> catches,
com.sonar.sslr.api.typed.Optional<TryStatementTreeImpl> finallyBlock) |
TryStatementTreeImpl |
TreeFactory.newTryWithResourcesStatement(InternalSyntaxToken tryToken,
InternalSyntaxToken openParenToken,
ResourceListTreeImpl resources,
InternalSyntaxToken closeParenToken,
BlockTreeImpl block,
com.sonar.sslr.api.typed.Optional<List<CatchTreeImpl>> catches,
com.sonar.sslr.api.typed.Optional<TryStatementTreeImpl> finallyBlock) |
Modifier and Type | Method and Description |
---|---|
TryStatementTreeImpl |
TryStatementTreeImpl.completeTryWithResources(InternalSyntaxToken tryToken,
InternalSyntaxToken openParenToken,
ResourceListTreeImpl resources,
InternalSyntaxToken closeParenToken,
BlockTreeImpl block,
List<CatchTreeImpl> catches) |
TryStatementTreeImpl |
TryStatementTreeImpl.completeWithCatches(List<CatchTreeImpl> catches) |
Constructor and Description |
---|
TryStatementTreeImpl(InternalSyntaxToken tryToken,
InternalSyntaxToken openParenToken,
ResourceListTreeImpl resources,
InternalSyntaxToken closeParenToken,
BlockTreeImpl block,
List<CatchTreeImpl> catches) |
TryStatementTreeImpl(List<CatchTreeImpl> catches,
InternalSyntaxToken finallyKeyword,
BlockTreeImpl finallyBlock) |
Copyright © 2012–2017 SonarSource. All rights reserved.