public interface ExtInitializerOrFieldDecl
Modifier and Type | Method and Description |
---|---|
ReferenceVariable |
getThisNode(ConstructorContext constructorContext)
Get the appropriate reference variable for "this" (i.e., the reference
variable used in the pointer analysis to refer to "this")
for the given constructor context.
|
void |
setThisNode(ConstructorContext constructorContext,
ReferenceVariable thisNode)
Set the appropriate ReferenceVariable that represents the
current object (i.e., the reference variable
used in the pointer analysis to refer to "this")
for the given constructor context.
|
void setThisNode(ConstructorContext constructorContext, ReferenceVariable thisNode)
constructorContext
- thisNode
- ReferenceVariable getThisNode(ConstructorContext constructorContext)
constructorContext
-