NodeImplBase.Scoped| Constructor and Description |
|---|
LabeledStatement(Ide ide,
JooSymbol symColon,
Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
Ide |
getIde() |
Statement |
getStatement() |
JooSymbol |
getSymbol() |
JooSymbol |
getSymColon() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
isClassMember, isStatic, setClassMemberanalyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic 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 Ide getIde()
public JooSymbol getSymColon()
public Statement getStatement()
Copyright © 2002–2018 CoreMedia AG. All rights reserved.