IClass.IConstructor, IClass.IField, IClass.IInvocable, IClass.IMethod, UnitCompiler.SimpleIFieldpublic static interface IClass.IMember
IClass. IClass.IMember are expected to be immutable, i.e. all getter methods
return constant values.| Modifier and Type | Method | Description |
|---|---|---|
Access |
getAccess() |
|
Java.Annotation[] |
getAnnotations() |
|
IClass |
getDeclaringIClass() |
Access getAccess()
Access.PRIVATE, Access.PROTECTED,
Access.DEFAULT and Access.PUBLIC.Java.Annotation[] getAnnotations()
IClass getDeclaringIClass()
IClass that declares this IClass.IMemberCopyright © 2001–2019. All rights reserved.