Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
FieldModel
Model that represent the field of a class
|
interface |
MethodModel
Model to represent a method declaration
|
Modifier and Type | Method and Description |
---|---|
Collection<Member> |
Type.getReferences()
Returns a unmodifiable collection of this type references.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldModelImpl
Implementation of a field model
|
class |
MethodModelImpl
Implementation of a method model
|
Modifier and Type | Method and Description |
---|---|
Collection<Member> |
TypeImpl.getReferences() |
List<Member> |
TypeProxy.getRefs() |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.