|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 with parameters of type IdeDeclaration | |
|---|---|
IdeDeclaration |
ScopeImplBase.declareIde(IdeDeclaration decl)
|
IdeDeclaration |
Scope.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)
|
CompilationUnitSink |
CompilationUnitSinkFactory.createSink(PackageDeclaration packageDeclaration,
IdeDeclaration primaryDeclaration,
File sourceFile,
boolean verbose)
|
abstract CompilationUnitSink |
AbstractCompilationUnitSinkFactory.createSink(PackageDeclaration packageDeclaration,
IdeDeclaration primaryDeclaration,
File sourceFile,
boolean verbose)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||