Uses of Interface
org.jboss.forge.roaster.model.MethodHolder
Packages that use MethodHolder
Package
Description
-
Uses of MethodHolder in org.jboss.forge.roaster.model
Subinterfaces of MethodHolder in org.jboss.forge.roaster.modelModifier and TypeInterfaceDescriptionstatic interfaceEnumConstant.ReadBody<O extends EnumConstant.ReadBody<O>>Represents the anonymous subclass "body" of aEnumConstant.interfaceRepresents a Javaclasstype.interfaceRepresents a Javaenumtype.interfaceJavaInterface<O extends JavaInterface<O>>Represents a Javainterfacetype.interfaceJavaRecord<O extends JavaRecord<O>>Represents a Record class (available as a preview feature in JDK 14).interfacePropertyHolder<O extends JavaType<O>>Represents aJavaTypethat may contain property definitions. -
Uses of MethodHolder in org.jboss.forge.roaster.model.source
Subinterfaces of MethodHolder 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.interfaceinterfaceMethodHolderSource<O extends JavaSource<O>>Represents aJavaSourcethat may declare methods.interfacePropertyHolderSource<O extends JavaSource<O>>Represents aJavaSourcethat may containPropertySourcedefinitions. -
Uses of MethodHolder in org.jboss.forge.roaster.model.util
Methods in org.jboss.forge.roaster.model.util with parameters of type MethodHolderModifier and TypeMethodDescriptionstatic List<MethodSource<?>>Methods.implementAbstractMethods(MethodHolder<?> source, MethodHolderSource<?> target) Implement the abstract methods present in aMethodHolderto the specifiedMethodHolderSource.