Uses of Class
com.github.javaparser.ast.stmt.SwitchEntry
-
Packages that use SwitchEntry 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 SwitchEntry in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return SwitchEntry Modifier and Type Method Description SwitchEntrySwitchExpr. getEntry(int i)Methods in com.github.javaparser.ast.expr that return types with arguments of type SwitchEntry Modifier and Type Method Description NodeList<SwitchEntry>SwitchExpr. getEntries()Method parameters in com.github.javaparser.ast.expr with type arguments of type SwitchEntry Modifier and Type Method Description SwitchExprSwitchExpr. setEntries(NodeList<SwitchEntry> entries)Constructor parameters in com.github.javaparser.ast.expr with type arguments of type SwitchEntry Constructor Description SwitchExpr(Expression selector, NodeList<SwitchEntry> entries)SwitchExpr(TokenRange tokenRange, Expression selector, NodeList<SwitchEntry> entries)This constructor is used by the parser and is considered private. -
Uses of SwitchEntry in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return SwitchEntry Modifier and Type Method Description SwitchEntrySwitchNode. getEntry(int i)Methods in com.github.javaparser.ast.nodeTypes that return types with arguments of type SwitchEntry Modifier and Type Method Description NodeList<SwitchEntry>SwitchNode. getEntries()Method parameters in com.github.javaparser.ast.nodeTypes with type arguments of type SwitchEntry Modifier and Type Method Description SwitchNodeSwitchNode. setEntries(NodeList<SwitchEntry> entries) -
Uses of SwitchEntry in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return SwitchEntry Modifier and Type Method Description SwitchEntrySwitchEntry. clone()SwitchEntrySwitchStmt. getEntry(int i)SwitchEntrySwitchEntry. setLabels(NodeList<Expression> labels)Sets the labelSwitchEntrySwitchEntry. setStatements(NodeList<Statement> statements)SwitchEntrySwitchEntry. setType(SwitchEntry.Type type)Methods in com.github.javaparser.ast.stmt that return types with arguments of type SwitchEntry Modifier and Type Method Description NodeList<SwitchEntry>SwitchStmt. getEntries()Method parameters in com.github.javaparser.ast.stmt with type arguments of type SwitchEntry Modifier and Type Method Description SwitchStmtSwitchStmt. setEntries(NodeList<SwitchEntry> entries)Constructor parameters in com.github.javaparser.ast.stmt with type arguments of type SwitchEntry Constructor Description SwitchStmt(Expression selector, NodeList<SwitchEntry> entries)SwitchStmt(TokenRange tokenRange, Expression selector, NodeList<SwitchEntry> entries)This constructor is used by the parser and is considered private. -
Uses of SwitchEntry in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type SwitchEntry Modifier and Type Method Description VisitableCloneVisitor. visit(SwitchEntry n, Object arg)BooleanEqualsVisitor. visit(SwitchEntry n, Visitable arg)List<R>GenericListVisitorAdapter. visit(SwitchEntry n, A arg)RGenericVisitor. visit(SwitchEntry n, A arg)RGenericVisitorAdapter. visit(SwitchEntry n, A arg)RGenericVisitorWithDefaults. visit(SwitchEntry n, A arg)IntegerHashCodeVisitor. visit(SwitchEntry n, Void arg)VisitableModifierVisitor. visit(SwitchEntry n, A arg)BooleanNoCommentEqualsVisitor. visit(SwitchEntry n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(SwitchEntry n, Void arg)BooleanObjectIdentityEqualsVisitor. visit(SwitchEntry n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(SwitchEntry n, Void arg)voidVoidVisitor. visit(SwitchEntry n, A arg)voidVoidVisitorAdapter. visit(SwitchEntry n, A arg)voidVoidVisitorWithDefaults. visit(SwitchEntry n, A arg) -
Uses of SwitchEntry in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type SwitchEntry Modifier and Type Method Description voidPrettyPrintVisitor. visit(SwitchEntry n, Void arg)
-