Uses of Class
com.github.javaparser.ast.body.EnumConstantDeclaration
-
Packages that use EnumConstantDeclaration Package Description com.github.javaparser.ast.body com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser.com.github.javaparser.symbolsolver.javaparsermodel.declarations -
-
Uses of EnumConstantDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return EnumConstantDeclaration Modifier and Type Method Description EnumConstantDeclarationEnumDeclaration. addEnumConstant(String name)EnumConstantDeclarationBodyDeclaration. asEnumConstantDeclaration()EnumConstantDeclarationEnumConstantDeclaration. asEnumConstantDeclaration()EnumConstantDeclarationEnumConstantDeclaration. clone()EnumConstantDeclarationEnumDeclaration. getEntry(int i)EnumConstantDeclarationEnumConstantDeclaration. setArguments(NodeList<Expression> arguments)EnumConstantDeclarationEnumConstantDeclaration. setClassBody(NodeList<BodyDeclaration<?>> classBody)EnumConstantDeclarationEnumConstantDeclaration. setName(SimpleName name)Methods in com.github.javaparser.ast.body that return types with arguments of type EnumConstantDeclaration Modifier and Type Method Description NodeList<EnumConstantDeclaration>EnumDeclaration. getEntries()Optional<EnumConstantDeclaration>BodyDeclaration. toEnumConstantDeclaration()Optional<EnumConstantDeclaration>EnumConstantDeclaration. toEnumConstantDeclaration()Methods in com.github.javaparser.ast.body with parameters of type EnumConstantDeclaration Modifier and Type Method Description EnumDeclarationEnumDeclaration. addEntry(EnumConstantDeclaration element)EnumDeclarationEnumDeclaration. setEntry(int i, EnumConstantDeclaration element)Method parameters in com.github.javaparser.ast.body with type arguments of type EnumConstantDeclaration Modifier and Type Method Description voidBodyDeclaration. ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration> action)voidEnumConstantDeclaration. ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration> action)EnumDeclarationEnumDeclaration. setEntries(NodeList<EnumConstantDeclaration> entries) -
Uses of EnumConstantDeclaration in com.github.javaparser.ast.visitor
-
Uses of EnumConstantDeclaration in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type EnumConstantDeclaration Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(EnumConstantDeclaration n, Void arg)voidPrettyPrintVisitor. visit(EnumConstantDeclaration n, Void arg)Deprecated. -
Uses of EnumConstantDeclaration in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type EnumConstantDeclaration Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(EnumConstantDeclaration node, Boolean aBoolean) -
Uses of EnumConstantDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return EnumConstantDeclaration Modifier and Type Method Description EnumConstantDeclarationJavaParserEnumConstantDeclaration. getWrappedNode()Returns the JavaParser node associated with this JavaParserEnumConstantDeclaration.Constructors in com.github.javaparser.symbolsolver.javaparsermodel.declarations with parameters of type EnumConstantDeclaration Constructor Description JavaParserEnumConstantDeclaration(EnumConstantDeclaration wrappedNode, TypeSolver typeSolver)
-