JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.javaparser.resolution
Interface Resolvable<T>
All Known Implementing Classes:
AnnotationDeclaration
,
AnnotationExpr
,
AnnotationMemberDeclaration
,
ArrayType
,
ClassOrInterfaceDeclaration
,
ClassOrInterfaceType
,
CompactConstructorDeclaration
,
ConstructorDeclaration
,
EnumConstantDeclaration
,
EnumDeclaration
,
ExplicitConstructorInvocationStmt
,
FieldAccessExpr
,
FieldDeclaration
,
IntersectionType
,
MarkerAnnotationExpr
,
MethodCallExpr
,
MethodDeclaration
,
MethodReferenceExpr
,
NameExpr
,
NormalAnnotationExpr
,
ObjectCreationExpr
,
Parameter
,
PrimitiveType
,
RecordDeclaration
,
ReferenceType
,
SingleMemberAnnotationExpr
,
ThisExpr
,
Type
,
TypeParameter
,
UnionType
,
UnknownType
,
VariableDeclarator
,
VarType
,
VoidType
,
WildcardType
public interface
Resolvable<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
resolve
()
Method Detail
resolve
T
resolve()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2007–2024. All rights reserved.