Uses of Class
com.github.javaparser.ast.stmt.SwitchEntryStmt
-
Packages that use SwitchEntryStmt Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.nodeTypes com.github.javaparser.ast.stmt com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of SwitchEntryStmt in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return SwitchEntryStmt Modifier and Type Method Description SwitchEntryStmtSwitchExpr. getEntry(int i)Methods in com.github.javaparser.ast.expr that return types with arguments of type SwitchEntryStmt Modifier and Type Method Description NodeList<SwitchEntryStmt>SwitchExpr. getEntries()Methods in com.github.javaparser.ast.expr with parameters of type SwitchEntryStmt Modifier and Type Method Description SwitchExprSwitchExpr. addEntry(SwitchEntryStmt entry)Deprecated.use a method on getEntries insteadSwitchExprSwitchExpr. setEntry(int i, SwitchEntryStmt entry)Deprecated.use a method on getEntries insteadMethod parameters in com.github.javaparser.ast.expr with type arguments of type SwitchEntryStmt Modifier and Type Method Description SwitchExprSwitchExpr. setEntries(NodeList<SwitchEntryStmt> entries)Constructor parameters in com.github.javaparser.ast.expr with type arguments of type SwitchEntryStmt Constructor Description SwitchExpr(Expression selector, NodeList<SwitchEntryStmt> entries)SwitchExpr(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.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return SwitchEntryStmt Modifier and Type Method Description SwitchEntryStmtSwitchNode. getEntry(int i)Methods in com.github.javaparser.ast.nodeTypes that return types with arguments of type SwitchEntryStmt Modifier and Type Method Description NodeList<SwitchEntryStmt>SwitchNode. getEntries()Method parameters in com.github.javaparser.ast.nodeTypes with type arguments of type SwitchEntryStmt Modifier and Type Method Description SwitchNodeSwitchNode. setEntries(NodeList<SwitchEntryStmt> entries) -
Uses of SwitchEntryStmt in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return SwitchEntryStmt Modifier and Type Method Description SwitchEntryStmtStatement. asSwitchEntryStmt()SwitchEntryStmtSwitchEntryStmt. asSwitchEntryStmt()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()Optional<SwitchEntryStmt>Statement. toSwitchEntryStmt()Optional<SwitchEntryStmt>SwitchEntryStmt. toSwitchEntryStmt()Methods in com.github.javaparser.ast.stmt with parameters of type SwitchEntryStmt Modifier and Type Method Description SwitchStmtSwitchStmt. addEntry(SwitchEntryStmt entry)Deprecated.use a method on getEntries insteadSwitchStmtSwitchStmt. setEntry(int i, SwitchEntryStmt entry)Deprecated.use a method on getEntries insteadMethod parameters in com.github.javaparser.ast.stmt with type arguments of type SwitchEntryStmt Modifier and Type Method Description voidStatement. ifSwitchEntryStmt(Consumer<SwitchEntryStmt> action)voidSwitchEntryStmt. ifSwitchEntryStmt(Consumer<SwitchEntryStmt> action)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)RGenericVisitorWithDefaults. visit(SwitchEntryStmt n, A arg)IntegerHashCodeVisitor. visit(SwitchEntryStmt n, Void arg)VisitableModifierVisitor. visit(SwitchEntryStmt n, A arg)BooleanNoCommentEqualsVisitor. visit(SwitchEntryStmt n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(SwitchEntryStmt n, Void 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)voidVoidVisitorWithDefaults. 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)
-