org.objectweb.speedo.query.ejb.parser
Class EJBQLVariableVisitor

java.lang.Object
  extended by org.objectweb.speedo.query.lib.SpeedoQueryHelper
      extended by org.objectweb.speedo.query.ejb.parser.EJBQLAbstractVisitor
          extended by org.objectweb.speedo.query.ejb.parser.EJBQLVariableVisitor
All Implemented Interfaces:
org.objectweb.jorm.util.api.Loggable, EJBQLVisitor

public class EJBQLVariableVisitor
extends EJBQLAbstractVisitor

Author:
Alexandre Lefebvre

Nested Class Summary
 
Nested classes/interfaces inherited from class org.objectweb.speedo.query.lib.SpeedoQueryHelper
SpeedoQueryHelper.IdValue
 
Field Summary
 
Fields inherited from class org.objectweb.speedo.query.lib.SpeedoQueryHelper
curClass, debug, ids, includeSubClasses, jmiManager, logger
 
Constructor Summary
EJBQLVariableVisitor(SimpleNode ejbql)
           
 
Method Summary
 java.util.Map getFields()
          get the Map that was built from visiting the lexical query tree This map allows to get the org.objectweb.medor.api.Field from its name (ident or path).
 
Methods inherited from class org.objectweb.speedo.query.ejb.parser.EJBQLAbstractVisitor
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
 
Methods inherited from class org.objectweb.speedo.query.lib.SpeedoQueryHelper
define, extent, getLogger, getLoggerFactory, mergePath, mergePath, setLogger, setLoggerFactory, splitPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBQLVariableVisitor

public EJBQLVariableVisitor(SimpleNode ejbql)
                     throws SpeedoException
Throws:
SpeedoException
Method Detail

getFields

public java.util.Map getFields()
get the Map that was built from visiting the lexical query tree This map allows to get the org.objectweb.medor.api.Field from its name (ident or path).

Returns:
the Fields map