Package | Description |
---|---|
com.github.javaparser | |
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Field | Description |
---|---|---|
static ParseStart<ExplicitConstructorInvocationStmt> |
ParseStart.EXPLICIT_CONSTRUCTOR_INVOCATION_STMT |
Modifier and Type | Method | Description |
---|---|---|
static ExplicitConstructorInvocationStmt |
JavaParser.parseExplicitConstructorInvocationStmt(String statement) |
Parses the this(...) and super(...) statements that may occur at the start of a constructor.
|
Modifier and Type | Method | Description |
---|---|---|
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.addArgument(Expression argument) |
|
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.clone() |
|
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.removeExpression() |
|
ExplicitConstructorInvocationStmt |
ExplicitConstructorInvocationStmt.setArgument(int i,
Expression argument) |
|
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 | Description |
---|---|---|
void |
PrettyPrintVisitor.visit(ExplicitConstructorInvocationStmt n,
Void arg) |
Copyright © 2007–2019. All rights reserved.