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 |
|---|---|
com.sun.codemodel.JMethod |
getMethod() |
com.sun.codemodel.JTypeVar |
getTypeVariable(String name) |
void |
putTypeVariable(com.sun.codemodel.JTypeVar typeParam) |
cleanVariableInfo, close, declare, ensureOpen, getBlock, getVariable, isNonMissing, isNonMissing, isOpen, markNonMissing, markNonMissing, putVariablepublic static final String TYPEVAR_NUMBER
public com.sun.codemodel.JTypeVar getTypeVariable(String name)
public void putTypeVariable(com.sun.codemodel.JTypeVar typeParam)
public com.sun.codemodel.JMethod getMethod()
Copyright © 2023. All rights reserved.