JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
J
L
O
P
R
V
W
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
J
J2ObjCIncompatible
- Annotation Type in
com.google.j2objc.annotations
Marks a declaration to be stripped by the J2ObjC translator prior to compilation.
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.
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.
P
Property
- Annotation Type in
com.google.j2objc.annotations
Adds property declarations to generated Objective-C for annotated fields.
R
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! Note the criteria listed below which cannot be enforced by static analysis in j2objc.
V
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.
A
C
J
L
O
P
R
V
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017. All rights reserved.