Uses of Class
jedi.annotation.writer.JavaWriter

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

Uses of JavaWriter in jedi.annotation.processor.model
 

Methods in jedi.annotation.processor.model with parameters of type JavaWriter
 void JediMethod.writeGenericTypeParameters(JavaWriter writer)
           
 void JediField.writeGenericTypeParameters(JavaWriter writer)
           
 void Annotateable.writeGenericTypeParameters(JavaWriter writer)
           
 void JediMethod.writeInvocation(JavaWriter writer, String receiverName)
           
 void JediField.writeInvocation(JavaWriter writer, String receiverName)
           
 void Annotateable.writeInvocation(JavaWriter printWriter, String receiverName)
           
 

Uses of JavaWriter in jedi.annotation.writer
 

Methods in jedi.annotation.writer that return JavaWriter
 JavaWriter JavaWriter.closeBlock()
           
 JavaWriter JavaWriter.openBlock()
           
 JavaWriter JavaWriter.print(char c)
           
 JavaWriter JavaWriter.print(String s)
           
 JavaWriter JavaWriter.printBoxedFormalParameters(Collection<Attribute> parameters, boolean requiresLeadingComma)
           
 JavaWriter JavaWriter.printFormalParameters(Collection<Attribute> parameters, boolean requiresLeadingComma)
           
 JavaWriter JavaWriter.println()
           
 JavaWriter JavaWriter.println(char c)
           
 JavaWriter JavaWriter.println(String s)
           
 

Uses of JavaWriter in jedi.annotation.writer.factorytype
 

Methods in jedi.annotation.writer.factorytype with parameters of type JavaWriter
 void StaticFactoryType.writeClassHeader(JavaWriter writer, Annotateable annotateable)
           
 void FactoryType.writeClassHeader(JavaWriter writer, Annotateable annotateable)
           
 void StaticFactoryType.writeMethodBody(ClosureFragmentWriter fragmentWriter, JavaWriter javaWriter)
           
 void InterfaceFactoryType.writeMethodBody(ClosureFragmentWriter writer, JavaWriter javaWriter)
           
abstract  void FactoryType.writeMethodBody(ClosureFragmentWriter writer, JavaWriter javaWriter)
           
 void ConcreteFactoryType.writeMethodBody(ClosureFragmentWriter fragmentWriter, JavaWriter javaWriter)
           
 void StaticFactoryType.writeMethodModifiers(JavaWriter writer)
           
 void InterfaceFactoryType.writeMethodModifiers(JavaWriter writer)
           
 void InstanceFactoryType.writeMethodModifiers(JavaWriter writer)
           
abstract  void FactoryType.writeMethodModifiers(JavaWriter writer)
           
 

Uses of JavaWriter in jedi.annotation.writer.method
 

Methods in jedi.annotation.writer.method that return JavaWriter
protected  JavaWriter AbstractFactoryMethodWriter.getWriter()
           
 

Methods in jedi.annotation.writer.method with parameters of type JavaWriter
 void FactoryMethodWriter.initialise(JavaWriter writer, FactoryType factoryType)
           
 void CompositeFactoryMethodWriter.initialise(JavaWriter writer, FactoryType factoryType)
           
 void AbstractFactoryMethodWriter.initialise(JavaWriter writer, FactoryType factoryType)
           
 

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

Methods in jedi.annotation.writer.method.receiver with parameters of type JavaWriter
 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.