public class BytecodeAnalysisConstantResolver extends java.lang.Object implements IConstantResolver
IConstantResolver.ResolvedConstant| Constructor and Description |
|---|
BytecodeAnalysisConstantResolver(IClassResolver classResolver) |
| 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.
|
public BytecodeAnalysisConstantResolver(IClassResolver classResolver)
public IConstantResolver.ResolvedConstant resolveConstant(java.lang.String owner, java.lang.String name)
IConstantResolverresolveConstant in interface IConstantResolverowner - the internal name of the class that owns the constant.name - the name of the constant.IConstantResolver.ResolvedConstant.