net.jangaroo.jooc.ast
Class IdeWithTypeParam
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Ide
net.jangaroo.jooc.ast.IdeWithTypeParam
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class IdeWithTypeParam
- extends Ide
Created by IntelliJ IDEA. User: fwienber Date: 27.02.11 Time: 17:08 To change this template use File | Settings |
File Templates.
| Methods inherited from class net.jangaroo.jooc.ast.Ide |
addExternalUsage, analyzeAsExpr, equals, getDeclaration, getDeclaration, getIde, getMemberDeclaration, getName, getQualified, getQualifiedName, getQualifiedNameStr, getQualifier, getScope, getSymbol, hashCode, isBound, isQualified, isQualifiedBySuper, isQualifiedByThis, isQualifier, isRewriteThis, qualify, resolveDeclaration, resolveMember, scope, setBound, setIde, setQualified, setRewriteThis, toString, usageInExpr, writeBoundMethodAccess, writeIde, writeMemberAccess |
IdeWithTypeParam
public IdeWithTypeParam(JooSymbol ide,
JooSymbol symDotLt,
Type type,
JooSymbol symGt)
getOriginalIde
public JooSymbol getOriginalIde()
getSymDotLt
public JooSymbol getSymDotLt()
getType
public Type getType()
getSymGt
public JooSymbol getSymGt()
visit
public void visit(AstVisitor visitor)
throws IOException
- Specified by:
visit in interface AstNode- Overrides:
visit in class Ide
- Throws:
IOException
generateCodeAsExpr
public void generateCodeAsExpr(JsWriter out)
throws IOException
- Overrides:
generateCodeAsExpr in class Ide
- Throws:
IOException
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.