Uses of Interface
com.github.javaparser.ast.nodeTypes.SwitchNode
Packages that use SwitchNode
Package
Description
-
Uses of SwitchNode in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement SwitchNode -
Uses of SwitchNode in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return SwitchNodeModifier and TypeMethodDescriptionSwitchNode.clone()SwitchNode.setEntries(NodeList<SwitchEntry> entries)SwitchNode.setSelector(Expression selector) -
Uses of SwitchNode in com.github.javaparser.ast.stmt
Classes in com.github.javaparser.ast.stmt that implement SwitchNode