Uses of Class
net.jangaroo.jooc.ast.IdeDeclaration

Packages that use IdeDeclaration
net.jangaroo.jooc   
net.jangaroo.jooc.ast   
net.jangaroo.jooc.backend   
 

Uses of IdeDeclaration in net.jangaroo.jooc
 

Methods in net.jangaroo.jooc that return IdeDeclaration
 IdeDeclaration ScopeImplBase.declareIde(IdeDeclaration decl)
           
 IdeDeclaration Scope.declareIde(IdeDeclaration decl)
           
 IdeDeclaration DeclarationScope.declareIde(IdeDeclaration decl)
           
 IdeDeclaration ScopeImplBase.lookupDeclaration(Ide ide)
           
 IdeDeclaration Scope.lookupDeclaration(Ide ide)
           
 IdeDeclaration DeclarationScope.lookupDeclaration(Ide ide)
           
 IdeDeclaration JangarooParser.resolveImport(ImportDirective importDirective)
           
 

Methods in net.jangaroo.jooc with parameters of type IdeDeclaration
 IdeDeclaration ScopeImplBase.declareIde(IdeDeclaration decl)
           
 IdeDeclaration Scope.declareIde(IdeDeclaration decl)
           
 IdeDeclaration DeclarationScope.declareIde(IdeDeclaration decl)
           
 String JsWriter.getQualifiedNameAsIde(IdeDeclaration ideDeclaration)
           
 

Uses of IdeDeclaration in net.jangaroo.jooc.ast
 

Subclasses of IdeDeclaration in net.jangaroo.jooc.ast
 class ClassDeclaration
           
 class FunctionDeclaration
           
 class NamespaceDeclaration
           
 class PackageDeclaration
           
 class Parameter
           
 class PredefinedTypeDeclaration
           
 class TypedIdeDeclaration
           
 class VariableDeclaration
           
 

Methods in net.jangaroo.jooc.ast that return IdeDeclaration
 IdeDeclaration FunctionExpr.getClassDeclaration()
           
 IdeDeclaration Ide.getDeclaration()
          callable after scoping phase
 IdeDeclaration Ide.getDeclaration(boolean errorIfUndeclared)
          callable after scoping phase
 IdeDeclaration QualifiedIde.getMemberDeclaration()
           
 IdeDeclaration Ide.getMemberDeclaration()
           
 IdeDeclaration CompilationUnit.getPrimaryDeclaration()
           
 IdeDeclaration Expr.getType()
           
 IdeDeclaration TypedIdeDeclaration.resolveDeclaration()
           
 IdeDeclaration Type.resolveDeclaration()
           
 IdeDeclaration QualifiedIde.resolveDeclaration()
           
 IdeDeclaration Parameter.resolveDeclaration()
           
 IdeDeclaration IdeDeclaration.resolveDeclaration()
          Resolve this declaration to the underlying Class or PredefinedType declaration
 IdeDeclaration Ide.resolveDeclaration()
          Resolve the declaration of this ide to the underlying declaration.
 IdeDeclaration FunctionDeclaration.resolveDeclaration()
           
 IdeDeclaration ClassDeclaration.resolveDeclaration()
           
static IdeDeclaration Ide.resolveMember(IdeDeclaration type, Ide memberIde)
           
 IdeDeclaration IdeDeclaration.resolvePropertyDeclaration(String ide)
           
 IdeDeclaration ClassDeclaration.resolvePropertyDeclaration(String ide)
          Lookup a non-static member of the given name
 

Methods in net.jangaroo.jooc.ast that return types with arguments of type IdeDeclaration
 List<IdeDeclaration> ClassDeclaration.getSecondaryDeclarations()
           
 

Methods in net.jangaroo.jooc.ast with parameters of type IdeDeclaration
static IdeDeclaration Ide.resolveMember(IdeDeclaration type, Ide memberIde)
           
 void Expr.setType(IdeDeclaration type)
           
 boolean Ide.usePrivateMemberName(IdeDeclaration memberDeclaration)
           
 

Method parameters in net.jangaroo.jooc.ast with type arguments of type IdeDeclaration
 void ClassDeclaration.setSecondaryDeclarations(List<IdeDeclaration> secondaryDeclarations)
           
 

Constructors in net.jangaroo.jooc.ast with parameters of type IdeDeclaration
CompilationUnit(PackageDeclaration packageDeclaration, JooSymbol lBrace, List<AstNode> directives, IdeDeclaration primaryDeclaration, JooSymbol rBrace, List<IdeDeclaration> secondaryDeclarations)
           
 

Constructor parameters in net.jangaroo.jooc.ast with type arguments of type IdeDeclaration
CompilationUnit(PackageDeclaration packageDeclaration, JooSymbol lBrace, List<AstNode> directives, IdeDeclaration primaryDeclaration, JooSymbol rBrace, List<IdeDeclaration> secondaryDeclarations)
           
 

Uses of IdeDeclaration in net.jangaroo.jooc.backend
 

Methods in net.jangaroo.jooc.backend with parameters of type IdeDeclaration
 CompilationUnitSink SingleFileCompilationUnitSinkFactory.createSink(PackageDeclaration packageDeclaration, IdeDeclaration primaryDeclaration, File sourceFile, boolean verbose)
           
 CompilationUnitSink MergedOutputCompilationUnitSinkFactory.createSink(PackageDeclaration packageDeclaration, IdeDeclaration primaryDeclaration, File sourceFile, boolean verbose)
           
 CompilationUnitSink CompilationUnitSinkFactory.createSink(PackageDeclaration packageDeclaration, IdeDeclaration primaryDeclaration, File sourceFile, boolean verbose)
           
abstract  CompilationUnitSink AbstractCompilationUnitSinkFactory.createSink(PackageDeclaration packageDeclaration, IdeDeclaration primaryDeclaration, File sourceFile, boolean verbose)
           
 



Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.