com.metamatrix.query.parser
Class ParseInfo

java.lang.Object
  extended by com.metamatrix.query.parser.ParseInfo

public class ParseInfo
extends java.lang.Object


Field Summary
 boolean aggregatesAllowed
           
 boolean allowDoubleQuotedVariable
           
 int anonAvgCount
           
 int anonCountCount
           
 int anonExprCount
           
 int anonMaxCount
           
 int anonMinCount
           
 int anonSumCount
           
 int referenceCount
           
 
Constructor Summary
ParseInfo()
           
 
Method Summary
 boolean allowDoubleQuotedVariable()
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anonExprCount

public int anonExprCount

anonCountCount

public int anonCountCount

anonSumCount

public int anonSumCount

anonAvgCount

public int anonAvgCount

anonMinCount

public int anonMinCount

anonMaxCount

public int anonMaxCount

referenceCount

public int referenceCount

aggregatesAllowed

public boolean aggregatesAllowed

allowDoubleQuotedVariable

public boolean allowDoubleQuotedVariable
Constructor Detail

ParseInfo

public ParseInfo()
Method Detail

allowDoubleQuotedVariable

public boolean allowDoubleQuotedVariable()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2009. All Rights Reserved.