public class JFieldFromIndex
extends net.thevpc.jeep.core.types.AbstractJField
| Constructor and Description |
|---|
JFieldFromIndex(HIndexedField field,
net.thevpc.jeep.JType declaringType,
HIndexer indexer,
net.thevpc.jeep.JTypes types) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object instance) |
net.thevpc.jeep.impl.types.JAnnotationInstanceList |
getAnnotations() |
net.thevpc.jeep.JType |
getDeclaringType() |
net.thevpc.jeep.impl.types.JModifierList |
getModifiers() |
net.thevpc.jeep.JTypes |
getTypes() |
boolean |
isFinal() |
boolean |
isPublic() |
boolean |
isStatic() |
String |
name() |
void |
set(Object instance,
Object value) |
String |
toString() |
net.thevpc.jeep.JType |
type() |
public JFieldFromIndex(HIndexedField field, net.thevpc.jeep.JType declaringType, HIndexer indexer, net.thevpc.jeep.JTypes types)
public String name()
public net.thevpc.jeep.JType type()
public boolean isPublic()
public boolean isStatic()
public boolean isFinal()
public net.thevpc.jeep.JType getDeclaringType()
public net.thevpc.jeep.impl.types.JAnnotationInstanceList getAnnotations()
public net.thevpc.jeep.impl.types.JModifierList getModifiers()
public net.thevpc.jeep.JTypes getTypes()
public String toString()
toString in class net.thevpc.jeep.core.types.AbstractJFieldCopyright © 2025 vpc open source initiative. All rights reserved.