Uses of Class
org.robovm.compiler.plugin.PluginArgument
| Package | Description |
|---|---|
| org.robovm.compiler.config | |
| org.robovm.compiler.plugin |
-
Uses of PluginArgument in org.robovm.compiler.config
Methods in org.robovm.compiler.config that return types with arguments of type PluginArgument Modifier and Type Method Description Map<String,PluginArgument>Config.Builder. fetchPluginArguments()Fetches thePluginArguments of all registered plugins for parsing. -
Uses of PluginArgument in org.robovm.compiler.plugin
Methods in org.robovm.compiler.plugin that return types with arguments of type PluginArgument Modifier and Type Method Description List<PluginArgument>PluginArguments. getArguments()Constructor parameters in org.robovm.compiler.plugin with type arguments of type PluginArgument Constructor Description PluginArguments(String prefix, List<PluginArgument> arguments)