Class MethodScope

java.lang.Object

public class MethodScope extends BlockScope
Specific block scope used for methods, constructors or clinits, representing its outermost blockscope. Note also that such a scope will be provided to enclose field initializers subscopes as well.