Uses of Class
net.jangaroo.jooc.ast.Statement
-
Packages that use Statement Package Description net.jangaroo.jooc net.jangaroo.jooc.ast -
-
Uses of Statement in net.jangaroo.jooc
Methods in net.jangaroo.jooc that return Statement Modifier and Type Method Description StatementAbstractScope. getCurrentLoopOrSwitch()StatementScope. getCurrentLoopOrSwitch() -
Uses of Statement in net.jangaroo.jooc.ast
Subclasses of Statement in net.jangaroo.jooc.ast Modifier and Type Class Description classAbstractBlockclassBlockStatementclassBreakStatementclassCaseStatementclassCatchclassClassBodyclassClassDeclarationclassConditionalLoopStatementclassContinueStatementclassDeclarationDeclarations are statements used to define entities such as variables, functions, classes, and interfaces.classDefaultStatementclassDoStatementclassEmptyDeclarationclassEmptyStatementclassForInStatementclassForStatementclassFunctionDeclarationclassIdeDeclarationclassIfStatementclassKeywordExprStatementclassKeywordStatementclassLabeledStatementclassLabelRefStatementA LabelRefStatement is either a break or continue statementclassLoopStatementclassNamespaceDeclarationclassPackageDeclarationclassParameterclassPredefinedTypeDeclarationclassPropertyDeclarationVirtual AST node that is created to aggregate a complementing get and set accessor.classReturnStatementclassSemicolonTerminatedStatementclassSuperConstructorCallStatementclassSwitchStatementclassThrowStatementclassTryStatementclassTypeDeclarationA type declaration can either be predefined (*, void) or defined by a class or interface (ClassDeclaration).classTypedIdeDeclarationclassVariableDeclarationclassWhileStatementMethods in net.jangaroo.jooc.ast that return Statement Modifier and Type Method Description StatementLoopStatement. getBody()StatementLabelScope. getCurrentLoopOrSwitch()StatementIfStatement. getIfFalse()StatementIfStatement. getIfTrue()StatementLabeledStatement. getStatement()Methods in net.jangaroo.jooc.ast with parameters of type Statement Modifier and Type Method Description voidLoopStatement. setBody(Statement body)voidNodeImplBase. withNewLabelScope(Statement statement, Scope scope, NodeImplBase.Scoped scoped)
-