public class MethodScope extends Scope
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPEVAR_NUMBER |
VAR_ARGUMENTS, VAR_CONTEXT, VAR_VALUEFACTORY| Constructor and Description |
|---|
MethodScope(com.sun.codemodel.JMethod method) |
| Modifier and Type | Method and Description |
|---|---|
void |
declare(com.sun.codemodel.JTypeVar typeParam) |
com.sun.codemodel.JMethod |
getMethod() |
com.sun.codemodel.JTypeVar |
getTypeVariable(String name) |
close, declare, declare, ensureOpen, getBlock, getVariable, isNonMissing, isOpen, markNonMissingpublic static final String TYPEVAR_NUMBER
public com.sun.codemodel.JTypeVar getTypeVariable(String name)
public void declare(com.sun.codemodel.JTypeVar typeParam)
public com.sun.codemodel.JMethod getMethod()
Copyright © 2020. All rights reserved.