Uses of Interface
org.jboss.forge.roaster.Origin
-
Packages that use Origin Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of Origin in org.jboss.forge.roaster.model
Subinterfaces of Origin in org.jboss.forge.roaster.model Modifier and Type Interface Description interfaceAnnotation<O extends JavaType<O>>Represents an annotation on a Java element.interfaceAnnotationElement<O extends JavaAnnotation<O>>Represents an element definition of aJavaAnnotation.interfaceAnnotationTarget<O extends JavaType<O>>Represents a Java element that may carry annotations.interfaceEnumConstant<O extends JavaEnum<O>>Represents one of the constant members of aJavaEnum.static interfaceEnumConstant.ReadBody<O extends EnumConstant.ReadBody<O>>Represents the anonymous subclass "body" of aEnumConstant.interfaceField<O extends JavaType<O>>interfaceJavaAnnotation<O extends JavaAnnotation<O>>Represents a Java@interfaceannotation type.interfaceJavaClass<O extends JavaClass<O>>Represents a Javaclasstype.interfaceJavaDoc<O>AJavaDocrepresents Javadoc-style doc commentinterfaceJavaEnum<O extends JavaEnum<O>>Represents a Javaenumtype.interfaceJavaInterface<O extends JavaInterface<O>>Represents a Javainterfacetype.interfaceJavaPackageInfo<O extends JavaPackageInfo<O>>Represents a Java Package Info descriptor.interfaceJavaType<T extends JavaType<T>>Represents a Java type.interfaceMember<O extends JavaType<O>>Represents aJavaTypemember.interfaceMethod<O extends JavaType<O>,T extends Method<O,T>>Represents a Java Method.interfaceParameter<O extends JavaType<O>>Represents a parameter of aMethod.interfaceProperty<O extends JavaType<O>>APropertyis a convenience construct depicting a simple Java bean property.interfaceType<O extends JavaType<O>>interfaceTypeVariable<O extends JavaType<O>>Represents a type variable of aGenericCapableJavaType. -
Uses of Origin in org.jboss.forge.roaster.model.source
Subinterfaces of Origin in org.jboss.forge.roaster.model.source Modifier and Type Interface Description interfaceAnnotationElementSourceRepresents an element definition of aJavaAnnotationSource.interfaceAnnotationSource<O extends JavaType<O>>Represents an annotation on some Java source element.interfaceAnnotationTargetSource<O extends JavaSource<O>,T>Represents a Java source element that may carry annotations.interfaceEnumConstantSourceRepresents one of the constant members of aJavaEnumSource.static interfaceEnumConstantSource.BodyRepresents the anonymous subclass "body" of anEnumConstantSource.interfaceFieldSource<O extends JavaSource<O>>interfaceJavaAnnotationSourceRepresents a Java@interfaceannotation source file as an in-memory modifiable element.interfaceJavaClassSourceRepresents a Javaclasssource file as an in-memory modifiable element.interfaceJavaDocSource<O>interfaceJavaEnumSourceRepresents a Javaenumsource file as an in-memory modifiable element.interfaceJavaInterfaceSourceRepresents a Javainterfacesource file as an in-memory modifiable element.interfaceJavaPackageInfoSourceRepresents a Java Package Info descriptor source file.interfaceJavaSource<T extends JavaSource<T>>Represents a Java type in source form.interfaceMemberSource<O extends JavaSource<O>,T>Represents aJavaSourcemember.interfaceMethodSource<O extends JavaSource<O>>Represents a Java Method in source form.interfaceParameterSource<O extends JavaSource<O>>Represents a parameter of aMethodSource.interfacePropertySource<O extends JavaSource<O>>Source variant ofPropertyinterface.interfaceTypeVariableSource<O extends JavaSource<O>>Represents a type variable of aGenericCapableSourceJavaSource.
-