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 -
-
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 voidPrettyPrintVisitor. visit(EnumConstantDeclaration n, Void arg)
-