Uses of Class
com.github.javaparser.ast.expr.Name
-
-
Uses of Name in com.github.javaparser
Fields in com.github.javaparser with type parameters of type Name Modifier and Type Field Description static ParseStart<Name>ParseStart. NAMEMethods in com.github.javaparser that return Name Modifier and Type Method Description static NameJavaParser. parseName(String qualifiedName)Parses a qualified name (one that can have "."s in it) and returns it as a Name. -
Uses of Name in com.github.javaparser.ast
Methods in com.github.javaparser.ast that return Name Modifier and Type Method Description NameImportDeclaration. getName()Retrieves the name of the import (.* is not included.)NamePackageDeclaration. getName()Return the name expression of the package.Methods in com.github.javaparser.ast with parameters of type Name Modifier and Type Method Description ImportDeclarationImportDeclaration. setName(Name name)PackageDeclarationPackageDeclaration. setName(Name name)Sets the name of this package declaration.Constructors in com.github.javaparser.ast with parameters of type Name Constructor Description ImportDeclaration(Name name, boolean isStatic, boolean isAsterisk)ImportDeclaration(TokenRange tokenRange, Name name, boolean isStatic, boolean isAsterisk)This constructor is used by the parser and is considered private.PackageDeclaration(Name name)PackageDeclaration(NodeList<AnnotationExpr> annotations, Name name)PackageDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Name name)This constructor is used by the parser and is considered private. -
Uses of Name in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return Name Modifier and Type Method Description NameReceiverParameter. getName()Methods in com.github.javaparser.ast.body with parameters of type Name Modifier and Type Method Description ReceiverParameterReceiverParameter. setName(Name name)Constructors in com.github.javaparser.ast.body with parameters of type Name Constructor Description ReceiverParameter(NodeList<AnnotationExpr> annotations, Type type, Name name)ReceiverParameter(Type type, Name name)ReceiverParameter(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Type type, Name name)This constructor is used by the parser and is considered private. -
Uses of Name in com.github.javaparser.ast.expr
Fields in com.github.javaparser.ast.expr declared as Name Modifier and Type Field Description protected NameAnnotationExpr. nameMethods in com.github.javaparser.ast.expr that return Name Modifier and Type Method Description NameName. clone()NameAnnotationExpr. getName()static NameName. parse(String qualifiedName)Deprecated.use JavaParser.parseName insteadNameName. removeQualifier()NameName. setAnnotations(NodeList<AnnotationExpr> annotations)NameName. setIdentifier(String identifier)NameName. setQualifier(Name qualifier)Methods in com.github.javaparser.ast.expr that return types with arguments of type Name Modifier and Type Method Description Optional<Name>Name. getQualifier()Methods in com.github.javaparser.ast.expr with parameters of type Name Modifier and Type Method Description AnnotationExprAnnotationExpr. setName(Name name)NameName. setQualifier(Name qualifier)Constructors in com.github.javaparser.ast.expr with parameters of type Name Constructor Description AnnotationExpr(Name name)AnnotationExpr(TokenRange tokenRange, Name name)This constructor is used by the parser and is considered private.MarkerAnnotationExpr(Name name)MarkerAnnotationExpr(TokenRange tokenRange, Name name)This constructor is used by the parser and is considered private.Name(Name qualifier, String identifier)Name(Name qualifier, String identifier, NodeList<AnnotationExpr> annotations)Name(TokenRange tokenRange, Name qualifier, String identifier, NodeList<AnnotationExpr> annotations)This constructor is used by the parser and is considered private.NormalAnnotationExpr(Name name, NodeList<MemberValuePair> pairs)NormalAnnotationExpr(TokenRange tokenRange, Name name, NodeList<MemberValuePair> pairs)This constructor is used by the parser and is considered private.SingleMemberAnnotationExpr(Name name, Expression memberValue)SingleMemberAnnotationExpr(TokenRange tokenRange, Name name, Expression memberValue)This constructor is used by the parser and is considered private. -
Uses of Name in com.github.javaparser.ast.modules
Methods in com.github.javaparser.ast.modules that return Name Modifier and Type Method Description NameModuleDeclaration. getName()NameModuleExportsDirective. getName()NameModuleOpensDirective. getName()NameModuleProvidesDirective. getName()NameModuleRequiresDirective. getName()NameModuleUsesDirective. getName()Methods in com.github.javaparser.ast.modules that return types with arguments of type Name Modifier and Type Method Description NodeList<Name>ModuleExportsDirective. getModuleNames()NodeList<Name>ModuleOpensDirective. getModuleNames()NodeList<Name>ModuleProvidesDirective. getWith()Methods in com.github.javaparser.ast.modules with parameters of type Name Modifier and Type Method Description ModuleDeclarationModuleDeclaration. setName(Name name)ModuleExportsDirectiveModuleExportsDirective. setName(Name name)ModuleOpensDirectiveModuleOpensDirective. setName(Name name)ModuleProvidesDirectiveModuleProvidesDirective. setName(Name name)ModuleRequiresDirectiveModuleRequiresDirective. setName(Name name)ModuleUsesDirectiveModuleUsesDirective. setName(Name name)ModuleUsesDirectiveModuleUsesDirective. setType(Name name)Method parameters in com.github.javaparser.ast.modules with type arguments of type Name Modifier and Type Method Description ModuleExportsDirectiveModuleExportsDirective. setModuleNames(NodeList<Name> moduleNames)ModuleOpensDirectiveModuleOpensDirective. setModuleNames(NodeList<Name> moduleNames)ModuleProvidesDirectiveModuleProvidesDirective. setWith(NodeList<Name> with)Constructors in com.github.javaparser.ast.modules with parameters of type Name Constructor Description ModuleDeclaration(Name name, boolean isOpen)ModuleDeclaration(NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleDirective> directives)ModuleDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleDirective> directives)This constructor is used by the parser and is considered private.ModuleExportsDirective(Name name, NodeList<Name> moduleNames)ModuleExportsDirective(TokenRange tokenRange, Name name, NodeList<Name> moduleNames)This constructor is used by the parser and is considered private.ModuleOpensDirective(Name name, NodeList<Name> moduleNames)ModuleOpensDirective(TokenRange tokenRange, Name name, NodeList<Name> moduleNames)This constructor is used by the parser and is considered private.ModuleProvidesDirective(Name name, NodeList<Name> with)ModuleProvidesDirective(TokenRange tokenRange, Name name, NodeList<Name> with)This constructor is used by the parser and is considered private.ModuleRequiresDirective(TokenRange tokenRange, EnumSet<Modifier> modifiers, Name name)This constructor is used by the parser and is considered private.ModuleRequiresDirective(EnumSet<Modifier> modifiers, Name name)ModuleUsesDirective(Name name)ModuleUsesDirective(TokenRange tokenRange, Name name)This constructor is used by the parser and is considered private.Constructor parameters in com.github.javaparser.ast.modules with type arguments of type Name Constructor Description ModuleExportsDirective(Name name, NodeList<Name> moduleNames)ModuleExportsDirective(TokenRange tokenRange, Name name, NodeList<Name> moduleNames)This constructor is used by the parser and is considered private.ModuleOpensDirective(Name name, NodeList<Name> moduleNames)ModuleOpensDirective(TokenRange tokenRange, Name name, NodeList<Name> moduleNames)This constructor is used by the parser and is considered private.ModuleProvidesDirective(Name name, NodeList<Name> with)ModuleProvidesDirective(TokenRange tokenRange, Name name, NodeList<Name> with)This constructor is used by the parser and is considered private. -
Uses of Name in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return Name Modifier and Type Method Description NameNodeWithName. getName()Methods in com.github.javaparser.ast.nodeTypes with parameters of type Name Modifier and Type Method Description NNodeWithName. setName(Name name) -
Uses of Name in com.github.javaparser.ast.validator
Methods in com.github.javaparser.ast.validator with parameters of type Name Modifier and Type Method Description voidReservedKeywordValidator. visit(Name n, ProblemReporter arg) -
Uses of Name in com.github.javaparser.ast.validator.chunks
Methods in com.github.javaparser.ast.validator.chunks with parameters of type Name Modifier and Type Method Description voidUnderscoreKeywordValidator. visit(Name n, ProblemReporter arg) -
Uses of Name in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type Name Modifier and Type Method Description VisitableCloneVisitor. visit(Name n, Object arg)BooleanEqualsVisitor. visit(Name n, Visitable arg)List<R>GenericListVisitorAdapter. visit(Name n, A arg)RGenericVisitor. visit(Name n, A arg)RGenericVisitorAdapter. visit(Name n, A arg)RGenericVisitorWithDefaults. visit(Name n, A arg)IntegerHashCodeVisitor. visit(Name n, Void arg)VisitableModifierVisitor. visit(Name n, A arg)BooleanNoCommentEqualsVisitor. visit(Name n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(Name n, Void arg)BooleanObjectIdentityEqualsVisitor. visit(Name n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(Name n, Void arg)voidVoidVisitor. visit(Name n, A arg)voidVoidVisitorAdapter. visit(Name n, A arg)voidVoidVisitorWithDefaults. visit(Name n, A arg) -
Uses of Name in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type Name Modifier and Type Method Description voidPrettyPrintVisitor. visit(Name n, Void arg)
-