Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
ObjectCreationExpr |
ObjectCreationExpr.setAnonymousClassBody(NodeList<BodyDeclaration<?>> anonymousClassBody)
Sets the anonymousClassBody
|
ObjectCreationExpr |
ObjectCreationExpr.setArgs(NodeList<Expression> args) |
ObjectCreationExpr |
ObjectCreationExpr.setScope(Expression scope)
Sets the scope
|
ObjectCreationExpr |
ObjectCreationExpr.setType(ClassOrInterfaceType type) |
ObjectCreationExpr |
ObjectCreationExpr.setTypeArguments(NodeList<Type<?>> typeArguments)
Sets the typeArguments
|
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(ObjectCreationExpr n,
A arg) |
void |
VoidVisitor.visit(ObjectCreationExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(ObjectCreationExpr n,
A arg) |
Visitable |
ModifierVisitorAdapter.visit(ObjectCreationExpr n,
A arg) |
R |
GenericVisitorAdapter.visit(ObjectCreationExpr n,
A arg) |
Visitable |
CloneVisitor.visit(ObjectCreationExpr _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(ObjectCreationExpr n1,
Visitable arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(ObjectCreationExpr n,
Void arg) |
Copyright © 2007–2016. All rights reserved.