Package jadex.classreader
Class SClassReader.ClassEntity
java.lang.Object
jadex.classreader.SClassReader.AnnotatedEntity
jadex.classreader.SClassReader.ClassEntity
- Direct Known Subclasses:
SClassReader.FieldInfo
,SClassReader.MethodInfo
- Enclosing class:
SClassReader
Entity contained in a class.
-
Field Summary
Fields inherited from class jadex.classreader.SClassReader.AnnotatedEntity
accessflags, annotations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Tests if entity is private.boolean
Tests if entity is protected.boolean
isStatic()
Tests if entity is static.Methods inherited from class jadex.classreader.SClassReader.AnnotatedEntity
getAccessFlags, getAnnotation, getAnnotations, hasAnnotation, isFinal, isPublic, isSynthetic, setAccessFlags, setAnnotations
-
Constructor Details
-
ClassEntity
public ClassEntity()
-
-
Method Details
-
isPrivate
public boolean isPrivate()Tests if entity is private.- Returns:
- True, if private.
-
isProtected
public boolean isProtected()Tests if entity is protected.- Returns:
- True, if protected.
-
isStatic
public boolean isStatic()Tests if entity is static.- Returns:
- True, if static.
-