Uses of Class
io.airlift.bytecode.Parameter
-
Packages that use Parameter Package Description io.airlift.bytecode -
-
Uses of Parameter in io.airlift.bytecode
Methods in io.airlift.bytecode that return Parameter Modifier and Type Method Description static ParameterParameter. arg(String name, ParameterizedType type)static ParameterParameter. arg(String name, Class<?> type)Methods in io.airlift.bytecode that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>MethodDefinition. getParameters()Methods in io.airlift.bytecode with parameters of type Parameter Modifier and Type Method Description MethodDefinitionClassDefinition. declareConstructor(EnumSet<Access> access, Parameter... parameters)MethodDefinitionClassDefinition. declareMethod(EnumSet<Access> access, String name, ParameterizedType returnType, Parameter... parameters)Method parameters in io.airlift.bytecode with type arguments of type Parameter Modifier and Type Method Description MethodDefinitionClassDefinition. declareConstructor(EnumSet<Access> access, Iterable<Parameter> parameters)MethodDefinitionClassDefinition. declareMethod(EnumSet<Access> access, String name, ParameterizedType returnType, Iterable<Parameter> parameters)Constructors in io.airlift.bytecode with parameters of type Parameter Constructor Description MethodDefinition(ClassDefinition declaringClass, EnumSet<Access> access, String name, ParameterizedType returnType, Parameter... parameters)Constructor parameters in io.airlift.bytecode with type arguments of type Parameter Constructor Description MethodDefinition(ClassDefinition declaringClass, EnumSet<Access> access, String name, ParameterizedType returnType, Iterable<Parameter> parameters)
-