| Package | Description |
|---|---|
| com.bacoder.parser.java.adapter | |
| com.bacoder.parser.java.api |
| Modifier and Type | Method and Description |
|---|---|
Type |
TypeAdapter.adapt(JavaParser.TypeContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
NonWildcardTypeArgumentsAdapter.adapt(JavaParser.NonWildcardTypeArgumentsContext context) |
List<Type> |
TypeListAdapter.adapt(JavaParser.TypeListContext context) |
| Modifier and Type | Method and Description |
|---|---|
ConstDeclaration |
AnnotationConstantRestAdapter.adapt(JavaParser.AnnotationConstantRestContext context,
Type baseType,
org.antlr.v4.runtime.tree.ParseTree baseTypeContext) |
List<VariableDeclaration> |
VariableDeclaratorsAdapter.adapt(JavaParser.VariableDeclaratorsContext context,
Type baseType,
org.antlr.v4.runtime.tree.ParseTree baseTypeContext) |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
ExplicitGenericInvocationSuffixAdapter.adapt(JavaParser.ExplicitGenericInvocationSuffixContext context,
List<Type> typeList) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassOrInterfaceType |
class |
PrimitiveType |
| Modifier and Type | Method and Description |
|---|---|
Type |
WildcardTypeArgument.getExtendsType() |
Type |
ClassDeclaration.getExtendsType() |
Type |
WildcardTypeArgument.getSuperType() |
Type |
VariableDeclaration.getType() |
Type |
TypeCast.getType() |
Type |
Resource.getType() |
Type |
LocalVariableDeclaration.getType() |
Type |
InstanceOf.getType() |
Type |
FormalParameter.getType() |
Type |
ForEachControl.getType() |
Type |
FieldDeclaration.getType() |
Type |
ConstDeclaration.getType() |
Type |
AnnotationMethodDeclaration.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
TypeParameter.getExtendsTypes() |
List<Type> |
InterfaceDeclaration.getExtendsTypes() |
List<Type> |
EnumDeclaration.getImplementsTypes() |
List<Type> |
ClassDeclaration.getImplementsTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
WildcardTypeArgument.setExtendsType(Type extendsType) |
void |
ClassDeclaration.setExtendsType(Type extendsType) |
void |
WildcardTypeArgument.setSuperType(Type superType) |
void |
VariableDeclaration.setType(Type type) |
void |
TypeCast.setType(Type type) |
void |
Resource.setType(Type type) |
void |
LocalVariableDeclaration.setType(Type type) |
void |
InstanceOf.setType(Type type) |
void |
FormalParameter.setType(Type type) |
void |
ForEachControl.setType(Type type) |
void |
FieldDeclaration.setType(Type type) |
void |
ConstDeclaration.setType(Type type) |
void |
AnnotationMethodDeclaration.setType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeParameter.setExtendsTypes(List<Type> extendsTypes) |
void |
InterfaceDeclaration.setExtendsTypes(List<Type> extendsTypes) |
void |
EnumDeclaration.setImplementsTypes(List<Type> implementsTypes) |
void |
ClassDeclaration.setImplementsTypes(List<Type> implementsTypes) |
Copyright © 2013. All rights reserved.