net.jangaroo.jooc.ast
Class DefaultStatement

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.DefaultStatement
All Implemented Interfaces:
AstNode

public class DefaultStatement
extends Statement

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
DefaultStatement(JooSymbol symDefault, JooSymbol symColon)
           
 
Method Summary
 JooSymbol getSymbol()
           
 JooSymbol getSymColon()
           
 JooSymbol getSymDefault()
           
 void scope(Scope scope)
           
 void setSymColon(JooSymbol symColon)
           
 void setSymDefault(JooSymbol symDefault)
           
 void visit(AstVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.ast.Directive
isClassMember, isStatic, setClassMember
 
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, analyze, getChildren, 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

DefaultStatement

public DefaultStatement(JooSymbol symDefault,
                        JooSymbol symColon)
Method Detail

visit

public void visit(AstVisitor visitor)
           throws IOException
Throws:
IOException

scope

public void scope(Scope scope)

getSymbol

public JooSymbol getSymbol()

getSymDefault

public JooSymbol getSymDefault()

setSymDefault

public void setSymDefault(JooSymbol symDefault)

getSymColon

public JooSymbol getSymColon()

setSymColon

public void setSymColon(JooSymbol symColon)


Copyright © 2002–2014 CoreMedia AG. All rights reserved.