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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.teavm.ast that return StatementModifier and TypeMethodDescriptionstatic Statement
static Statement
static Statement
Statement.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 TypeMethodDescriptionvoid
void
VolatileDefinitionFinder.findVolatileDefinitions(Statement statement)