public class Implements extends NodeImplBase
NodeImplBase.Scoped| Constructor and Description |
|---|
Implements(JooSymbol symImplements,
CommaSeparatedList<Ide> superTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
CommaSeparatedList<Ide> |
getSuperTypes() |
JooSymbol |
getSymbol() |
JooSymbol |
getSymImplements() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic Implements(JooSymbol symImplements, CommaSeparatedList<Ide> superTypes)
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 getSymImplements()
public CommaSeparatedList<Ide> getSuperTypes()
Copyright © 2002–2018 CoreMedia AG. All rights reserved.