Class EnclosingMethodAttribute
- java.lang.Object
-
- com.strobel.assembler.ir.attributes.SourceAttribute
-
- com.strobel.assembler.ir.attributes.EnclosingMethodAttribute
-
public final class EnclosingMethodAttribute extends SourceAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private MethodReference
_enclosingMethod
private TypeReference
_enclosingType
-
Constructor Summary
Constructors Constructor Description EnclosingMethodAttribute(TypeReference enclosingType, MethodReference enclosingMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodReference
getEnclosingMethod()
TypeReference
getEnclosingType()
-
Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
-
-
-
Field Detail
-
_enclosingType
private final TypeReference _enclosingType
-
_enclosingMethod
private final MethodReference _enclosingMethod
-
-
Constructor Detail
-
EnclosingMethodAttribute
public EnclosingMethodAttribute(TypeReference enclosingType, MethodReference enclosingMethod)
-
-
Method Detail
-
getEnclosingType
public TypeReference getEnclosingType()
-
getEnclosingMethod
public MethodReference getEnclosingMethod()
-
-