net.jangaroo.jooc.ast
Class Statement

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.Directive
          extended by net.jangaroo.jooc.ast.Statement
All Implemented Interfaces:
AstNode
Direct Known Subclasses:
AbstractBlock, Declaration, DefaultStatement, KeywordStatement, LabeledStatement, SemicolonTerminatedStatement, SuperConstructorCallStatement

public abstract class Statement
extends Directive

Statements are language elements that perform or specify an action at runtime.

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
Statement()
           
 
Method Summary
 
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
 
Methods inherited from interface net.jangaroo.jooc.ast.AstNode
getSymbol, scope, visit
 

Constructor Detail

Statement

public Statement()


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