Package org.jboss.jandex
Class MethodParamList
- java.lang.Object
-
- org.jboss.jandex.MethodParamList
-
final class MethodParamList extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classMethodParamList.ParamData
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<MethodParamList.ParamData>debugprivate booleanfirstIsEnclosingInstanceprivate MethodInfomethodprivate MethodParamList.ParamData[]possiblyNamedprivate java.util.List<MethodParamList.ParamData>proper
-
Constructor Summary
Constructors Constructor Description MethodParamList(MethodInfo method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidappendDebug(byte[] parameterName, boolean synthetic)(package private) voidappendProper(byte[] parameterName, boolean synthetic)(package private) voidfinish()(package private) booleanfirstIsEnclosingInstance()(package private) byte[][]getNames()
-
-
-
Field Detail
-
method
private final MethodInfo method
-
proper
private final java.util.List<MethodParamList.ParamData> proper
-
debug
private final java.util.List<MethodParamList.ParamData> debug
-
possiblyNamed
private MethodParamList.ParamData[] possiblyNamed
-
firstIsEnclosingInstance
private boolean firstIsEnclosingInstance
-
-
Constructor Detail
-
MethodParamList
MethodParamList(MethodInfo method)
-
-