Searched refs:lastParamType (Results 1 – 2 of 2) sorted by relevance
302 ArrayType lastParamType = (ArrayType)paramTypes.get(paramTypes.size() - 1); in handleVarArgs() local303 Type componentType = lastParamType.componentType(); in handleVarArgs()313 ArrayReference argArray = lastParamType.newInstance(0); in handleVarArgs()328 ((ArrayTypeImpl)nthArgType).isAssignableTo(lastParamType)) { in handleVarArgs()343 ArrayReference argArray = lastParamType.newInstance(count); in handleVarArgs()
45 static final String lastParamType = "javassist.runtime.Inner"; field in AccessorMaker61 consDesc = Descriptor.appendParameter(lastParamType, desc); in getConstructor()