net.jangaroo.jooc.ast
Class TypedIdeDeclaration
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Directive
net.jangaroo.jooc.ast.Statement
net.jangaroo.jooc.ast.Declaration
net.jangaroo.jooc.ast.IdeDeclaration
net.jangaroo.jooc.ast.TypedIdeDeclaration
- All Implemented Interfaces:
- AstNode, CodeGenerator
- Direct Known Subclasses:
- FunctionDeclaration, VariableDeclaration
public abstract class TypedIdeDeclaration
- extends IdeDeclaration
- Author:
- Andreas Gawecki
| Fields inherited from class net.jangaroo.jooc.ast.Declaration |
MODIFIER_ABSTRACT, MODIFIER_DYNAMIC, MODIFIER_FINAL, MODIFIER_INTERNAL, MODIFIER_NAMESPACE, MODIFIER_NATIVE, MODIFIER_OVERRIDE, MODIFIER_PRIVATE, MODIFIER_PROTECTED, MODIFIER_PUBLIC, MODIFIER_STATIC, MODIFIER_VIRTUAL, MODIFIERS_SCOPE |
| Methods inherited from class net.jangaroo.jooc.ast.IdeDeclaration |
getIde, getQualifiedName, getQualifiedNameStr, getSymbol, handleDuplicateDeclaration, isConstructor, isMethod, isPrimaryDeclaration, resolvePropertyDeclaration, setIde, toString |
| Methods inherited from class net.jangaroo.jooc.ast.Declaration |
analyze, computeModifiers, getAllowedModifiers, getClassDeclaration, getModifierFlag, getModifiers, getParentDeclaration, getSymInheritedModifiers, getSymModifiers, isAbstract, isFinal, isNative, isOverride, isPrivate, isPrivateStatic, isProtected, isPublic, isStatic, setClassDeclaration, setInheritedModifiers, setParentDeclaration, setSymInheritedModifiers |
| Methods inherited from interface net.jangaroo.jooc.ast.AstNode |
visit |
TypedIdeDeclaration
public TypedIdeDeclaration(JooSymbol[] modifiers,
Ide ide,
TypeRelation optTypeRelation)
getName
public String getName()
- Overrides:
getName in class IdeDeclaration
scope
public void scope(Scope scope)
- Specified by:
scope in interface AstNode- Overrides:
scope in class IdeDeclaration
resolveDeclaration
public IdeDeclaration resolveDeclaration()
- Description copied from class:
IdeDeclaration
- Resolve this declaration to the underlying Class or PredefinedType declaration
- Overrides:
resolveDeclaration in class IdeDeclaration
- Returns:
- the declaration
getOptTypeRelation
public TypeRelation getOptTypeRelation()
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.