Package com.strobel.decompiler.semantics
Class ResolveResult
- java.lang.Object
-
- com.strobel.decompiler.semantics.ResolveResult
-
- Direct Known Subclasses:
JavaResolver.PrimitiveResolveResult
public class ResolveResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private TypeReference_type
-
Constructor Summary
Constructors Constructor Description ResolveResult(TypeReference type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<ResolveResult>getChildResults()java.lang.ObjectgetConstantValue()RegiongetDefinitionRegion()TypeReferencegetType()booleanisCompileTimeConstant()booleanisError()java.lang.StringtoString()
-
-
-
Field Detail
-
_type
private final TypeReference _type
-
-
Constructor Detail
-
ResolveResult
public ResolveResult(TypeReference type)
-
-
Method Detail
-
getType
public final TypeReference getType()
-
isCompileTimeConstant
public boolean isCompileTimeConstant()
-
getConstantValue
public java.lang.Object getConstantValue()
-
isError
public boolean isError()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getChildResults
public final java.lang.Iterable<ResolveResult> getChildResults()
-
getDefinitionRegion
public final Region getDefinitionRegion()
-
-