Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
SuperExpr |
SuperExpr.clone() |
SuperExpr |
SuperExpr.removeClassExpr() |
SuperExpr |
SuperExpr.setClassExpr(Expression classExpr)
Sets the classExpr
|
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(SuperExpr n,
A arg) |
Visitable |
ModifierVisitor.visit(SuperExpr n,
A arg) |
void |
VoidVisitor.visit(SuperExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(SuperExpr n,
A arg) |
R |
GenericVisitorAdapter.visit(SuperExpr n,
A arg) |
void |
TreeStructureVisitor.visit(SuperExpr n,
Integer arg) |
Visitable |
CloneVisitor.visit(SuperExpr _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(SuperExpr n1,
Visitable arg) |
Integer |
HashCodeVisitor.visit(SuperExpr n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(SuperExpr n,
Void arg) |
Copyright © 2007–2017. All rights reserved.