public class StatementBaseInfo extends Object
Constructor and Description |
---|
StatementBaseInfo(Compilable compilable,
StatementSpecCompiled statementSpec,
Serializable userObjectCompileTime,
StatementRawInfo statementRawInfo,
String optionalModuleName) |
Modifier and Type | Method and Description |
---|---|
Compilable |
getCompilable() |
String |
getContextName() |
ContextPropertyRegistry |
getContextPropertyRegistry() |
String |
getModuleName() |
String |
getStatementName() |
int |
getStatementNumber() |
StatementRawInfo |
getStatementRawInfo() |
StatementSpecCompiled |
getStatementSpec() |
Serializable |
getUserObjectCompileTime() |
void |
setStatementSpec(StatementSpecCompiled statementSpec) |
public StatementBaseInfo(Compilable compilable, StatementSpecCompiled statementSpec, Serializable userObjectCompileTime, StatementRawInfo statementRawInfo, String optionalModuleName)
public Compilable getCompilable()
public StatementSpecCompiled getStatementSpec()
public String getStatementName()
public Serializable getUserObjectCompileTime()
public int getStatementNumber()
public StatementRawInfo getStatementRawInfo()
public String getModuleName()
public ContextPropertyRegistry getContextPropertyRegistry()
public String getContextName()
public void setStatementSpec(StatementSpecCompiled statementSpec)
Copyright © 2005–2020. All rights reserved.