Uses of Package
org.jboss.forge.roaster.model.source
-
Classes in org.jboss.forge.roaster.model.source used by org.jboss.forge.roaster Class Description JavaSource Represents a Java type in source form. -
Classes in org.jboss.forge.roaster.model.source used by org.jboss.forge.roaster.model Class Description AnnotationTargetSource Represents a Java source element that may carry annotations.Importer Defines the aspect ofJavaSourcethat handles type imports.JavaDocCapableSource Represents aJavaSourceelement that can holdJavaDocJavaSource Represents a Java type in source form.LocationCapable Provides location information about an element in the source fileNamedSource Represents a named Java source element.PackagedSource Represents aJavaSourcethat may be declared as belonging to a particular Javapackage.VisibilityScopedSource Represents a Java source element that has a certain visibility scope. -
Classes in org.jboss.forge.roaster.model.source used by org.jboss.forge.roaster.model.source Class Description AbstractableSource Represents a Java source element that may be declaredabstract.AnnotationElementSource Represents an element definition of aJavaAnnotationSource.AnnotationElementSource.DefaultValue Represents the default value of anAnnotationElementSourceand provides mechanisms to set that value.AnnotationSource Represents an annotation on some Java source element.AnnotationTargetSource Represents a Java source element that may carry annotations.EnumConstantSource Represents one of the constant members of aJavaEnumSource.EnumConstantSource.Body Represents the anonymous subclass "body" of anEnumConstantSource.ExtendableSource Represents aJavaSourcethat can extend other types (Java inheritance and interfaces).FieldHolderSource Represents aJavaSourcethat may contain field definitions.FieldSource FinalCapableSource Represents a Java element that supports the final keyword.GenericCapableSource Represents a Java source element that may define type variables.Import Represents an imported element in aJavaSource.Importer Defines the aspect ofJavaSourcethat handles type imports.InterfaceCapableSource Represents aJavaSourcethat may implement one or more interfaces.JavaAnnotationSource Represents a Java@interfaceannotation source file as an in-memory modifiable element.JavaDocCapableSource Represents aJavaSourceelement that can holdJavaDocJavaDocSource JavaSource Represents a Java type in source form.LocationCapable Provides location information about an element in the source fileMemberHolderSource Represents aJavaSourcethat may declare fields or methods.MemberSource Represents aJavaSourcemember.MethodHolderSource Represents aJavaSourcethat may declare methods.MethodSource Represents a Java Method in source form.NamedSource Represents a named Java source element.PackagedSource Represents aJavaSourcethat may be declared as belonging to a particular Javapackage.ParameterSource Represents a parameter of aMethodSource.PropertyHolderSource Represents aJavaSourcethat may containPropertySourcedefinitions.PropertySource Source variant ofPropertyinterface.StaticCapableSource Represents a Java element that supports the static keyword.TypeHolderSource Represents aJavaSourcethat may declare types.TypeVariableSource Represents a type variable of aGenericCapableSourceJavaSource.VisibilityScopedSource Represents a Java source element that has a certain visibility scope. -
Classes in org.jboss.forge.roaster.model.source used by org.jboss.forge.roaster.model.util Class Description FieldSource Importer Defines the aspect ofJavaSourcethat handles type imports.JavaClassSource Represents a Javaclasssource file as an in-memory modifiable element.MethodHolderSource Represents aJavaSourcethat may declare methods.MethodSource Represents a Java Method in source form. -
Classes in org.jboss.forge.roaster.model.source used by org.jboss.forge.roaster.spi Class Description JavaSource Represents a Java type in source form.