net.jangaroo.jooc.ast
Class Type
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Type
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class Type
- extends NodeImplBase
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Type
public Type(Ide ide)
Type
public Type(JooSymbol symIde)
getIde
public Ide getIde()
visit
public void visit(AstVisitor visitor)
throws IOException
- Throws:
IOException
scope
public void scope(Scope scope)
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyze in interface AstNode- Overrides:
analyze in class NodeImplBase
getSymbol
public JooSymbol getSymbol()
resolveDeclaration
public IdeDeclaration resolveDeclaration()
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.