A C D F G I J O P R S U V W

C

compareFieldNames(FieldDeclaration, IField) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Compares the FieldDeclaration and IField.
compareMethods(MethodDeclaration, IMethod) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Compares the MethodDeclaration and IMethod.
compareMethods(MethodDeclaration, MethodDeclaration) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Compares the two MethodDeclaration.
compareMethods(MethodDeclaration, MethodDeclaration) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Compares the two MethodDeclaration.
compareTypeNames(AbstractTypeDeclaration, IType) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Compares the AbstractTypeDeclaration and IType.
createAddAnnotationTextEdit(IJavaElement, Annotation) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Creates a TextEdit object representing the add annotation change to the source code of the java elements compilation unit.
createAddImportTextEdit(IJavaElement, String) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Creates a TextEdit object representing the add import change to the source code of the java elements compilation unit.
createAddMemberValuePairTextEdit(NormalAnnotation, MemberValuePair) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Creates a TextEdit object representing the change of adding the MemberValuePair to the NormalAnnotation.
createArrayMemberValuePair(AST, String, Object[]) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new MemberValuePair with an ArrayInitializer value.
createArrayValueLiteral(AST, Object[]) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new ArrayInitializer.
createBooleanLiteral(AST, boolean) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new BooleanLiteral.
createBooleanMemberValuePair(AST, String, Boolean) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new MemberValuePair with a BooleanLiteral value.
createEnumLiteral(AST, String, Object) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new QualifiedName to represent an enum literal value.
createEnumLiteral(AST, String, IField) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new QualifiedName to represent an enum literal value.
createEnumMemberValuePair(AST, String, String, Object) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new MemberValuePair with a Name value.
createMarkerAnnotation(AST, String) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new MarkerAnnotation.
createMemberValuePair(AST, String, Expression) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new MemberValuePair.
createNormalAnnotation(AST, String, List<MemberValuePair>) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new NormalAnnotation.
createNumberLiteral(AST, String) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new NumberLiteral.
createNumberMemberValuePair(AST, String, String) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new MemberValuePair with a NumberLiteral value.
createRemoveAnnotationTextEdit(IJavaElement, Annotation) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Creates a TextEdit object representing the remove annotation change to the source code of the java elements compilation unit.
createRemoveImportTextEdit(IJavaElement, String) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Creates a TextEdit object representing the remove import change to the source code of the java elements compilation unit.
createRemoveMemberValuePairTextEdit(NormalAnnotation, MemberValuePair) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Creates a TextEdit object representing the change of removing the MemberValuePair from the NormalAnnotation.
createSingleMemberAnnotation(AST, String, Expression) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new SingleMemberAnnotation.
createStringLiteral(AST, String) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new StringLiteral.
createStringMemberValuePair(AST, String, String) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new MemberValuePair with a StringLiteral value.
createTypeLiteral(AST, Object) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new TypeLiteral.
createTypeLiteral(AST, Class<?>) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new TypeLiteral.
createTypeLiteral(AST, String) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new TypeLiteral
createTypeMemberValuePair(AST, String, Object) - Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsCore
Creates a new MemberValuePair with a TypeLiteral value.
createUpdateMemberValuePairTextEdit(MemberValuePair, ASTNode) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Creates a TextEdit object representing the change of updating the MemberValuePair with the ASTNode value.
createUpdateSingleMemberAnnotationTextEdit(SingleMemberAnnotation, ASTNode) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Creates a TextEdit object representing the change of updating the SingleMemberAnnotation with the ASTNode value.

A C D F G I J O P R S U V W