| Package | Description |
|---|---|
| com.github.javaparser.ast.body | |
| com.github.javaparser.ast.visitor |
| Modifier and Type | Method and Description |
|---|---|
UnionType |
MultiTypeParameter.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiTypeParameter.setType(UnionType type) |
| Constructor and Description |
|---|
MultiTypeParameter(int beginLine,
int beginColumn,
int endLine,
int endColumn,
int modifiers,
List<AnnotationExpr> annotations,
UnionType type,
VariableDeclaratorId id) |
MultiTypeParameter(int modifiers,
List<AnnotationExpr> annotations,
UnionType type,
VariableDeclaratorId id) |
| Modifier and Type | Method and Description |
|---|---|
R |
GenericVisitor.visit(UnionType n,
A arg) |
void |
VoidVisitor.visit(UnionType n,
A arg) |
void |
VoidVisitorAdapter.visit(UnionType n,
A arg) |
R |
GenericVisitorAdapter.visit(UnionType n,
A arg) |
Boolean |
EqualsVisitor.visit(UnionType n1,
Node arg) |
void |
DumpVisitor.visit(UnionType n,
Object arg) |
Node |
CloneVisitor.visit(UnionType _n,
Object _arg) |
Copyright © 2007–2016. All rights reserved.