Uses of Interface
org.jboss.forge.roaster.model.source.MethodHolderSource
Packages that use MethodHolderSource
-
Uses of MethodHolderSource in org.jboss.forge.roaster.model.source
Subinterfaces of MethodHolderSource in org.jboss.forge.roaster.model.sourceModifier and TypeInterfaceDescriptionstatic interfaceRepresents the anonymous subclass "body" of anEnumConstantSource.interfaceRepresents a Javaclasssource file as an in-memory modifiable element.interfaceRepresents a Javaenumsource file as an in-memory modifiable element.interfaceRepresents a Javainterfacesource file as an in-memory modifiable element.interfaceinterfacePropertyHolderSource<O extends JavaSource<O>>Represents aJavaSourcethat may containPropertySourcedefinitions. -
Uses of MethodHolderSource in org.jboss.forge.roaster.model.util
Methods in org.jboss.forge.roaster.model.util with parameters of type MethodHolderSourceModifier and TypeMethodDescriptionstatic List<MethodSource<?>>Methods.implementAbstractMethods(Class<?> source, MethodHolderSource<?> target) Implement the abstract methods present in aClassto the specifiedMethodHolderSource.static List<MethodSource<?>>Methods.implementAbstractMethods(MethodHolder<?> source, MethodHolderSource<?> target) Implement the abstract methods present in aMethodHolderto the specifiedMethodHolderSource.