| Package | Description |
|---|---|
| com.github.javaparser | |
| com.github.javaparser.ast.stmt | |
| com.github.javaparser.ast.visitor | |
| com.github.javaparser.printer |
| Modifier and Type | Field and Description |
|---|---|
static ParseStart<ExplicitConstructorInvocationStmt> |
ParseStart.EXPLICIT_CONSTRUCTOR_INVOCATION_STMT |
| Modifier and Type | Method and Description |
|---|---|
static ExplicitConstructorInvocationStmt |
StaticJavaParser.parseExplicitConstructorInvocationStmt(String statement)
Parses the this(...) and super(...) statements that may occur at the start of a constructor.
|
ExplicitConstructorInvocationStmt |
JavaParserAdapter.parseExplicitConstructorInvocationStmt(String statement) |
| Modifier and Type | Method and Description |
|---|---|
ParseResult<ExplicitConstructorInvocationStmt> |
JavaParser.parseExplicitConstructorInvocationStmt(String statement)
Parses the this(...) and super(...) statements that may occur at the start of a constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitConstructorInvocationStmt |
Statement.asExplicitConstructorInvocationStmt() |
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.asExplicitConstructorInvocationStmt() |
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.clone() |
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.removeExpression() |
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.setArguments(NodeList<Expression> arguments) |
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.setExpression(Expression expression)
Sets the expression
|
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.setThis(boolean isThis) |
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.setTypeArguments(NodeList<Type> typeArguments)
Sets the typeArguments
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ExplicitConstructorInvocationStmt> |
Statement.toExplicitConstructorInvocationStmt() |
Optional<ExplicitConstructorInvocationStmt> |
ExplicitConstructorInvocationStmt.toExplicitConstructorInvocationStmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt> action) |
void |
ExplicitConstructorInvocationStmt.ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt> action) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintVisitor.visit(ExplicitConstructorInvocationStmt n,
Void arg)
Deprecated.
|
void |
DefaultPrettyPrinterVisitor.visit(ExplicitConstructorInvocationStmt n,
Void arg) |
Copyright © 2007–2023. All rights reserved.