Uses of Class
net.jangaroo.jooc.ast.Directive
-
Packages that use Directive Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend net.jangaroo.jooc.mxml -
-
Uses of Directive in net.jangaroo.jooc.ast
Subclasses of Directive in net.jangaroo.jooc.ast Modifier and Type Class Description classAbstractBlockclassAnnotationAn annotation (square bracket meta data).classBlockStatementclassBreakStatementclassCaseStatementclassCatchclassClassBodyclassClassDeclarationclassConditionalLoopStatementclassContinueStatementclassDeclarationDeclarations are statements used to define entities such as variables, functions, classes, and interfaces.classDefaultStatementclassDoStatementclassEmptyDeclarationclassEmptyStatementclassForInStatementclassForStatementclassFunctionDeclarationclassIdeDeclarationclassIfStatementclassImportDirectiveclassKeywordExprStatementclassKeywordStatementclassLabeledStatementclassLabelRefStatementA LabelRefStatement is either a break or continue statementclassLoopStatementclassNamespaceDeclarationclassPackageDeclarationclassParameterclassPredefinedTypeDeclarationclassPropertyDeclarationVirtual AST node that is created to aggregate a complementing get and set accessor.classReturnStatementclassSemicolonTerminatedStatementclassStatementStatements are language elements that perform or specify an action at runtime.classSuperConstructorCallStatementclassSwitchStatementclassThrowStatementclassTryStatementclassTypeDeclarationA type declaration can either be predefined (*, void) or defined by a class or interface (ClassDeclaration).classTypedIdeDeclarationclassUseNamespaceDirectiveclassVariableDeclarationclassWhileStatementMethods in net.jangaroo.jooc.ast that return types with arguments of type Directive Modifier and Type Method Description List<Directive>AbstractBlock. getDirectives()List<Directive>CompilationUnit. getDirectives()Constructor parameters in net.jangaroo.jooc.ast with type arguments of type Directive Constructor Description AbstractBlock(JooSymbol rBrace, List<Directive> directives, JooSymbol lBrace)BlockStatement(JooSymbol lBrace, List<Directive> directives, JooSymbol rBrace)ClassBody(JooSymbol lBrace, List<Directive> directives, JooSymbol rBrace)CompilationUnit(PackageDeclaration packageDeclaration, JooSymbol lBrace, List<Directive> directives, IdeDeclaration primaryDeclaration, JooSymbol rBrace, List<IdeDeclaration> secondaryDeclarations)SwitchStatement(JooSymbol symSwitch, ParenthesizedExpr cond, JooSymbol lBrace, List<Directive> directives, JooSymbol rBrace) -
Uses of Directive in net.jangaroo.jooc.backend
Method parameters in net.jangaroo.jooc.backend with type arguments of type Directive Modifier and Type Method Description voidCodeGeneratorBase. visitClassBodyDirectives(List<Directive> classBodyDirectives)voidTypeScriptCodeGenerator. visitClassBodyDirectives(List<Directive> classBodyDirectives) -
Uses of Directive in net.jangaroo.jooc.mxml
Methods in net.jangaroo.jooc.mxml that return types with arguments of type Directive Modifier and Type Method Description List<Directive>MxmlParserHelper. parseConstructorBody(String text)
-