Interface ClassFileTypeDeclaration
-
- All Superinterfaces:
Base<MemberDeclaration>,BaseMemberDeclaration,ClassFileMemberDeclaration,Declaration,java.lang.Iterable<MemberDeclaration>,MemberDeclaration
- All Known Implementing Classes:
ClassFileAnnotationDeclaration,ClassFileClassDeclaration,ClassFileEnumDeclaration,ClassFileInterfaceDeclaration
public interface ClassFileTypeDeclaration extends ClassFileMemberDeclaration
-
-
Field Summary
-
Fields inherited from interface org.jd.core.v1.model.javasyntax.declaration.Declaration
FLAG_ABSTRACT, FLAG_ANNOTATION, FLAG_BRIDGE, FLAG_DEFAULT, FLAG_ENUM, FLAG_FINAL, FLAG_INTERFACE, FLAG_MANDATED, FLAG_MODULE, FLAG_NATIVE, FLAG_OPEN, FLAG_PRIVATE, FLAG_PROTECTED, FLAG_PUBLIC, FLAG_STATIC, FLAG_STATIC_PHASE, FLAG_STRICT, FLAG_SUPER, FLAG_SYNCHRONIZED, FLAG_SYNTHETIC, FLAG_TRANSIENT, FLAG_TRANSITIVE, FLAG_VARARGS, FLAG_VOLATILE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BodyDeclarationgetBodyDeclaration()intgetFirstLineNumber()java.lang.StringgetInternalTypeName()-
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
-
Methods inherited from interface org.jd.core.v1.model.javasyntax.declaration.Declaration
accept
-
-
-
-
Method Detail
-
getInternalTypeName
java.lang.String getInternalTypeName()
-
getFirstLineNumber
int getFirstLineNumber()
- Specified by:
getFirstLineNumberin interfaceClassFileMemberDeclaration
-
getBodyDeclaration
BodyDeclaration getBodyDeclaration()
-
-