pt.compiler.parser.ast.stmt
Class Statement

java.lang.Object
  extended by pt.compiler.parser.ast.Node
      extended by pt.compiler.parser.ast.stmt.Statement
Direct Known Subclasses:
AssertStmt, BlockStmt, BreakStmt, ContinueStmt, DoStmt, EmptyStmt, ExplicitConstructorInvocationStmt, ExpressionStmt, ForeachStmt, ForStmt, IfStmt, LabeledStmt, ReturnStmt, SwitchEntryStmt, SwitchStmt, SynchronizedStmt, ThrowStmt, TryStmt, TypeDeclarationStmt, WhileStmt

public abstract class Statement
extends Node

Author:
Julio Vilmar Gesser

Constructor Summary
Statement(int line, int column)
           
Statement(int beginLine, int beginColumn, int endLine, int endColumn)
           
 
Method Summary
 
Methods inherited from class pt.compiler.parser.ast.Node
accept, accept, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, setData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Statement

public Statement(int beginLine,
                 int beginColumn,
                 int endLine,
                 int endColumn)

Statement

public Statement(int line,
                 int column)