com.mysema.query.apt
Class EntityElementVisitor

java.lang.Object
  extended by javax.lang.model.util.AbstractElementVisitor6<R,P>
      extended by javax.lang.model.util.SimpleElementVisitor6<EntityModel,Void>
          extended by com.mysema.query.apt.EntityElementVisitor
All Implemented Interfaces:
ElementVisitor<EntityModel,Void>

@Immutable
public final class EntityElementVisitor
extends SimpleElementVisitor6<EntityModel,Void>

EntityElementVisitor is a an APT visitor for entity types

Author:
tiwe

Field Summary
 
Fields inherited from class javax.lang.model.util.SimpleElementVisitor6
DEFAULT_VALUE
 
Method Summary
 EntityModel visitType(TypeElement e, Void p)
           
 
Methods inherited from class javax.lang.model.util.SimpleElementVisitor6
defaultAction, visitExecutable, visitPackage, visitTypeParameter, visitVariable
 
Methods inherited from class javax.lang.model.util.AbstractElementVisitor6
visit, visit, visitUnknown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

visitType

public EntityModel visitType(TypeElement e,
                             Void p)
Specified by:
visitType in interface ElementVisitor<EntityModel,Void>
Overrides:
visitType in class SimpleElementVisitor6<EntityModel,Void>


Copyright © 2007-2009 Mysema Ltd. All Rights Reserved.