Uses of Class
com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
Packages that use ExplicitConstructorInvocationStmt Package Description com.github.javaparser com.github.javaparser.ast.stmt com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of ExplicitConstructorInvocationStmt in com.github.javaparser
Fields in com.github.javaparser with type parameters of type ExplicitConstructorInvocationStmt Modifier and Type Field Description static ParseStart<ExplicitConstructorInvocationStmt>
ParseStart. EXPLICIT_CONSTRUCTOR_INVOCATION_STMT
Methods in com.github.javaparser that return ExplicitConstructorInvocationStmt 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. -
Uses of ExplicitConstructorInvocationStmt in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return ExplicitConstructorInvocationStmt 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 expressionExplicitConstructorInvocationStmt
ExplicitConstructorInvocationStmt. setThis(boolean isThis)
ExplicitConstructorInvocationStmt
ExplicitConstructorInvocationStmt. setTypeArguments(NodeList<Type> typeArguments)
Sets the typeArguments -
Uses of ExplicitConstructorInvocationStmt in com.github.javaparser.ast.visitor
-
Uses of ExplicitConstructorInvocationStmt in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type ExplicitConstructorInvocationStmt Modifier and Type Method Description void
PrettyPrintVisitor. visit(ExplicitConstructorInvocationStmt n, Void arg)
-