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 class
MethodParamList.ParamData
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<MethodParamList.ParamData>
debug
private boolean
firstIsEnclosingInstance
private MethodInfo
method
private MethodParamList.ParamData[]
possiblyNamed
private 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) void
appendDebug(byte[] parameterName, boolean synthetic)
(package private) void
appendProper(byte[] parameterName, boolean synthetic)
(package private) void
finish()
(package private) boolean
firstIsEnclosingInstance()
(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)
-
-