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
 

Fields in net.jangaroo.jooc with type parameters of type IdeDeclaration
protected  Map<String,IdeDeclaration> DeclarationScope.ides
           
 

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

Methods in net.jangaroo.jooc with parameters of type IdeDeclaration
 IdeDeclaration Scope.declareIde(IdeDeclaration decl)
           
 IdeDeclaration ScopeImplBase.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 NamespacedDeclaration
           
 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 Type.resolveDeclaration()
           
 IdeDeclaration TypedIdeDeclaration.resolveDeclaration()
           
 IdeDeclaration ClassDeclaration.resolveDeclaration()
           
 IdeDeclaration QualifiedIde.resolveDeclaration()
           
 IdeDeclaration IdeDeclaration.resolveDeclaration()
          Resolve this declaration to the underlying Class or PredefinedType declaration
 IdeDeclaration VariableDeclaration.resolveDeclaration()
           
 IdeDeclaration Ide.resolveDeclaration()
          Resolve the declaration of this ide to the underlying declaration.
 IdeDeclaration FunctionDeclaration.resolveDeclaration()
           
 IdeDeclaration Parameter.resolveDeclaration()
           
static IdeDeclaration Ide.resolveMember(IdeDeclaration type, Ide memberIde)
           
 IdeDeclaration ClassDeclaration.resolvePropertyDeclaration(String ide)
          Lookup a non-static member of the given name
 IdeDeclaration IdeDeclaration.resolvePropertyDeclaration(String ide)
           
 

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)
           
protected  void Ide.writeBoundMethodAccess(JsWriter out, Ide optIde, JooSymbol optSymDot, IdeDeclaration decl)
           
static void Ide.writeMemberAccess(IdeDeclaration memberDeclaration, JooSymbol optSymDot, Ide memberIde, boolean writeMemberWhitespace, JsWriter out)
           
 

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, 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, 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)
           
abstract  CompilationUnitSink AbstractCompilationUnitSinkFactory.createSink(PackageDeclaration packageDeclaration, IdeDeclaration primaryDeclaration, File sourceFile, boolean verbose)
           
 CompilationUnitSink CompilationUnitSinkFactory.createSink(PackageDeclaration packageDeclaration, IdeDeclaration primaryDeclaration, File sourceFile, boolean verbose)
           
 



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