Uses of Class
net.jangaroo.jooc.ast.Declaration
-
Packages that use Declaration Package Description net.jangaroo.jooc.ast -
-
Uses of Declaration in net.jangaroo.jooc.ast
Subclasses of Declaration in net.jangaroo.jooc.ast Modifier and Type Class Description classClassDeclarationclassEmptyDeclarationclassFunctionDeclarationclassIdeDeclarationclassNamespaceDeclarationclassPackageDeclarationclassParameterclassPredefinedTypeDeclarationclassPropertyDeclarationVirtual AST node that is created to aggregate a complementing get and set accessor.classTypeDeclarationA type declaration can either be predefined (*, void) or defined by a class or interface (ClassDeclaration).classTypedIdeDeclarationclassVariableDeclarationMethods in net.jangaroo.jooc.ast that return Declaration Modifier and Type Method Description DeclarationForInitializer. getDecl()Methods in net.jangaroo.jooc.ast with parameters of type Declaration Modifier and Type Method Description static CompilationUnitCompilationUnit. getMixinCompilationUnit(Declaration declaration)Constructors in net.jangaroo.jooc.ast with parameters of type Declaration Constructor Description ForInitializer(Declaration decl)
-