Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Eclipse JDT
2.1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
_
L
L2D
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
L2F
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
L2I
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LABELED_STATEMENT
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type
LabeledStatement
.
LabeledStatement
- class org.eclipse.jdt.core.dom.
LabeledStatement
.
Labeled statement AST node type.
LADD
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LALOAD
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LAND
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
lastIndexOf(char, char[])
- Static method in class org.eclipse.jdt.core.compiler.
CharOperation
Answers the last index in the array for which the corresponding character is equal to toBeFound starting from the end of the array.
lastIndexOf(char, char[], int)
- Static method in class org.eclipse.jdt.core.compiler.
CharOperation
Answers the last index in the array for which the corresponding character is equal to toBeFound stopping at the index startIndex.
lastIndexOf(char, char[], int, int)
- Static method in class org.eclipse.jdt.core.compiler.
CharOperation
Answers the last index in the array for which the corresponding character is equal to toBeFound starting from endIndex to startIndex.
LASTORE
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
lastSegment(char[], char)
- Static method in class org.eclipse.jdt.core.compiler.
CharOperation
Answers the last portion of a name given a separator.
LCMP
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LCONST_0
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LCONST_1
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LDC
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LDC_W
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LDC2_W
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LDIV
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LEFT_SHIFT
- Static variable in class org.eclipse.jdt.core.dom.
InfixExpression.Operator
Left shift "<<" operator.
LEFT_SHIFT_ASSIGN
- Static variable in class org.eclipse.jdt.core.dom.
Assignment.Operator
<<== operator.
LESS
- Static variable in class org.eclipse.jdt.core.dom.
InfixExpression.Operator
Less than "<" operator.
LESS_EQUALS
- Static variable in class org.eclipse.jdt.core.dom.
InfixExpression.Operator
Less than or equals "<=" operator.
LibraryLocation
- class org.eclipse.jdt.launching.
LibraryLocation
.
The location of a library (for example rt.jar).
LibraryLocation(IPath, IPath, IPath)
- Constructor for class org.eclipse.jdt.launching.
LibraryLocation
Creates a new library location.
LINE_NUMBER
- Static variable in interface org.eclipse.jdt.core.util.
IAttributeNamesConstants
lineBreakpointExists(String, int)
- Static method in class org.eclipse.jdt.debug.core.
JDIDebugModel
Returns a Java line breakpoint that is already registered with the breakpoint manager for a type with the given name at the given line number.
lineNumber(int)
- Method in class org.eclipse.jdt.core.dom.
CompilationUnit
Returns the line number corresponding to the given source character position in the original source string.
LINK_BROWSING_MEMBERS_TO_EDITOR
- Static variable in class org.eclipse.jdt.ui.
PreferenceConstants
A named preference that controls whether the members view's selection is linked to the active editor.
LINK_BROWSING_PACKAGES_TO_EDITOR
- Static variable in class org.eclipse.jdt.ui.
PreferenceConstants
A named preference that controls whether the packages view's selection is linked to the active editor.
LINK_BROWSING_PROJECTS_TO_EDITOR
- Static variable in class org.eclipse.jdt.ui.
PreferenceConstants
A named preference that controls whether the projects view's selection is linked to the active editor.
LINK_BROWSING_TYPES_TO_EDITOR
- Static variable in class org.eclipse.jdt.ui.
PreferenceConstants
A named preference that controls whether the types view's selection is linked to the active editor.
LINK_PACKAGES_TO_EDITOR
- Static variable in class org.eclipse.jdt.ui.
PreferenceConstants
A named preference that controls whether the package explorer's selection is linked to the active editor.
LINK_TYPEHIERARCHY_TO_EDITOR
- Static variable in class org.eclipse.jdt.ui.
PreferenceConstants
A named preference that controls whether the hierarchy view's selection is linked to the active editor.
LLOAD
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LLOAD_0
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LLOAD_1
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LLOAD_2
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LLOAD_3
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LMUL
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LNEG
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
loadDynamicJREArea()
- Method in class org.eclipse.jdt.debug.ui.launchConfigurations.
JavaJRETab
Show the contributed piece of UI that was registered for the install type of the currently selected VM.
loadTypeHierachy(InputStream, IProgressMonitor)
- Method in interface org.eclipse.jdt.core.
IType
Loads a previously saved ITypeHierarchy from an input stream.
LOCAL
- Static variable in class org.eclipse.jdt.core.
CorrectionEngine
This field is not intended to be used by client.
LOCAL_VAR_PREFIX
- Static variable in interface org.eclipse.jdt.core.eval.
ICodeSnippetRequestor
The prefix of fields that represent the local variables in a snippet class.
LOCAL_VARIABLE
- Static variable in interface org.eclipse.jdt.core.util.
IAttributeNamesConstants
LocalFileStorage
- class org.eclipse.jdt.launching.sourcelookup.
LocalFileStorage
.
Implementation of storage for a local file (
java.io.File
).
LocalFileStorage(File)
- Constructor for class org.eclipse.jdt.launching.sourcelookup.
LocalFileStorage
Constructs and returns storage for the given file.
LocalVariableIsNeverUsed
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
logErrors()
- Method in class org.eclipse.jdt.ui.jarpackager.
JarPackageData
Deprecated.
will be removed in final 2.0
logWarnings()
- Method in class org.eclipse.jdt.ui.jarpackager.
JarPackageData
Deprecated.
will be removed in final 2.0
LONG
- Static variable in class org.eclipse.jdt.core.dom.
PrimitiveType
Type code for the primitive type "long".
LOOKUPSWITCH
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LOR
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LREM
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LRETURN
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LSHL
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LSHR
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LSTORE
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LSTORE_0
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LSTORE_1
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LSTORE_2
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LSTORE_3
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LSUB
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LUSHR
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
LXOR
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Eclipse JDT
2.1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
_
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.