Package net.jangaroo.jooc.ast
Class EmptyStatement
- java.lang.Object
-
- net.jangaroo.jooc.ast.NodeImplBase
-
- net.jangaroo.jooc.ast.Directive
-
- net.jangaroo.jooc.ast.Statement
-
- net.jangaroo.jooc.ast.SemicolonTerminatedStatement
-
- net.jangaroo.jooc.ast.EmptyStatement
-
- All Implemented Interfaces:
AstNode
public class EmptyStatement extends SemicolonTerminatedStatement
- Author:
- Andreas Gawecki
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
-
-
Field Summary
-
Fields inherited from class net.jangaroo.jooc.ast.NodeImplBase
usesInstanceThis
-
-
Constructor Summary
Constructors Constructor Description EmptyStatement(JooSymbol symSemicolon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalyze(AstNode parentNode)voidvisit(AstVisitor visitor)-
Methods inherited from class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
getChildren, getOptStatement, getOptSymSemicolon, getSymbol, scope, setOptStatement, setOptSymSemicolon
-
Methods inherited from class net.jangaroo.jooc.ast.Directive
isClassMember, isStatic, setClassMember
-
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, getParentNode, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
-
-
-
Constructor Detail
-
EmptyStatement
public EmptyStatement(JooSymbol symSemicolon)
-
-
Method Detail
-
visit
public void visit(AstVisitor visitor) throws IOException
- Specified by:
visitin interfaceAstNode- Overrides:
visitin classSemicolonTerminatedStatement- Throws:
IOException
-
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyzein interfaceAstNode- Overrides:
analyzein classSemicolonTerminatedStatement
-
-