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