Package | Description |
---|---|
org.apache.jdo.impl.jdoql.jdoqlc |
Modifier and Type | Field and Description |
---|---|
protected ErrorMsg |
JDOQLC.errorMsg
Error message helper.
|
protected ErrorMsg |
JDOQLParser.errorMsg
The error message support class.
|
protected ErrorMsg |
JDOQLLexer.errorMsg
The error message support class.
|
protected ErrorMsg |
Optimizer.errorMsg
The error message support class.
|
protected ErrorMsg |
Semantic.errorMsg
The error message support class.
|
Modifier and Type | Method and Description |
---|---|
static void |
JDOQLLexer.handleANTLRException(antlr.ANTLRException ex,
ErrorMsg errorMsg) |
void |
JDOQLParser.init(ErrorMsg errorMsg) |
void |
JDOQLLexer.init(ErrorMsg errorMsg) |
void |
Optimizer.init(org.apache.jdo.pm.PersistenceManagerInternal pm,
ParameterTable paramtab,
ErrorMsg errorMsg) |
void |
Semantic.init(TypeSupport typeSupport,
ParameterTable paramtab,
VariableTable vartab,
ErrorMsg errorMsg) |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.