Uses of Class
org.teavm.ast.SwitchStatement
-
Packages that use SwitchStatement Package Description org.teavm.ast org.teavm.backend.c.generate org.teavm.backend.javascript.rendering -
-
Uses of SwitchStatement in org.teavm.ast
Methods in org.teavm.ast with parameters of type SwitchStatement Modifier and Type Method Description voidAbstractStatementVisitor. visit(SwitchStatement statement)voidRecursiveVisitor. visit(SwitchStatement statement)voidStatementVisitor. visit(SwitchStatement statement) -
Uses of SwitchStatement in org.teavm.backend.c.generate
Methods in org.teavm.backend.c.generate with parameters of type SwitchStatement Modifier and Type Method Description voidCodeGenerationVisitor. visit(SwitchStatement statement) -
Uses of SwitchStatement in org.teavm.backend.javascript.rendering
Methods in org.teavm.backend.javascript.rendering with parameters of type SwitchStatement Modifier and Type Method Description voidStatementRenderer. visit(SwitchStatement statement)
-