public class TSymbolTableItem extends Object
Constructor and Description |
---|
TSymbolTableItem(int ptype,
TCustomSqlStatement pstmt,
TParseTreeNode pdata) |
Modifier and Type | Method and Description |
---|---|
TParseTreeNode |
getData() |
TCustomSqlStatement |
getStmt() |
int |
getType() |
void |
setStmt(TCustomSqlStatement stmt) |
void |
setType(int type) |
public TSymbolTableItem(int ptype, TCustomSqlStatement pstmt, TParseTreeNode pdata)
public TParseTreeNode getData()
public TCustomSqlStatement getStmt()
public int getType()
public void setType(int type)
public void setStmt(TCustomSqlStatement stmt)
Copyright © 2019. All rights reserved.