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
-
Method Details
-
resolve
T resolve()
-