|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ide | |
|---|---|
| net.jangaroo.jooc | |
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.backend | |
| Uses of Ide in net.jangaroo.jooc |
|---|
| Methods in net.jangaroo.jooc that return Ide | |
|---|---|
Ide |
Scope.createAuxVar()
|
Ide |
ScopeImplBase.createAuxVar()
|
Ide |
DeclarationScope.createAuxVar()
|
| Methods in net.jangaroo.jooc with parameters of type Ide | |
|---|---|
boolean |
Scope.isDeclared(Ide ide)
|
boolean |
ScopeImplBase.isDeclared(Ide ide)
|
boolean |
DeclarationScope.isDeclared(Ide ide)
|
IdeDeclaration |
Scope.lookupDeclaration(Ide ide)
|
IdeDeclaration |
ScopeImplBase.lookupDeclaration(Ide ide)
|
IdeDeclaration |
DeclarationScope.lookupDeclaration(Ide ide)
|
LabeledStatement |
Scope.lookupLabel(Ide ide)
|
LabeledStatement |
ScopeImplBase.lookupLabel(Ide ide)
|
| Uses of Ide in net.jangaroo.jooc.ast |
|---|
| Subclasses of Ide in net.jangaroo.jooc.ast | |
|---|---|
class |
IdeWithTypeParam
Created by IntelliJ IDEA. |
class |
NamespacedIde
|
class |
QualifiedIde
|
| Fields in net.jangaroo.jooc.ast declared as Ide | |
|---|---|
static Ide |
FunctionExpr.ARGUMENTS_IDE
|
| Methods in net.jangaroo.jooc.ast that return Ide | |
|---|---|
Ide |
ForInStatement.getAuxIde()
|
Ide |
Annotation.getIde()
|
Ide |
ImportDirective.getIde()
|
Ide |
IdeExpr.getIde()
|
Ide |
ForInStatement.getIde()
|
Ide |
FunctionExpr.getIde()
|
Ide |
Type.getIde()
|
Ide |
DotExpr.getIde()
|
Ide |
LabeledStatement.getIde()
|
Ide |
IdeDeclaration.getIde()
|
Ide |
UseNamespaceDirective.getNamespace()
|
Ide |
LabelRefStatement.getOptLabel()
|
Ide |
AnnotationParameter.getOptName()
|
Ide |
Ide.getQualified()
|
Ide |
Ide.getQualifier()
|
Ide |
QualifiedIde.getQualifier()
|
Ide |
Extends.getSuperClass()
|
Ide |
Ide.qualify(JooSymbol symQualifier,
JooSymbol symDot)
|
Ide |
QualifiedIde.qualify(JooSymbol symQualifier,
JooSymbol symDot)
|
| Methods in net.jangaroo.jooc.ast that return types with arguments of type Ide | |
|---|---|
CommaSeparatedList<Ide> |
Implements.getSuperTypes()
|
| Methods in net.jangaroo.jooc.ast with parameters of type Ide | |
|---|---|
void |
ClassDeclaration.addInitIfClass(Ide ide)
|
static IdeExpr |
IdeExpr.fromPrefix(JooSymbol symPrefix,
JooSymbol symDot,
Ide ide)
|
LabeledStatement |
LabelScope.lookupLabel(Ide ide)
|
static IdeDeclaration |
Ide.resolveMember(IdeDeclaration type,
Ide memberIde)
|
void |
IdeDeclaration.setIde(Ide ide)
|
void |
Ide.setQualified(Ide qualifier)
|
void |
AstVisitorBase.visitIde(Ide ide)
|
void |
AstVisitor.visitIde(Ide ide)
|
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)
|
| Constructors in net.jangaroo.jooc.ast with parameters of type Ide | |
|---|---|
Annotation(JooSymbol leftBracket,
Ide ide,
JooSymbol rightBracket)
|
|
Annotation(JooSymbol leftBracket,
Ide ide,
JooSymbol optLeftParen,
CommaSeparatedList<AnnotationParameter> optAnnotationParameters,
JooSymbol optRightParen,
JooSymbol optRightBracket)
|
|
AnnotationParameter(Ide optName,
JooSymbol optSymEq,
LiteralExpr value)
|
|
BreakStatement(JooSymbol symBreak,
Ide optIde,
JooSymbol symSemicolon)
|
|
ClassDeclaration(List<AstNode> directives,
JooSymbol[] modifiers,
JooSymbol cls,
Ide ide,
Extends ext,
Implements impl,
ClassBody body)
|
|
ContinueStatement(JooSymbol symContinue,
Ide optLabel,
JooSymbol symSemicolon)
|
|
DotExpr(Expr expr,
JooSymbol symDot,
Ide ide)
|
|
Extends(JooSymbol extds,
Ide superClass)
|
|
ForInStatement(JooSymbol symFor,
JooSymbol symEach,
JooSymbol lParen,
Ide ide,
JooSymbol symIn,
Expr expr,
JooSymbol rParen,
Statement body)
|
|
FunctionDeclaration(List<JooSymbol> modifiers,
JooSymbol symFunction,
JooSymbol symGetOrSet,
Ide ide,
JooSymbol lParen,
Parameters params,
JooSymbol rParen,
TypeRelation optTypeRelation,
BlockStatement optBody,
JooSymbol optSymSemicolon)
|
|
FunctionExpr(FunctionDeclaration functionDeclaration,
JooSymbol symFunction,
Ide ide,
JooSymbol lParen,
Parameters params,
JooSymbol rParen,
TypeRelation optTypeRelation,
BlockStatement optBody)
|
|
IdeDeclaration(Ide ide)
|
|
IdeDeclaration(JooSymbol[] modifiers,
Ide ide)
|
|
IdeExpr(Ide ide)
|
|
ImportDirective(Ide packageIde,
String typeName)
|
|
ImportDirective(JooSymbol importKeyword,
Ide ide,
JooSymbol symSemicolon)
|
|
LabeledStatement(Ide ide,
JooSymbol symColon,
Statement statement)
|
|
NamespacedDeclaration(JooSymbol[] modifiers,
JooSymbol symNamespace,
Ide ide,
Initializer optInitializer,
JooSymbol optSymSemicolon)
|
|
PackageDeclaration(JooSymbol symPackage,
Ide ide)
|
|
Parameter(JooSymbol optSymConst,
Ide ide,
TypeRelation optTypeRelation,
Initializer optInitializer)
|
|
QualifiedIde(Ide qualifier,
JooSymbol symDot,
JooSymbol symIde)
|
|
Type(Ide ide)
|
|
TypedIdeDeclaration(JooSymbol[] modifiers,
Ide ide,
TypeRelation optTypeRelation)
|
|
UseNamespaceDirective(JooSymbol useKeyword,
JooSymbol namespaceKeyword,
Ide namespace,
JooSymbol symSemicolon)
|
|
VariableDeclaration(JooSymbol[] modifiers,
JooSymbol optSymConstOrVar,
Ide ide,
TypeRelation optTypeRelation,
Initializer optInitializer,
VariableDeclaration optNextVariableDeclaration,
JooSymbol optSymSemicolon)
|
|
VariableDeclaration(JooSymbol symConstOrVar,
Ide ide,
TypeRelation optTypeRelation)
|
|
VariableDeclaration(JooSymbol symConstOrVar,
Ide ide,
TypeRelation optTypeRelation,
Initializer optInitializer)
|
|
VariableDeclaration(JooSymbol symConstOrVar,
Ide ide,
TypeRelation optTypeRelation,
Initializer optInitializer,
VariableDeclaration optNextVariableDeclaration)
|
|
VariableDeclaration(JooSymbol symConstOrVar,
Ide ide,
TypeRelation optTypeRelation,
Initializer optInitializer,
VariableDeclaration optNextVariableDeclaration,
JooSymbol optSymSemicolon)
|
|
| Constructor parameters in net.jangaroo.jooc.ast with type arguments of type Ide | |
|---|---|
Implements(JooSymbol symImplements,
CommaSeparatedList<Ide> superTypes)
|
|
| Uses of Ide in net.jangaroo.jooc.backend |
|---|
| Methods in net.jangaroo.jooc.backend with parameters of type Ide | |
|---|---|
void |
JsCodeGenerator.visitIde(Ide ide)
|
void |
ApiCodeGenerator.visitIde(Ide ide)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||