Uses of Interface
org.jboss.forge.roaster.model.Parameter
-
Packages that use Parameter Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of Parameter in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<? extends Parameter<O>>Method. getParameters()Get a list of thisMethod's parameters. -
Uses of Parameter in org.jboss.forge.roaster.model.source
Subinterfaces of Parameter in org.jboss.forge.roaster.model.source Modifier and Type Interface Description interfaceParameterSource<O extends JavaSource<O>>Represents a parameter of aMethodSource.
-