|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.query.parser.ParseInfo
public class ParseInfo
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int anonExprCount
public int anonCountCount
public int anonSumCount
public int anonAvgCount
public int anonMinCount
public int anonMaxCount
public int referenceCount
public boolean aggregatesAllowed
public boolean allowDoubleQuotedVariable
Constructor Detail |
---|
public ParseInfo()
Method Detail |
---|
public boolean allowDoubleQuotedVariable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |