Class ReflectFieldImpl
java.lang.Object
org.teavm.metaprogramming.impl.reflect.ReflectFieldImpl
- All Implemented Interfaces:
ReflectAnnotatedElement
,ReflectField
,ReflectMember
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S extends Annotation>
SgetAnnotation(Class<S> type)
ReflectClass<?>
int
getName()
ReflectClass<?>
getType()
boolean
void
-
Field Details
-
field
-
-
Constructor Details
-
ReflectFieldImpl
-
-
Method Details
-
getDeclaringClass
- Specified by:
getDeclaringClass
in interfaceReflectMember
-
getName
- Specified by:
getName
in interfaceReflectMember
-
getModifiers
public int getModifiers()- Specified by:
getModifiers
in interfaceReflectMember
-
isEnumConstant
public boolean isEnumConstant()- Specified by:
isEnumConstant
in interfaceReflectField
-
getType
- Specified by:
getType
in interfaceReflectField
-
get
- Specified by:
get
in interfaceReflectField
-
set
- Specified by:
set
in interfaceReflectField
-
getBackingField
-
getAnnotation
- Specified by:
getAnnotation
in interfaceReflectAnnotatedElement
-