public interface IConstantResolver
| Modifier and Type | Interface and Description |
|---|---|
static class |
IConstantResolver.ResolvedConstant
Immutable data object that holds information about a resolved constant.
|
| Modifier and Type | Method and Description |
|---|---|
IConstantResolver.ResolvedConstant |
resolveConstant(java.lang.String owner,
java.lang.String name)
Resolves the type and value of a constant
from its owning class and name.
|
IConstantResolver.ResolvedConstant resolveConstant(java.lang.String owner, java.lang.String name)
owner - the internal name of the class that owns the constant.name - the name of the constant.IConstantResolver.ResolvedConstant.