net.jangaroo.jooc.ast
Class EmptyStatement

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.Directive
          extended by net.jangaroo.jooc.ast.Statement
              extended by net.jangaroo.jooc.ast.SemicolonTerminatedStatement
                  extended by 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
 
Constructor Summary
EmptyStatement(JooSymbol symSemicolon)
           
 
Method Summary
 void analyze(AstNode parentNode)
           
 void visit(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, makeChildren, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyStatement

public EmptyStatement(JooSymbol symSemicolon)
Method Detail

visit

public void visit(AstVisitor visitor)
           throws IOException
Specified by:
visit in interface AstNode
Overrides:
visit in class SemicolonTerminatedStatement
Throws:
IOException

analyze

public void analyze(AstNode parentNode)
Specified by:
analyze in interface AstNode
Overrides:
analyze in class SemicolonTerminatedStatement


Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.