org.jsmiparser.smi
Class SmiIndex

java.lang.Object
  extended by org.jsmiparser.smi.SmiIndex

public class SmiIndex
extends java.lang.Object

Indexes belong to a row and refer to a column. Note that it is possible that the column belongs to another table!


Constructor Summary
SmiIndex(SmiRow row, ScopedId scopedId, boolean implied)
           
 
Method Summary
 SmiVariable getColumn()
           
 SmiRow getRow()
           
 boolean isColumnFromOtherTable()
           
 boolean isImplied()
           
 void resolveReferences(XRefProblemReporter reporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmiIndex

public SmiIndex(SmiRow row,
                ScopedId scopedId,
                boolean implied)
Method Detail

isImplied

public boolean isImplied()

getColumn

public SmiVariable getColumn()

getRow

public SmiRow getRow()

isColumnFromOtherTable

public boolean isColumnFromOtherTable()

resolveReferences

public void resolveReferences(XRefProblemReporter reporter)


Copyright © 2005-2007 null. All Rights Reserved.