Uses of Record Class
io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtSwitch.SwitchCase
Packages that use ASTStmtSwitch.SwitchCase
-
Uses of ASTStmtSwitch.SwitchCase in io.github.protasm.jvmud.compiler.parser.ast.stmt
Methods in io.github.protasm.jvmud.compiler.parser.ast.stmt that return types with arguments of type ASTStmtSwitch.SwitchCaseConstructor parameters in io.github.protasm.jvmud.compiler.parser.ast.stmt with type arguments of type ASTStmtSwitch.SwitchCaseModifierConstructorDescriptionASTStmtSwitch(int line, ASTExpression expression, List<ASTStmtSwitch.SwitchCase> cases)