Uses of Class
com.github.javaparser.ast.stmt.SwitchEntryStmt
-
Packages that use SwitchEntryStmt Package Description com.github.javaparser.ast.stmt com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of SwitchEntryStmt in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return SwitchEntryStmt Modifier and Type Method Description SwitchEntryStmtSwitchEntryStmt. clone()SwitchEntryStmtSwitchStmt. getEntry(int i)SwitchEntryStmtSwitchEntryStmt. removeLabel()SwitchEntryStmtSwitchEntryStmt. setLabel(Expression label)Sets the labelSwitchEntryStmtSwitchEntryStmt. setStatements(NodeList<Statement> statements)Methods in com.github.javaparser.ast.stmt that return types with arguments of type SwitchEntryStmt Modifier and Type Method Description NodeList<SwitchEntryStmt>SwitchStmt. getEntries()Methods in com.github.javaparser.ast.stmt with parameters of type SwitchEntryStmt Modifier and Type Method Description SwitchStmtSwitchStmt. addEntry(SwitchEntryStmt entry)SwitchStmtSwitchStmt. setEntry(int i, SwitchEntryStmt entry)Method parameters in com.github.javaparser.ast.stmt with type arguments of type SwitchEntryStmt Modifier and Type Method Description SwitchStmtSwitchStmt. setEntries(NodeList<SwitchEntryStmt> entries)Constructor parameters in com.github.javaparser.ast.stmt with type arguments of type SwitchEntryStmt Constructor Description SwitchStmt(Expression selector, NodeList<SwitchEntryStmt> entries)SwitchStmt(TokenRange tokenRange, Expression selector, NodeList<SwitchEntryStmt> entries)This constructor is used by the parser and is considered private. -
Uses of SwitchEntryStmt in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type SwitchEntryStmt Modifier and Type Method Description VisitableCloneVisitor. visit(SwitchEntryStmt n, Object arg)BooleanEqualsVisitor. visit(SwitchEntryStmt n, Visitable arg)List<R>GenericListVisitorAdapter. visit(SwitchEntryStmt n, A arg)RGenericVisitor. visit(SwitchEntryStmt n, A arg)RGenericVisitorAdapter. visit(SwitchEntryStmt n, A arg)IntegerHashCodeVisitor. visit(SwitchEntryStmt n, Void arg)VisitableModifierVisitor. visit(SwitchEntryStmt n, A arg)BooleanObjectIdentityEqualsVisitor. visit(SwitchEntryStmt n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(SwitchEntryStmt n, Void arg)voidVoidVisitor. visit(SwitchEntryStmt n, A arg)voidVoidVisitorAdapter. visit(SwitchEntryStmt n, A arg) -
Uses of SwitchEntryStmt in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type SwitchEntryStmt Modifier and Type Method Description voidPrettyPrintVisitor. visit(SwitchEntryStmt n, Void arg)
-