Uses of Interface
org.jboss.forge.roaster.model.Method
Packages that use Method
-
Uses of Method in org.jboss.forge.roaster.model
Classes in org.jboss.forge.roaster.model with type parameters of type MethodModifier and TypeInterfaceDescriptioninterfaceRepresents a Java Method.Methods in org.jboss.forge.roaster.model that return MethodModifier and TypeMethodDescriptionProperty.getAccessor()Get this property's accessor method.Return theMethodwith the given name and zero parameters; otherwise return null.Return theMethodwith the given name and signature types; otherwise return null.Return theMethodwith the given name and signature types; otherwise return null.Property.getMutator()Get this property's mutator method.Methods in org.jboss.forge.roaster.model that return types with arguments of type MethodModifier and TypeMethodDescriptionMethodHolder.getMethods()Get aListof allMethods declared by thisMethodHolderinstance, if any; otherwise, return an emptyListMethods in org.jboss.forge.roaster.model with parameters of type MethodModifier and TypeMethodDescriptiondefault booleanReturn true if thisMethodHolderhas a method with the given name and zero parameters; otherwise return false.default booleanMethodHolder.hasMethodSignature(Method<?, ?> method) Return true if thisMethodHolderhas a method with signature matching the given method's signature. -
Uses of Method in org.jboss.forge.roaster.model.source
Subinterfaces of Method in org.jboss.forge.roaster.model.sourceModifier and TypeInterfaceDescriptioninterfaceMethodSource<O extends JavaSource<O>>Represents a Java Method in source form.Methods in org.jboss.forge.roaster.model.source with parameters of type MethodModifier and TypeMethodDescriptionAdd a newMethodSourcedeclaration to thisMethodHolderSourceinstance, using the givenMethodas the method declaration.MethodHolderSource.removeMethod(Method<O, ?> method) Remove the givenMethodSourcedeclaration from thisMethodHolderSourceinstance, if it exists; otherwise, do nothing.