Uses of Interface
jedi.annotation.processor.model.Annotateable

Packages that use Annotateable
jedi.annotation.processor   
jedi.annotation.processor.model   
jedi.annotation.writer.factory   
jedi.annotation.writer.factorytype   
jedi.annotation.writer.method   
jedi.annotation.writer.method.receiver   
 

Uses of Annotateable in jedi.annotation.processor
 

Method parameters in jedi.annotation.processor with type arguments of type Annotateable
 void AnnotatedMemberDeclarationProcessor.process(Set<Annotateable> annotatedMemberDeclarations)
           
 

Uses of Annotateable in jedi.annotation.processor.model
 

Classes in jedi.annotation.processor.model that implement Annotateable
 class JediField
           
 class JediMethod
           
 

Methods in jedi.annotation.processor.model with parameters of type Annotateable
 int AnnotateableComparator.compare(Annotateable annotateable1, Annotateable annotateable2)
           
 

Uses of Annotateable in jedi.annotation.writer.factory
 

Method parameters in jedi.annotation.writer.factory with type arguments of type Annotateable
 void FactoryWriter.write(List<Annotateable> methods, FactoryType factoryType)
           
 

Constructors in jedi.annotation.writer.factory with parameters of type Annotateable
FactoryWriterException(String message, Annotateable method)
           
 

Uses of Annotateable in jedi.annotation.writer.factorytype
 

Methods in jedi.annotation.writer.factorytype with parameters of type Annotateable
 String FactoryType.getQualifiedTypeName(Annotateable annotateable)
           
 String StaticFactoryType.getSimpleTypeName(Annotateable annotateable)
           
 String InterfaceFactoryType.getSimpleTypeName(Annotateable annotateable)
           
 String InstanceFactoryType.getSimpleTypeName(Annotateable annotateable)
           
abstract  String FactoryType.getSimpleTypeName(Annotateable annotateable)
           
 String InterfaceFactoryType.getTypeDeclaration(Annotateable annotateable)
           
 String InstanceFactoryType.getTypeDeclaration(Annotateable annotateable)
           
abstract  String FactoryType.getTypeDeclaration(Annotateable annotateable)
           
 String ConcreteFactoryType.getTypeDeclaration(Annotateable annotateable)
           
 void StaticFactoryType.writeClassHeader(JavaWriter writer, Annotateable annotateable)
           
 void FactoryType.writeClassHeader(JavaWriter writer, Annotateable annotateable)
           
 

Uses of Annotateable in jedi.annotation.writer.method
 

Methods in jedi.annotation.writer.method that return Annotateable
protected  Annotateable AbstractFactoryMethodWriter.getMethod()
           
 

Methods in jedi.annotation.writer.method with parameters of type Annotateable
 boolean FactoryMethodWriter.canHandle(Annotateable method)
           
 boolean CompositeFactoryMethodWriter.canHandle(Annotateable method)
           
 boolean AbstractFactoryMethodWriter.canHandle(Annotateable method)
           
 void FactoryMethodWriter.execute(Annotateable method)
           
 void CompositeFactoryMethodWriter.execute(Annotateable method)
           
 void AbstractFactoryMethodWriter.execute(Annotateable method)
           
protected  List<Attribute> AbstractProxyFactoryMethodWriter.getExecuteMethodParameters(Annotateable method)
           
protected abstract  List<Attribute> AbstractFactoryMethodWriter.getExecuteMethodParameters(Annotateable method)
           
protected  List<Attribute> AbstractBasicFactoryMethodWriter.getExecuteMethodParameters(Annotateable method)
           
protected  boolean ProxyFunctorFactoryMethodWriter.hasCorrectReturnType(Annotateable method)
           
protected  boolean ProxyFilterFactoryMethodWriter.hasCorrectReturnType(Annotateable method)
           
protected  boolean ProxyCommandFactoryMethodWriter.hasCorrectReturnType(Annotateable method)
           
protected  boolean MembershipFilterFactoryMethodWriter.hasCorrectReturnType(Annotateable method)
           
protected  boolean FunctorFactoryMethodWriter.hasCorrectReturnType(Annotateable method)
           
protected  boolean FilterFactoryMethodWriter.hasCorrectReturnType(Annotateable method)
           
protected  boolean EqualsFilterFactoryMethodWriter.hasCorrectReturnType(Annotateable method)
           
protected  boolean CommandFactoryMethodWriter.hasCorrectReturnType(Annotateable method)
           
protected abstract  boolean AbstractFactoryMethodWriter.hasCorrectReturnType(Annotateable method)
           
 

Uses of Annotateable in jedi.annotation.writer.method.receiver
 

Methods in jedi.annotation.writer.method.receiver with parameters of type Annotateable
 void ReceiverInvocationWriter.write(Annotateable method, JavaWriter printWriter, boolean returnRequired)
           
protected  void ReceiverInvocationWriter.writeInvocation(Annotateable method, JavaWriter printWriter)
           
protected  void MembershipFilterReceiverInvocationWriter.writeInvocation(Annotateable method, JavaWriter printWriter)
           
protected  void EqualsFilterReceiverInvocationWriter.writeInvocation(Annotateable method, JavaWriter printWriter)
           
 



Copyright © 2011. All Rights Reserved.