Uses of Class
org.apache.jdo.impl.jdoql.jdoqlc.TypeSupport

Packages that use TypeSupport
org.apache.jdo.impl.jdoql.jdoqlc   
org.apache.jdo.impl.jdoql.scope   
 

Uses of TypeSupport in org.apache.jdo.impl.jdoql.jdoqlc
 

Fields in org.apache.jdo.impl.jdoql.jdoqlc declared as TypeSupport
protected  TypeSupport JDOQLC.typeSupport
          Type support.
protected  TypeSupport Semantic.typeSupport
          The type support.
 

Methods in org.apache.jdo.impl.jdoql.jdoqlc with parameters of type TypeSupport
 void Semantic.init(TypeSupport typeSupport, ParameterTable paramtab, VariableTable vartab, ErrorMsg errorMsg)
           
 

Uses of TypeSupport in org.apache.jdo.impl.jdoql.scope
 

Fields in org.apache.jdo.impl.jdoql.scope declared as TypeSupport
protected  TypeSupport TypeNames.typeSupport
          The corresponding type table.
 

Constructors in org.apache.jdo.impl.jdoql.scope with parameters of type TypeSupport
TypeNames(TypeSupport typeSupport)
          Creates a new TypeNames instance.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.