Uses of Interface
org.jboss.forge.roaster.model.source.MemberHolderSource
-
Packages that use MemberHolderSource Package Description org.jboss.forge.roaster.model.source -
-
Uses of MemberHolderSource in org.jboss.forge.roaster.model.source
Subinterfaces of MemberHolderSource in org.jboss.forge.roaster.model.source Modifier and Type Interface Description static interfaceEnumConstantSource.BodyRepresents the anonymous subclass "body" of anEnumConstantSource.interfaceFieldHolderSource<O extends JavaSource<O>>Represents aJavaSourcethat may contain field definitions.interfaceJavaClassSourceRepresents a Javaclasssource file as an in-memory modifiable element.interfaceJavaEnumSourceRepresents a Javaenumsource file as an in-memory modifiable element.interfaceJavaInterfaceSourceRepresents a Javainterfacesource file as an in-memory modifiable element.interfaceMethodHolderSource<O extends JavaSource<O>>Represents aJavaSourcethat may declare methods.interfacePropertyHolderSource<O extends JavaSource<O>>Represents aJavaSourcethat may containPropertySourcedefinitions.
-