Uses of Package
org.agrona.generation
-
Packages that use org.agrona.generation Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly.org.agrona.generation Utilities to support code generation and compilation in-memory. -
Classes in org.agrona.generation used by org.agrona.collections Class Description DoNotSub A marker annotation to tell the primitive expander not to substitute the line in question. -
Classes in org.agrona.generation used by org.agrona.generation Class Description CharSequenceJavaFileObject An implementation of aSimpleJavaFileObject
which stores the content in aCharSequence
.DynamicPackageOutputManager Extended version of theOutputManager
allowing the specification of packages for selected outputs.JavaClassObject ASimpleJavaFileObject
that is used to store the bytes for a java class in memory.OutputManager Abstraction that manages the destination of generated output.ResourceConsumer Consumer of a resource which can throwIOException
s.SpecialisationGenerator.Substitution Substitution to be performed on each code line.