| Copyright | (c) Christian Gram Kalhauge 2018 |
|---|---|
| License | MIT |
| Maintainer | kalhuage@cs.ucla.edu |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.JVM.Attribute.EnclosingMethod
Description
Based on the EnclosingMethod Attribute, as documented here.
Synopsis
- data EnclosingMethod r = EnclosingMethod {
- enclosingClassName :: !(Ref ClassName r)
- enclosingMethodName :: !(Ref (Maybe MethodId) r)
Documentation
data EnclosingMethod r Source #
The EnclosingMethod is a reference to the enclosing method of the class
Constructors
| EnclosingMethod | |
Fields
| |