All Methods Instance Methods Abstract Methods Deprecated Methods
Modifier and Type |
Method and Description |
A |
addAllToAnnotations(Collection<AnnotationRef> items) |
A |
addAllToComments(Collection<String> items) |
A |
addAllToConstructors(Collection<Method> items) |
A |
addAllToExtendsList(Collection<ClassRef> items) |
A |
addAllToImplementsList(Collection<ClassRef> items) |
A |
addAllToInnerTypes(Collection<TypeDef> items) |
A |
addAllToMethods(Collection<Method> items) |
A |
addAllToParameters(Collection<TypeParamDef> items) |
A |
addAllToProperties(Collection<Property> items) |
TypeDefFluent.AnnotationsNested<A> |
addNewAnnotation() |
TypeDefFluent.AnnotationsNested<A> |
addNewAnnotationLike(AnnotationRef item) |
A |
addNewComment(String arg1) |
A |
addNewComment(StringBuffer arg1) |
A |
addNewComment(StringBuilder arg1) |
TypeDefFluent.ConstructorsNested<A> |
addNewConstructor() |
TypeDefFluent.ConstructorsNested<A> |
addNewConstructorLike(Method item) |
TypeDefFluent.ExtendsListNested<A> |
addNewExtendsList() |
TypeDefFluent.ExtendsListNested<A> |
addNewExtendsListLike(ClassRef item) |
TypeDefFluent.ImplementsListNested<A> |
addNewImplementsList() |
TypeDefFluent.ImplementsListNested<A> |
addNewImplementsListLike(ClassRef item) |
TypeDefFluent.InnerTypesNested<A> |
addNewInnerType() |
TypeDefFluent.InnerTypesNested<A> |
addNewInnerTypeLike(TypeDef item) |
TypeDefFluent.MethodsNested<A> |
addNewMethod() |
TypeDefFluent.MethodsNested<A> |
addNewMethodLike(Method item) |
TypeDefFluent.ParametersNested<A> |
addNewParameter() |
TypeDefFluent.ParametersNested<A> |
addNewParameterLike(TypeParamDef item) |
TypeDefFluent.PropertiesNested<A> |
addNewProperty() |
TypeDefFluent.PropertiesNested<A> |
addNewPropertyLike(Property item) |
A |
addToAnnotations(AnnotationRef... items) |
A |
addToAnnotations(int index,
AnnotationRef item) |
A |
addToComments(int index,
String item) |
A |
addToComments(String... items) |
A |
addToConstructors(int index,
Method item) |
A |
addToConstructors(Method... items) |
A |
addToExtendsList(ClassRef... items) |
A |
addToExtendsList(int index,
ClassRef item) |
A |
addToImplementsList(ClassRef... items) |
A |
addToImplementsList(int index,
ClassRef item) |
A |
addToInnerTypes(int index,
TypeDef item) |
A |
addToInnerTypes(TypeDef... items) |
A |
addToMethods(int index,
Method item) |
A |
addToMethods(Method... items) |
A |
addToParameters(int index,
TypeParamDef item) |
A |
addToParameters(TypeParamDef... items) |
A |
addToProperties(int index,
Property item) |
A |
addToProperties(Property... items) |
AnnotationRef |
buildAnnotation(int index) |
List<AnnotationRef> |
buildAnnotations() |
Method |
buildConstructor(int index) |
List<Method> |
buildConstructors() |
List<ClassRef> |
buildExtendsList() |
ClassRef |
buildExtendsList(int index) |
AnnotationRef |
buildFirstAnnotation() |
Method |
buildFirstConstructor() |
ClassRef |
buildFirstExtendsList() |
ClassRef |
buildFirstImplementsList() |
TypeDef |
buildFirstInnerType() |
Method |
buildFirstMethod() |
TypeParamDef |
buildFirstParameter() |
Property |
buildFirstProperty() |
List<ClassRef> |
buildImplementsList() |
ClassRef |
buildImplementsList(int index) |
TypeDef |
buildInnerType(int index) |
List<TypeDef> |
buildInnerTypes() |
AnnotationRef |
buildLastAnnotation() |
Method |
buildLastConstructor() |
ClassRef |
buildLastExtendsList() |
ClassRef |
buildLastImplementsList() |
TypeDef |
buildLastInnerType() |
Method |
buildLastMethod() |
TypeParamDef |
buildLastParameter() |
Property |
buildLastProperty() |
AnnotationRef |
buildMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate) |
Method |
buildMatchingConstructor(Predicate<MethodBuilder> predicate) |
ClassRef |
buildMatchingExtendsList(Predicate<ClassRefBuilder> predicate) |
ClassRef |
buildMatchingImplementsList(Predicate<ClassRefBuilder> predicate) |
TypeDef |
buildMatchingInnerType(Predicate<TypeDefBuilder> predicate) |
Method |
buildMatchingMethod(Predicate<MethodBuilder> predicate) |
TypeParamDef |
buildMatchingParameter(Predicate<TypeParamDefBuilder> predicate) |
Property |
buildMatchingProperty(Predicate<PropertyBuilder> predicate) |
Method |
buildMethod(int index) |
List<Method> |
buildMethods() |
TypeDef |
buildOuterType() |
TypeParamDef |
buildParameter(int index) |
List<TypeParamDef> |
buildParameters() |
List<Property> |
buildProperties() |
Property |
buildProperty(int index) |
TypeDefFluent.AnnotationsNested<A> |
editAnnotation(int index) |
TypeDefFluent.ConstructorsNested<A> |
editConstructor(int index) |
TypeDefFluent.ExtendsListNested<A> |
editExtendsList(int index) |
TypeDefFluent.AnnotationsNested<A> |
editFirstAnnotation() |
TypeDefFluent.ConstructorsNested<A> |
editFirstConstructor() |
TypeDefFluent.ExtendsListNested<A> |
editFirstExtendsList() |
TypeDefFluent.ImplementsListNested<A> |
editFirstImplementsList() |
TypeDefFluent.InnerTypesNested<A> |
editFirstInnerType() |
TypeDefFluent.MethodsNested<A> |
editFirstMethod() |
TypeDefFluent.ParametersNested<A> |
editFirstParameter() |
TypeDefFluent.PropertiesNested<A> |
editFirstProperty() |
TypeDefFluent.ImplementsListNested<A> |
editImplementsList(int index) |
TypeDefFluent.InnerTypesNested<A> |
editInnerType(int index) |
TypeDefFluent.AnnotationsNested<A> |
editLastAnnotation() |
TypeDefFluent.ConstructorsNested<A> |
editLastConstructor() |
TypeDefFluent.ExtendsListNested<A> |
editLastExtendsList() |
TypeDefFluent.ImplementsListNested<A> |
editLastImplementsList() |
TypeDefFluent.InnerTypesNested<A> |
editLastInnerType() |
TypeDefFluent.MethodsNested<A> |
editLastMethod() |
TypeDefFluent.ParametersNested<A> |
editLastParameter() |
TypeDefFluent.PropertiesNested<A> |
editLastProperty() |
TypeDefFluent.AnnotationsNested<A> |
editMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate) |
TypeDefFluent.ConstructorsNested<A> |
editMatchingConstructor(Predicate<MethodBuilder> predicate) |
TypeDefFluent.ExtendsListNested<A> |
editMatchingExtendsList(Predicate<ClassRefBuilder> predicate) |
TypeDefFluent.ImplementsListNested<A> |
editMatchingImplementsList(Predicate<ClassRefBuilder> predicate) |
TypeDefFluent.InnerTypesNested<A> |
editMatchingInnerType(Predicate<TypeDefBuilder> predicate) |
TypeDefFluent.MethodsNested<A> |
editMatchingMethod(Predicate<MethodBuilder> predicate) |
TypeDefFluent.ParametersNested<A> |
editMatchingParameter(Predicate<TypeParamDefBuilder> predicate) |
TypeDefFluent.PropertiesNested<A> |
editMatchingProperty(Predicate<PropertyBuilder> predicate) |
TypeDefFluent.MethodsNested<A> |
editMethod(int index) |
TypeDefFluent.OuterTypeNested<A> |
editOrNewOuterType() |
TypeDefFluent.OuterTypeNested<A> |
editOrNewOuterTypeLike(TypeDef item) |
TypeDefFluent.OuterTypeNested<A> |
editOuterType() |
TypeDefFluent.ParametersNested<A> |
editParameter(int index) |
TypeDefFluent.PropertiesNested<A> |
editProperty(int index) |
List<AnnotationRef> |
getAnnotations()
Deprecated.
|
String |
getComment(int index) |
List<String> |
getComments() |
List<Method> |
getConstructors()
Deprecated.
|
List<ClassRef> |
getExtendsList()
Deprecated.
|
String |
getFirstComment() |
List<ClassRef> |
getImplementsList()
Deprecated.
|
List<TypeDef> |
getInnerTypes()
Deprecated.
|
Kind |
getKind() |
String |
getLastComment() |
String |
getMatchingComment(Predicate<String> predicate) |
List<Method> |
getMethods()
Deprecated.
|
String |
getName() |
TypeDef |
getOuterType()
Deprecated.
|
String |
getPackageName() |
List<TypeParamDef> |
getParameters()
Deprecated.
|
List<Property> |
getProperties()
Deprecated.
|
Boolean |
hasAnnotations() |
Boolean |
hasComments() |
Boolean |
hasConstructors() |
Boolean |
hasExtendsList() |
Boolean |
hasImplementsList() |
Boolean |
hasInnerTypes() |
Boolean |
hasKind() |
Boolean |
hasMatchingAnnotation(Predicate<AnnotationRefBuilder> predicate) |
Boolean |
hasMatchingComment(Predicate<String> predicate) |
Boolean |
hasMatchingConstructor(Predicate<MethodBuilder> predicate) |
Boolean |
hasMatchingExtendsList(Predicate<ClassRefBuilder> predicate) |
Boolean |
hasMatchingImplementsList(Predicate<ClassRefBuilder> predicate) |
Boolean |
hasMatchingInnerType(Predicate<TypeDefBuilder> predicate) |
Boolean |
hasMatchingMethod(Predicate<MethodBuilder> predicate) |
Boolean |
hasMatchingParameter(Predicate<TypeParamDefBuilder> predicate) |
Boolean |
hasMatchingProperty(Predicate<PropertyBuilder> predicate) |
Boolean |
hasMethods() |
Boolean |
hasName() |
Boolean |
hasOuterType() |
Boolean |
hasPackageName() |
Boolean |
hasParameters() |
Boolean |
hasProperties() |
A |
removeAllFromAnnotations(Collection<AnnotationRef> items) |
A |
removeAllFromComments(Collection<String> items) |
A |
removeAllFromConstructors(Collection<Method> items) |
A |
removeAllFromExtendsList(Collection<ClassRef> items) |
A |
removeAllFromImplementsList(Collection<ClassRef> items) |
A |
removeAllFromInnerTypes(Collection<TypeDef> items) |
A |
removeAllFromMethods(Collection<Method> items) |
A |
removeAllFromParameters(Collection<TypeParamDef> items) |
A |
removeAllFromProperties(Collection<Property> items) |
A |
removeFromAnnotations(AnnotationRef... items) |
A |
removeFromComments(String... items) |
A |
removeFromConstructors(Method... items) |
A |
removeFromExtendsList(ClassRef... items) |
A |
removeFromImplementsList(ClassRef... items) |
A |
removeFromInnerTypes(TypeDef... items) |
A |
removeFromMethods(Method... items) |
A |
removeFromParameters(TypeParamDef... items) |
A |
removeFromProperties(Property... items) |
TypeDefFluent.AnnotationsNested<A> |
setNewAnnotationLike(int index,
AnnotationRef item) |
TypeDefFluent.ConstructorsNested<A> |
setNewConstructorLike(int index,
Method item) |
TypeDefFluent.ExtendsListNested<A> |
setNewExtendsListLike(int index,
ClassRef item) |
TypeDefFluent.ImplementsListNested<A> |
setNewImplementsListLike(int index,
ClassRef item) |
TypeDefFluent.InnerTypesNested<A> |
setNewInnerTypeLike(int index,
TypeDef item) |
TypeDefFluent.MethodsNested<A> |
setNewMethodLike(int index,
Method item) |
TypeDefFluent.ParametersNested<A> |
setNewParameterLike(int index,
TypeParamDef item) |
TypeDefFluent.PropertiesNested<A> |
setNewPropertyLike(int index,
Property item) |
A |
setToAnnotations(int index,
AnnotationRef item) |
A |
setToComments(int index,
String item) |
A |
setToConstructors(int index,
Method item) |
A |
setToExtendsList(int index,
ClassRef item) |
A |
setToImplementsList(int index,
ClassRef item) |
A |
setToInnerTypes(int index,
TypeDef item) |
A |
setToMethods(int index,
Method item) |
A |
setToParameters(int index,
TypeParamDef item) |
A |
setToProperties(int index,
Property item) |
A |
withAnnotations(AnnotationRef... annotations) |
A |
withAnnotations(List<AnnotationRef> annotations) |
A |
withComments(List<String> comments) |
A |
withComments(String... comments) |
A |
withConstructors(List<Method> constructors) |
A |
withConstructors(Method... constructors) |
A |
withExtendsList(ClassRef... extendsList) |
A |
withExtendsList(List<ClassRef> extendsList) |
A |
withImplementsList(ClassRef... implementsList) |
A |
withImplementsList(List<ClassRef> implementsList) |
A |
withInnerTypes(List<TypeDef> innerTypes) |
A |
withInnerTypes(TypeDef... innerTypes) |
A |
withKind(Kind kind) |
A |
withMethods(List<Method> methods) |
A |
withMethods(Method... methods) |
A |
withName(String name) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
TypeDefFluent.OuterTypeNested<A> |
withNewOuterType() |
TypeDefFluent.OuterTypeNested<A> |
withNewOuterTypeLike(TypeDef item) |
A |
withNewPackageName(String arg1) |
A |
withNewPackageName(StringBuffer arg1) |
A |
withNewPackageName(StringBuilder arg1) |
A |
withOuterType(TypeDef outerType) |
A |
withPackageName(String packageName) |
A |
withParameters(List<TypeParamDef> parameters) |
A |
withParameters(TypeParamDef... parameters) |
A |
withProperties(List<Property> properties) |
A |
withProperties(Property... properties) |