Uses of Class
org.robovm.compiler.llvm.ParameterAttribute
| Package | Description |
|---|---|
| org.robovm.compiler.llvm |
-
Uses of ParameterAttribute in org.robovm.compiler.llvm
Methods in org.robovm.compiler.llvm that return ParameterAttribute Modifier and Type Method Description ParameterAttribute[]Argument. getAttributes()static ParameterAttributeParameterAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterAttribute[]ParameterAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.compiler.llvm with parameters of type ParameterAttribute Modifier and Type Method Description voidFunction. setParameterAttributes(int paramIndex, ParameterAttribute... attributes)Constructors in org.robovm.compiler.llvm with parameters of type ParameterAttribute Constructor Description Argument(Value value, ParameterAttribute... attributes)