public class TableLookupIndexReqKey extends Object implements CodegenMakeable<SAIFFInitializeSymbol>
Constructor and Description |
---|
TableLookupIndexReqKey(String indexName,
String indexModuleName) |
TableLookupIndexReqKey(String indexName,
String indexModuleName,
String tableName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIndexModuleName() |
String |
getIndexName() |
String |
getTableName() |
int |
hashCode() |
CodegenExpression |
make(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
String |
toString() |
public String getIndexName()
public String getTableName()
public String getIndexModuleName()
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
make
in interface CodegenMakeable<SAIFFInitializeSymbol>
Copyright © 2005–2018. All rights reserved.