com.github.antlrjavaparser.api.stmt
Class Statement

java.lang.Object
  extended by com.github.antlrjavaparser.api.Node
      extended by com.github.antlrjavaparser.api.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()
           
Statement(int beginLine, int beginColumn, int endLine, int endColumn)
           
 
Method Summary
 
Methods inherited from class com.github.antlrjavaparser.api.Node
accept, accept, equals, getBeginColumn, getBeginComments, getBeginLine, getData, getEndColumn, getEndComments, getEndLine, getInternalComments, hashCode, setBeginColumn, setBeginComments, setBeginLine, setData, setEndColumn, setEndComments, setEndLine, setInternalComments, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Statement

public Statement()

Statement

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


Copyright © 2013. All Rights Reserved.