public interface HContext
Modifier and Type | Method and Description |
---|---|
AllocSiteNode |
allocSite()
Returns the allocation site of this abstract object.
|
boolean |
equalsSemantic(HContext o)
Semantic equality between two HContexts.
|
boolean |
hasPreciseType()
Returns true if there is a precise type for this abstract object.
|
polyglot.types.Type |
preciseType()
Returns the precise type of this abstract object.
|
polyglot.types.Type |
type()
Returns the most specific known type of this abstract object.
|
polyglot.types.Type preciseType()
polyglot.types.Type type()
boolean hasPreciseType()
boolean equalsSemantic(HContext o)
AllocSiteNode allocSite()