Interface Visitor.TypeBodyDeclarationVisitor<R, EX extends Throwable>
- Type Parameters:
R- The type of the object returned by thevisit*()methodsEX- The exception that thevisit*()methods may throw
- Enclosing class:
Visitor
public static interface Visitor.TypeBodyDeclarationVisitor<R, EX extends Throwable>
The visitor for all kinds of
Java.TypeBodyDeclarations (declarations that may appear in the body of a
type declaration).-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
visitMemberInterfaceDeclaration
- Throws:
EX
-
visitMemberClassDeclaration
- Throws:
EX
-
visitInitializer
- Throws:
EX
-
visitFieldDeclaration
- Throws:
EX
-
visitMemberEnumDeclaration
- Throws:
EX
-
visitFunctionDeclarator
- Throws:
EX
-
visitMemberAnnotationTypeDeclaration
@Nullable R visitMemberAnnotationTypeDeclaration(Java.MemberAnnotationTypeDeclaration matd) throws EX - Throws:
EX
-