Uses of Class
org.teavm.ast.Statement
Packages that use Statement
Package
Description
-
Uses of Statement in org.teavm.ast
Subclasses of Statement in org.teavm.astModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.teavm.ast that return StatementModifier and TypeMethodDescriptionstatic Statementstatic Statementstatic StatementStatement.empty()RegularMethodNode.getBody()AsyncMethodPart.getStatement()Methods in org.teavm.ast that return types with arguments of type StatementModifier and TypeMethodDescriptionConditionalStatement.getAlternative()BlockStatement.getBody()SwitchClause.getBody()WhileStatement.getBody()ConditionalStatement.getConsequent()SwitchStatement.getDefaultClause()TryCatchStatement.getHandler()TryCatchStatement.getProtectedBody()SequentialStatement.getSequence()Methods in org.teavm.ast with parameters of type StatementMethod parameters in org.teavm.ast with type arguments of type Statement -
Uses of Statement in org.teavm.ast.analysis
Methods in org.teavm.ast.analysis with parameters of type Statement -
Uses of Statement in org.teavm.ast.optimization
Constructor parameters in org.teavm.ast.optimization with type arguments of type Statement -
Uses of Statement in org.teavm.backend.c.analyze
Methods in org.teavm.backend.c.analyze with parameters of type StatementModifier and TypeMethodDescriptionvoidvoidVolatileDefinitionFinder.findVolatileDefinitions(Statement statement)