Uses of Class
org.apache.beehive.controls.runtime.generator.apt.TwoPhaseAnnotationProcessor

Packages that use TwoPhaseAnnotationProcessor
org.apache.beehive.controls.runtime.generator   
org.apache.beehive.controls.runtime.generator.apt   
 

Uses of TwoPhaseAnnotationProcessor in org.apache.beehive.controls.runtime.generator
 

Constructors in org.apache.beehive.controls.runtime.generator with parameters of type TwoPhaseAnnotationProcessor
AptContextField(AptControlImplementation controlImpl, FieldDeclaration fieldDecl, TwoPhaseAnnotationProcessor ap)
          Base constructor, protected so only a custom subclass can invoke
AptControlClient(Declaration decl, TwoPhaseAnnotationProcessor ap)
          Constructs a new ControlClient instance where information is derived from APT metadata
AptControlField(AptType controlClient, FieldDeclaration controlDecl, TwoPhaseAnnotationProcessor ap)
          Base constructor, protected so only a custom subclass can invoke
AptControlImplementation(Declaration decl, TwoPhaseAnnotationProcessor ap)
          Constructs a new AptControlImplementation instance where information is derived from APT metadata
AptControlInterface(Declaration decl, TwoPhaseAnnotationProcessor ap)
          Constructs a new AptControlInterface instance where interface information is derived from an APT interface declaration
AptEvent(AptEventSet eventSet, MethodDeclaration eventDecl, TwoPhaseAnnotationProcessor ap)
          Constructs a new AptEvent instance from APT metadata
AptEventHandler(AptEvent event, MethodDeclaration handlerDecl, TwoPhaseAnnotationProcessor ap)
          Constructs a new AptEventHandler instance from APT metadata
AptEventSet(AptControlInterface controlIntf, InterfaceDeclaration eventSet, TwoPhaseAnnotationProcessor ap)
          Constructs a new AptEventSet instance from APT metadata
AptMethod(MethodDeclaration methodDecl, TwoPhaseAnnotationProcessor ap)
          Constructs a new AptMethod instance associated with a specific method declaration
AptOperation(AptControlInterface controlIntf, MethodDeclaration methodDecl, TwoPhaseAnnotationProcessor ap)
          Constructs a new ControlOperation instance where interface information is derived from APT metadata
AptProperty(AptPropertySet propertySet, AnnotationTypeElementDeclaration propDecl, TwoPhaseAnnotationProcessor ap)
          Constructs a new AptProperty instance from APT metadata
AptPropertySet(AptControlInterface controlIntf, Declaration propertySet, TwoPhaseAnnotationProcessor ap)
          Constructs a new AptPropertySet instance from APT metadata
 

Uses of TwoPhaseAnnotationProcessor in org.apache.beehive.controls.runtime.generator.apt
 

Subclasses of TwoPhaseAnnotationProcessor in org.apache.beehive.controls.runtime.generator.apt
 class ControlAnnotationProcessor
           
 class ControlClientAnnotationProcessor
           
 class ControlMemberTypeAnnotationProcessor
           
 class ControlSecondaryAnnotationProcessor
          Currently, the sole purpose of this annotation processor is to suppress warning messages from apt regarding "annotations without processors".