Package com.strobel.assembler.metadata
Class VariableDefinitionCollection.UnknownVariableReference
- java.lang.Object
-
- com.strobel.core.Freezable
-
- com.strobel.assembler.metadata.VariableReference
-
- com.strobel.assembler.metadata.VariableDefinitionCollection.UnknownVariableReference
-
- All Implemented Interfaces:
IMetadataTypeMember
,IFreezable
- Enclosing class:
- VariableDefinitionCollection
private static final class VariableDefinitionCollection.UnknownVariableReference extends VariableReference
-
-
Field Summary
Fields Modifier and Type Field Description private TypeReference
_declaringType
private int
_slot
-
Constructor Summary
Constructors Constructor Description UnknownVariableReference(TypeReference variableType, int slot, TypeReference declaringType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeReference
getDeclaringType()
int
getSlot()
VariableDefinition
resolve()
-
Methods inherited from class com.strobel.assembler.metadata.VariableReference
getName, getVariableType, hasName, setName, setVariableType, toString
-
Methods inherited from class com.strobel.core.Freezable
canFreeze, freeze, freezeCore, freezeIfUnfrozen, isFrozen, tryFreeze, verifyFrozen, verifyNotFrozen
-
-
-
-
Field Detail
-
_slot
private final int _slot
-
_declaringType
private final TypeReference _declaringType
-
-
Constructor Detail
-
UnknownVariableReference
UnknownVariableReference(TypeReference variableType, int slot, TypeReference declaringType)
-
-
Method Detail
-
getDeclaringType
public final TypeReference getDeclaringType()
- Specified by:
getDeclaringType
in interfaceIMetadataTypeMember
- Specified by:
getDeclaringType
in classVariableReference
-
getSlot
public final int getSlot()
- Specified by:
getSlot
in classVariableReference
-
resolve
public final VariableDefinition resolve()
- Specified by:
resolve
in classVariableReference
-
-