| Package | Description |
|---|---|
| net.jangaroo.jooc | |
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.types |
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
Scope.getExpressionType(AS3Type as3Type) |
ExpressionType |
AbstractScope.getExpressionType(AS3Type as3Type) |
ExpressionType |
Scope.getExpressionType(IdeDeclaration declaration) |
ExpressionType |
AbstractScope.getExpressionType(IdeDeclaration declaration) |
ExpressionType |
Scope.getExpressionType(TypeRelation typeRelation) |
ExpressionType |
AbstractScope.getExpressionType(TypeRelation typeRelation) |
| Modifier and Type | Method and Description |
|---|---|
FunctionSignature |
Scope.getFunctionSignature(Parameters params,
ExpressionType returnType) |
FunctionSignature |
AbstractScope.getFunctionSignature(Parameters params,
ExpressionType returnType) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
Expr.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Expr.setType(ExpressionType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionSignature
A special expression type for functions / methods.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
ExpressionType.getTypeParameter() |
| Modifier and Type | Method and Description |
|---|---|
List<ExpressionType> |
FunctionSignature.getParameterTypes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpressionType.isAssignableTo(ExpressionType toCheck) |
| Constructor and Description |
|---|
ExpressionType(TypeDeclaration declaration,
ExpressionType typeParameter) |
FunctionSignature(TypeDeclaration functionType,
int minArgumentCount,
boolean hasRest,
List<ExpressionType> parameterTypes,
ExpressionType returnType) |
| Constructor and Description |
|---|
FunctionSignature(TypeDeclaration functionType,
int minArgumentCount,
boolean hasRest,
List<ExpressionType> parameterTypes,
ExpressionType returnType) |
Copyright © 2002–2019 CoreMedia AG. All rights reserved.