Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.SimpleName
Packages, die SimpleName verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von SimpleName in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die SimpleName zurückgebenModifizierer und TypMethodeBeschreibungAjASTConverter.convert(SingleNameReference nameReference) ASTConverter.convert(SingleNameReference nameReference) DeclareAnnotationDeclaration.getAnnotationName()Returns the name of the annotation type member declared in this declaration.BreakStatement.getLabel()Returns the label of this break statement, ornullif there is none.ContinueStatement.getLabel()Returns the label of this continue statement, ornullif there is none.LabeledStatement.getLabel()Returns the label of this labeled statement.AbstractTypeDeclaration.getName()Returns the name of the type declared in this type declaration.AnnotationTypeMemberDeclaration.getName()Returns the name of the annotation type member declared in this declaration.EnumConstantDeclaration.getName()Returns the name of the constant declared in this enum declaration.ExpressionMethodReference.getName()Returns the name of the method referenced in this expression.FieldAccess.getName()Returns the name of the field accessed in this field access expression.MemberRef.getName()Returns the name of the referenced member.MemberValuePair.getName()Returns the member name.MethodDeclaration.getName()Returns the name of the method declared in this method declaration.MethodInvocation.getName()Returns the name of the method invoked in this expression.MethodRef.getName()Returns the name of the referenced method or constructor.MethodRefParameter.getName()Returns the parameter name, ornullif there is none.NameQualifiedType.getName()Returns the name part of this name-qualified type.PointcutDeclaration.getName()QualifiedName.getName()Returns the name part of this qualified name.QualifiedType.getName()Returns the name part of this qualified type.ReferencePointcut.getName()SuperFieldAccess.getName()Returns the name of the field accessed in this "super" field access expression.SuperMethodInvocation.getName()Returns the name of the method invoked in this expression.SuperMethodReference.getName()Returns the name of the method referenced in this expression.TypeMethodReference.getName()Returns the name of the method referenced in this expression.TypeParameter.getName()Returns the name of the type variable declared in this type parameter.VariableDeclaration.getName()Returns the name of the variable declared in this variable declaration.RecordPattern.getPatternName()Returns the pattern Name of Types Pattern.MethodDeclaration.getReceiverQualifier()Returns the qualifying name, if any, for the explicit receiver ornullif not used (added in JLS8 API).AST.newSimpleName(String identifier) Creates and returns a new unparented simple name node for the given identifier.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ SimpleNameModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(SimpleName node) End of visit the given type-specific AST node.booleanASTMatcher.match(SimpleName node, Object other) Returns whether the given node and the other object match.AST.newNameQualifiedType(Name qualifier, SimpleName name) Creates and returns a new unparented name qualified type node with the given qualifier and name.AST.newQualifiedName(Name qualifier, SimpleName name) Creates and returns a new unparented qualified name node for the given qualifier and simple name child node.AST.newQualifiedType(Type qualifier, SimpleName name) Creates and returns a new unparented qualified type node with the given qualifier type and name.voidDeclareAnnotationDeclaration.setAnnotationName(SimpleName name) Sets the name of the annotation type member declared in this declaration to the given name.voidBreakStatement.setLabel(SimpleName label) Sets or clears the label of this break statement.voidContinueStatement.setLabel(SimpleName label) Sets or clears the label of this continue statement.voidLabeledStatement.setLabel(SimpleName label) Sets the label of this labeled statement.voidAbstractTypeDeclaration.setName(SimpleName typeName) Sets the name of the type declared in this type declaration to the given name.voidAnnotationTypeMemberDeclaration.setName(SimpleName memberName) Sets the name of the annotation type member declared in this declaration to the given name.voidEnumConstantDeclaration.setName(SimpleName constantName) Sets the name of the constant declared in this enum declaration to the given name.voidExpressionMethodReference.setName(SimpleName name) Sets the name of the method referenced in this expression to the given name.voidFieldAccess.setName(SimpleName fieldName) Sets the name of the field accessed in this field access expression.voidMemberRef.setName(SimpleName name) Sets the name of the referenced member to the given name.voidMemberValuePair.setName(SimpleName name) Sets the member name.voidMethodDeclaration.setName(SimpleName methodName) Sets the name of the method declared in this method declaration to the given name.voidMethodInvocation.setName(SimpleName name) Sets the name of the method invoked in this expression to the given name.voidMethodRef.setName(SimpleName name) Sets the name of the referenced method or constructor to the given name.voidMethodRefParameter.setName(SimpleName name) Sets or clears the parameter name.voidNameQualifiedType.setName(SimpleName name) Sets the name part of this name-qualified type to the given simple name.voidPointcutDeclaration.setName(SimpleName pointcutName) voidQualifiedName.setName(SimpleName name) Sets the name part of this qualified name to the given simple name.voidQualifiedType.setName(SimpleName name) Sets the name part of this qualified type to the given simple name.voidReferencePointcut.setName(SimpleName pointcutName) voidSuperFieldAccess.setName(SimpleName fieldName) Sets the name of the field accessed in this "super" field access expression.voidSuperMethodInvocation.setName(SimpleName name) Sets the name of the method invoked in this expression to the given name.voidSuperMethodReference.setName(SimpleName name) Sets the name of the method referenced in this expression to the given name.voidTypeMethodReference.setName(SimpleName name) Sets the name of the method referenced in this expression to the given name.voidTypeParameter.setName(SimpleName typeName) Sets the name of the type variable of this type parameter to the given name.voidVariableDeclaration.setName(SimpleName variableName) Sets the name of the variable declared in this variable declaration to the given name.voidRecordPattern.setPatternName(SimpleName patternName) Sets the pattern name.voidMethodDeclaration.setReceiverQualifier(SimpleName receiverQualifier) Sets the given simple name as the qualifier for the receiver (added in JLS8 API).booleanAjNaiveASTFlattener.visit(SimpleName node) booleanASTVisitor.visit(SimpleName node) Visits the given type-specific AST node. -
Verwendungen von SimpleName in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core, die SimpleName zurückgebenModifizierer und TypMethodeBeschreibungprotected SimpleNameCreateFieldOperation.rename(ASTNode node, SimpleName newName) protected SimpleNameCreateInitializerOperation.rename(ASTNode node, SimpleName newName) protected SimpleNameCreateMethodOperation.rename(ASTNode node, SimpleName newName) protected abstract SimpleNameCreateTypeMemberOperation.rename(ASTNode node, SimpleName newName) protected SimpleNameCreateTypeOperation.rename(ASTNode node, SimpleName newName) Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ SimpleNameModifizierer und TypMethodeBeschreibungprotected SimpleNameCreateFieldOperation.rename(ASTNode node, SimpleName newName) protected SimpleNameCreateInitializerOperation.rename(ASTNode node, SimpleName newName) protected SimpleNameCreateMethodOperation.rename(ASTNode node, SimpleName newName) protected abstract SimpleNameCreateTypeMemberOperation.rename(ASTNode node, SimpleName newName) protected SimpleNameCreateTypeOperation.rename(ASTNode node, SimpleName newName) -
Verwendungen von SimpleName in org.aspectj.org.eclipse.jdt.internal.core.dom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom mit Parametern vom Typ SimpleName -
Verwendungen von SimpleName in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite mit Parametern vom Typ SimpleNameModifizierer und TypMethodeBeschreibungbooleanASTRewriteAnalyzer.visit(SimpleName node) booleanASTRewriteFlattener.visit(SimpleName node)