| Package | Description |
|---|---|
| com.bacoder.parser.java.adapter | |
| com.bacoder.parser.java.api |
| Modifier and Type | Method and Description |
|---|---|
TypeArgument |
TypeArgumentAdapter.adapt(JavaParser.TypeArgumentContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeArgument> |
TypeArgumentsAdapter.adapt(JavaParser.TypeArgumentsContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Type |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassOrInterfaceType |
class |
PrimitiveType |
class |
WildcardTypeArgument |
| Modifier and Type | Method and Description |
|---|---|
List<? extends TypeArgument> |
Invocation.getTypeArguments() |
List<? extends TypeArgument> |
IdentifierWithTypeArguments.getTypeArguments() |
List<TypeArgument> |
ClassOrInterfaceType.getTypeArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Invocation.setTypeArguments(List<? extends TypeArgument> typeArguments) |
void |
IdentifierWithTypeArguments.setTypeArguments(List<? extends TypeArgument> typeArguments) |
void |
ClassOrInterfaceType.setTypeArguments(List<TypeArgument> typeArguments) |
Copyright © 2013. All rights reserved.