A C F G J L N O P R U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AutoreleasePool - Annotation Type in com.google.j2objc.annotations
-
Annotation that indicates the translator should inject an autorelease pool around the method body.
C
- com.google.j2objc.annotations - package com.google.j2objc.annotations
F
- FAST_ENUMERATION - com.google.j2objc.annotations.LoopTranslation.LoopStyle
- FULL - com.google.j2objc.annotations.ReflectionSupport.Level
G
- GenerateObjectiveCGenerics - Annotation Type in com.google.j2objc.annotations
-
Annotation that specifies that the class should be generated using Objective-C lightweight generics.
J
- J2ObjCIncompatible - Annotation Type in com.google.j2objc.annotations
-
Marks a declaration to be stripped by the J2ObjC translator prior to compilation.
- JAVA_ITERATOR - com.google.j2objc.annotations.LoopTranslation.LoopStyle
L
- LoopTranslation - Annotation Type in com.google.j2objc.annotations
-
Annotation that specifies how an enhanced for loop should be translated by the J2ObjC translator.
- LoopTranslation.LoopStyle - Enum in com.google.j2objc.annotations
-
Enumerates the available translation options for enhanced for loops.
N
- NATIVE_ONLY - com.google.j2objc.annotations.ReflectionSupport.Level
O
- ObjectiveCName - Annotation Type in com.google.j2objc.annotations
-
Annotation that specifies what the Objective-C class, protocol, method, constructor or package declaration should be when translated.
- OnDealloc - Annotation Type in com.google.j2objc.annotations
-
Annotates a method which will be called from "- (void)dealloc" method in the transpiled ObjC code.
P
- Property - Annotation Type in com.google.j2objc.annotations
-
Adds property declarations to generated Objective-C for annotated fields.
- Property.Suppress - Annotation Type in com.google.j2objc.annotations
-
Prevents a method from being converted to a property when its class is annotated with `@Property`.
R
- reason() - Method in annotation type com.google.j2objc.annotations.Property.Suppress
- ReflectionSupport - Annotation Type in com.google.j2objc.annotations
-
Annotation that specifies the level of reflection support for a particular class.
- ReflectionSupport.Level - Enum in com.google.j2objc.annotations
-
Enumerates the available levels of reflection support.
- RetainedLocalRef - Annotation Type in com.google.j2objc.annotations
-
Annotation that indicates a local variable should be retained outside of any subsequent AutoreleasePool use.
- RetainedWith - Annotation Type in com.google.j2objc.annotations
-
PLEASE READ THIS DOCUMENTATION BEFORE USING THIS ANNOTATION!
U
- UsedByNative - Annotation Type in com.google.j2objc.annotations
-
Annotation used for marking types, methods and fields that are called from native code.
- UsedByReflection - Annotation Type in com.google.j2objc.annotations
-
Annotation used for marking types, methods and fields that are called by reflection.
V
- value() - Method in annotation type com.google.j2objc.annotations.LoopTranslation
- value() - Method in annotation type com.google.j2objc.annotations.ObjectiveCName
-
The Objective-C name to use for this element.
- value() - Method in annotation type com.google.j2objc.annotations.Property
- value() - Method in annotation type com.google.j2objc.annotations.ReflectionSupport
- valueOf(String) - Static method in enum com.google.j2objc.annotations.LoopTranslation.LoopStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.j2objc.annotations.ReflectionSupport.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.j2objc.annotations.LoopTranslation.LoopStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.j2objc.annotations.ReflectionSupport.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- Weak - Annotation Type in com.google.j2objc.annotations
-
Annotation that indicates a variable has a weak relationship to its owner.
- WeakOuter - Annotation Type in com.google.j2objc.annotations
-
Annotation that indicates an inner class has a weak relationship to its owning class.
All Classes All Packages