gudusoft.gsqlparser.nodes
Class TBlockSqlNode

java.lang.Object
  extended by gudusoft.gsqlparser.nodes.TParseTreeNode
      extended by gudusoft.gsqlparser.nodes.TBlockSqlNode
All Implemented Interfaces:
Visitable

public class TBlockSqlNode
extends TParseTreeNode


Constructor Summary
TBlockSqlNode()
           
 
Method Summary
 TStatementListSqlNode getDeclareStmts()
           
 TExceptionClause getExceptionClause()
           
 TObjectName getLabelName()
           
 TStatementListSqlNode getStmts()
           
 void init(java.lang.Object arg1)
          Initialize a query tree node.
 void setDeclareStmts(TStatementListSqlNode declareStmts)
           
 void setExceptionClause(TExceptionClause exceptionClause)
           
 void setLabelName(TObjectName labelName)
           
 
Methods inherited from class gudusoft.gsqlparser.nodes.TParseTreeNode
accept, addAllMyTokensToTokenList, doParse, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, setDummyTag, setEndToken, setEndToken, setGsqlparser, setNodeType, setStartToken, setStartToken, setString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TBlockSqlNode

public TBlockSqlNode()
Method Detail

getLabelName

public TObjectName getLabelName()

setLabelName

public void setLabelName(TObjectName labelName)

getExceptionClause

public TExceptionClause getExceptionClause()

setExceptionClause

public void setExceptionClause(TExceptionClause exceptionClause)

getDeclareStmts

public TStatementListSqlNode getDeclareStmts()

getStmts

public TStatementListSqlNode getStmts()

setDeclareStmts

public void setDeclareStmts(TStatementListSqlNode declareStmts)

init

public void init(java.lang.Object arg1)
Description copied from class: TParseTreeNode
Initialize a query tree node.

Overrides:
init in class TParseTreeNode