Uses of Class
net.jangaroo.jooc.IdeDeclaration

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

Uses of IdeDeclaration in net.jangaroo.jooc
 

Subclasses of IdeDeclaration in net.jangaroo.jooc
 class ClassDeclaration
           
 class FieldDeclaration
           
 class FunctionDeclaration
           
 class GetterSetterPair
          An object aggregating the getter and the setter FunctionDeclaration of the same property.
 class NamespaceDeclaration
           
 class PackageDeclaration
           
 class Parameter
           
 class PredefinedTypeDeclaration
           
 class TypedIdeDeclaration
           
 

Methods in net.jangaroo.jooc that return IdeDeclaration
 IdeDeclaration Scope.declareIde(IdeDeclaration decl)
           
 IdeDeclaration ScopeImplBase.declareIde(IdeDeclaration decl)
           
 IdeDeclaration Jooc.getAnyDeclaration()
           
 IdeDeclaration Ide.getDeclaration()
          callable after scoping phase
 IdeDeclaration Ide.getDeclaration(boolean errorIfUndeclared)
          callable after scoping phase
protected  IdeDeclaration QualifiedIde.getMemberDeclaration()
           
protected  IdeDeclaration Ide.getMemberDeclaration()
           
 IdeDeclaration CompilationUnit.getPrimaryDeclaration()
           
 IdeDeclaration Jooc.getVoidDeclaration()
           
 IdeDeclaration Scope.lookupDeclaration(Ide ide)
           
 IdeDeclaration ScopeImplBase.lookupDeclaration(Ide ide)
           
 IdeDeclaration IdeType.resolveDeclaration()
           
 IdeDeclaration Type.resolveDeclaration()
          Resolve this type to the underlying Class or PredefinedType declaration
 IdeDeclaration TypedIdeDeclaration.resolveDeclaration()
           
 IdeDeclaration ClassDeclaration.resolveDeclaration()
           
 IdeDeclaration QualifiedIde.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 Parameter.resolveDeclaration()
           
 IdeDeclaration Jooc.resolveImport(ImportDirective importDirective)
           
protected 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 with parameters of type IdeDeclaration
 IdeDeclaration Scope.declareIde(IdeDeclaration decl)
           
 IdeDeclaration ScopeImplBase.declareIde(IdeDeclaration decl)
           
 String JsWriter.getQualifiedNameAsIde(IdeDeclaration ideDeclaration)
           
protected static IdeDeclaration Ide.resolveMember(IdeDeclaration type, Ide memberIde)
           
protected  void Ide.writeBoundMethodAccess(JsWriter out, Ide optIde, JooSymbol optSymDot, IdeDeclaration decl)
           
 

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

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

Constructor parameters in net.jangaroo.jooc 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.