| Package | Description |
|---|---|
| org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
| org.jboss.reflect.plugins.javassist | |
| org.jboss.reflect.spi |
Extended Reflection API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumInfoImpl
Enumeration info
|
| Modifier and Type | Field and Description |
|---|---|
protected EnumInfo |
EnumConstantInfoImpl.declaring
The enumeration
|
| Modifier and Type | Method and Description |
|---|---|
EnumInfo |
EnumConstantInfoImpl.getDeclaring() |
| Constructor and Description |
|---|
EnumConstantInfoImpl(String name,
EnumInfo declaring)
Create a new constant
|
EnumConstantInfoImpl(String name,
EnumInfo declaring,
AnnotationValue[] annotations)
Create a new constant
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavassistEnumInfo |
| Modifier and Type | Method and Description |
|---|---|
EnumInfo |
EnumConstantInfo.getDeclaring()
Get the declaring enumeration
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.