private static class RequireThisCheck.MethodFrame extends RequireThisCheck.AbstractFrame
Modifier | Constructor and Description |
---|---|
protected |
MethodFrame(RequireThisCheck.AbstractFrame parent,
DetailAST ident)
Creates method frame.
|
Modifier and Type | Method and Description |
---|---|
protected RequireThisCheck.FrameType |
getType()
Get the type of the frame.
|
containsFieldOrVariable, containsFieldOrVariableDef, getFrameName, getFrameNameIdent, getIfContains, getParent, isProperDefinition
protected MethodFrame(RequireThisCheck.AbstractFrame parent, DetailAST ident)
parent
- parent frame.ident
- method name identifier token.protected RequireThisCheck.FrameType getType()
RequireThisCheck.AbstractFrame
getType
in class RequireThisCheck.AbstractFrame