public class TypeRelation extends NodeImplBase
NodeImplBase.Scoped| Constructor and Description |
|---|
TypeRelation(JooSymbol symAnyType) |
TypeRelation(JooSymbol symRelation,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
JooSymbol |
getSymbol() |
JooSymbol |
getSymRelation() |
Type |
getType() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic TypeRelation(JooSymbol symAnyType)
public List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class NodeImplBasepublic void visit(AstVisitor visitor) throws IOException
IOExceptionpublic void scope(Scope scope)
public void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class NodeImplBasepublic JooSymbol getSymbol()
public JooSymbol getSymRelation()
public Type getType()
Copyright © 2002–2016 CoreMedia AG. All rights reserved.