Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Eclipse JDT
Release 3.0
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
Y
Z
_
T
TAB
- Static variable in class org.eclipse.jdt.core.
JavaCore
Possible configurable option value.
TABLESWITCH
- Static variable in interface org.eclipse.jdt.core.util.
IOpcodeMnemonics
TAGS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
Javadoc
The "tags" structural property of this node type.
TAG_AUTHOR
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@author").
TAG_DEPRECATED
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@deprecated").
TAG_DOCROOT
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard inline doc tag name (value "@docRoot").
TAG_ELEMENT
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type TagElement.
TAG_EXCEPTION
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@exception").
TAG_INHERITDOC
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard inline doc tag name (value "@inheritDoc").
TAG_LINK
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard inline doc tag name (value "@link").
TAG_LINKPLAIN
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard inline doc tag name (value "@linkplain").
TAG_NAME_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
The "tagName" structural property of this node type.
TAG_PARAM
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@param").
TAG_RETURN
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@return").
TAG_SEE
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@see").
TAG_SERIAL
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@serial").
TAG_SERIALDATA
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@serialData").
TAG_SERIALFIELD
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@serialField").
TAG_SINCE
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@since").
TAG_THROWS
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@throws").
TAG_VALUE
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard inline doc tag name (value "@value").
TAG_VERSION
- Static variable in class org.eclipse.jdt.core.dom.
TagElement
Standard doc tag name (value "@version").
TARGET_EXCEPTION
- Static variable in interface org.eclipse.jdt.core.
IJavaModelStatusConstants
Status constant indicating that a TargetException occurred.
TARGET_ID_HIERARCHY_VIEW
- Static variable in interface org.eclipse.jdt.ui.
IContextMenuConstants
Type hierarchy view part: pop-up menu target ID for type hierarchy viewer (value "org.eclipse.jdt.ui.TypeHierarchy.typehierarchy").
TARGET_ID_MEMBERS_VIEW
- Static variable in interface org.eclipse.jdt.ui.
IContextMenuConstants
Type hierarchy view part: pop-up menu target ID for the meber viewer (value "org.eclipse.jdt.ui.TypeHierarchy.members").
TARGET_ID_SUBTYPES_VIEW
- Static variable in interface org.eclipse.jdt.ui.
IContextMenuConstants
Type hierarchy view part: Pop-up menu target ID for the subtype hierarchy viewer (value "org.eclipse.jdt.ui.TypeHierarchy.subtypes").
TARGET_ID_SUPERTYPES_VIEW
- Static variable in interface org.eclipse.jdt.ui.
IContextMenuConstants
Type hierarchy view part: pop-up menu target ID for supertype hierarchy viewer (value "org.eclipse.jdt.ui.TypeHierarchy.supertypes").
TASK_MARKER
- Static variable in interface org.eclipse.jdt.core.
IJavaModelMarker
Java model task marker type (value "org.eclipse.jdt.core.task").
TASK_TAG
- Static variable in interface org.eclipse.jdt.ui.text.
IJavaColorConstants
The color key for task tags in java comments (value "java_comment_task_tag").
TEMPLATES_USE_CODEFORMATTER
- Static variable in class org.eclipse.jdt.ui.
PreferenceConstants
A named preference that controls if templates are formatted when applied.
TEXT_ELEMENT
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type TextElement.
TEXT_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
TextElement
The "test" structural property of this node type.
THEN_EXPRESSION_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
ConditionalExpression
The "thenExpression" structural property of this node type.
THEN_STATEMENT_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
IfStatement
The "thenStatement" structural property of this node type.
THIS_EXPRESSION
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type ThisExpression.
THROWN_EXCEPTIONS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
MethodDeclaration
The "thrownExceptions" structural property of this node type).
THROW_STATEMENT
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type ThrowStatement.
TIMES
- Static variable in class org.eclipse.jdt.core.dom.
InfixExpression.Operator
Multiplication "*" operator.
TIMES_ASSIGN
- Static variable in class org.eclipse.jdt.core.dom.
Assignment.Operator
= operator.
TOGGLE_COMMENT
- Static variable in interface org.eclipse.jdt.ui.actions.
IJavaEditorActionDefinitionIds
Action definition ID of the source -> toggle comment action (value "org.eclipse.jdt.ui.edit.text.java.toggle.comment").
TOGGLE_COMMENT
- Static variable in class org.eclipse.jdt.ui.actions.
JdtActionConstants
Source menu: name of standard ToggleComment global action (value "org.eclipse.jdt.ui.actions.ToggleComment").
TOGGLE_MARK_OCCURRENCES
- Static variable in interface org.eclipse.jdt.ui.actions.
IJavaEditorActionDefinitionIds
Action definition id of toggle mark occurrences action (value: "org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences").
TOGGLE_PRESENTATION
- Static variable in interface org.eclipse.jdt.ui.actions.
IJavaEditorActionDefinitionIds
Deprecated.
as of 3.0 replaced by
ITextEditorActionDefinitionIds.TOGGLE_SHOW_SELECTED_ELEMENT_ONLY
TOGGLE_SMART_TYPING
- Static variable in interface org.eclipse.jdt.ui.actions.
IJavaEditorActionDefinitionIds
Action definition ID of the edit -> smart typing action (value "org.eclipse.jdt.smartTyping.toggle").
TOGGLE_TEXT_HOVER
- Static variable in interface org.eclipse.jdt.ui.actions.
IJavaEditorActionDefinitionIds
Action definition ID of the toggle text hover tool bar button action (value "org.eclipse.jdt.ui.edit.text.java.toggle.text.hover").
TOKEN_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
NumberLiteral
The "token" structural property of this node type.
TOO_MANY_BYTES
- Static variable in class org.eclipse.jdt.core.util.
ClassFormatException
TRANSIENT
- Static variable in class org.eclipse.jdt.core.dom.
Modifier
"transient" modifier constant (bit mask).
TRANSIENT_KEYWORD
- Static variable in class org.eclipse.jdt.core.dom.
Modifier.ModifierKeyword
"transient" modifier with flag value
Modifier.TRANSIENT
.
TRANSIENT_PROBLEM
- Static variable in interface org.eclipse.jdt.core.
IJavaModelMarker
Java model transient problem marker type (value "org.eclipse.jdt.core.transient_problem").
TRUE
- Static variable in class org.eclipse.jdt.core.formatter.
DefaultCodeFormatterConstants
FORMATTER / Value to set an option to false.
TRY_STATEMENT
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type TryStatement.
TYPE
- Static variable in interface org.eclipse.jdt.core.
IJavaElement
Constant representing a type (a class or interface).
TYPE
- Static variable in interface org.eclipse.jdt.core.dom.
IBinding
Kind constant (value 2) indicating a type binding.
TYPE
- Static variable in interface org.eclipse.jdt.core.jdom.
IDOMNode
Deprecated.
Node type constant indicating a type declaration.
TYPE
- Static variable in interface org.eclipse.jdt.core.search.
IJavaSearchConstants
The searched element is a type.
TYPEFILTER_DISABLED
- Static variable in class org.eclipse.jdt.ui.
PreferenceConstants
A named preference that holds a list of semicolon separated fully qualified type names with wild card characters.
TYPEFILTER_ENABLED
- Static variable in class org.eclipse.jdt.ui.
PreferenceConstants
A named preference that holds a list of semicolon separated fully qualified type names with wild card characters.
TYPENAME
- Static variable in class org.eclipse.jdt.ui.wizards.
NewTypeWizardPage
Field ID of the type name input field.
TYPES_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
CompilationUnit
The "types" structural property of this node type.
TYPE_ARGUMENTS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
ClassInstanceCreation
The "typeArguments" structural property of this node type (added in JLS3 API).
TYPE_ARGUMENTS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
ConstructorInvocation
The "typeArguments" structural property of this node type (added in JLS3 API).
TYPE_ARGUMENTS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
MethodInvocation
The "typeArguments" structural property of this node type (added in JLS3 API).
TYPE_ARGUMENTS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
ParameterizedType
The "typeArguments" structural property of this node type.
TYPE_ARGUMENTS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
SuperConstructorInvocation
The "typeArguments" structural property of this node type (added in JLS3 API).
TYPE_ARGUMENTS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
SuperMethodInvocation
The "typeArguments" structural property of this node type (added in JLS3 API).
TYPE_BOUNDS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
TypeParameter
The "typeBounds" structural property of this node type.
TYPE_CLASS
- Static variable in interface org.eclipse.jdt.debug.core.
IJavaClassPrepareBreakpoint
Constant indicating a class prepare breakpoint is associated with a class type.
TYPE_DECLARATION
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type TypeDeclaration.
TYPE_DECLARATION_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
TypeDeclarationStatement
The "typeDeclaration" structural property of this node type (JLS2 API only).
TYPE_DECLARATION_STATEMENT
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type TypeDeclarationStatement.
TYPE_ID
- Static variable in class org.eclipse.jdt.launching.sourcelookup.containers.
ClasspathContainerSourceContainer
Unique identifier for
Java project
source container type (value org.eclipse.jdt.launching.sourceContainer.classpathContainer).
TYPE_ID
- Static variable in class org.eclipse.jdt.launching.sourcelookup.containers.
ClasspathVariableSourceContainer
Unique identifier for
Java project
source container type (value org.eclipse.jdt.launching.sourceContainer.classpathVariable).
TYPE_ID
- Static variable in class org.eclipse.jdt.launching.sourcelookup.containers.
JavaProjectSourceContainer
Unique identifier for
Java project
source container type (value org.eclipse.jdt.launching.sourceContainer.javaProject).
TYPE_ID
- Static variable in class org.eclipse.jdt.launching.sourcelookup.containers.
PackageFragmentRootSourceContainer
Unique identifier for
Java project
source container type (value org.eclipse.jdt.launching.sourceContainer.packageFragmentRoot).
TYPE_INTERFACE
- Static variable in interface org.eclipse.jdt.debug.core.
IJavaClassPrepareBreakpoint
Constant indicating a class prepare breakpoint is associated with an interface type.
TYPE_LITERAL
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type TypeLiteral.
TYPE_NAME_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
MarkerAnnotation
The "typeName" structural property of this node type.
TYPE_NAME_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
NormalAnnotation
The "typeName" structural property of this node type.
TYPE_NAME_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
SingleMemberAnnotation
The "typeName" structural property of this node type.
TYPE_PARAMETER
- Static variable in class org.eclipse.jdt.core.dom.
ASTNode
Node type constant indicating a node of type TypeParameter.
TYPE_PARAMETERS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
MethodDeclaration
The "typeParameters" structural property of this node type (added in JLS3 API).
TYPE_PARAMETERS_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
TypeDeclaration
The "typeParameters" structural property of this node type (added in JLS3 API).
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
AnnotationTypeMemberDeclaration
The "type" structural property of this node type.
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
ArrayCreation
The "type" structural property of this node type.
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
CastExpression
The "type" structural property of this node type.
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
ClassInstanceCreation
The "type" structural property of this node type (added in JLS3 API).
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
FieldDeclaration
The "type" structural property of this node type.
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
MethodRefParameter
The "type" structural property of this node type.
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
ParameterizedType
The "type" structural property of this node type.
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
SingleVariableDeclaration
The "type" structural property of this node type.
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
TypeLiteral
The "type" structural property of this node type.
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
VariableDeclarationExpression
The "type" structural property of this node type.
TYPE_PROPERTY
- Static variable in class org.eclipse.jdt.core.dom.
VariableDeclarationStatement
The "type" structural property of this node type.
TYPE_REF
- Static variable in class org.eclipse.jdt.core.
CompletionProposal
Completion is a reference to a type.
TYPE_VARIABLE_SIGNATURE
- Static variable in class org.eclipse.jdt.core.
Signature
Kind constant for a type variable signature.
TagElement
- class org.eclipse.jdt.core.dom.
TagElement
.
AST node for a tag within a doc comment.
Task
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TextChange
- class org.eclipse.ltk.core.refactoring.
TextChange
.
A text change is a special change object that applies a
text edit tree
to a document.
TextChange(String)
- Constructor for class org.eclipse.ltk.core.refactoring.
TextChange
Creates a new text change with the specified name.
TextEditChangeGroup
- class org.eclipse.ltk.core.refactoring.
TextEditChangeGroup
.
This class is a wrapper around a
TextEditGroup
adding support for marking a group as active and inactive.
TextEditChangeGroup(TextChange, TextEditGroup)
- Constructor for class org.eclipse.ltk.core.refactoring.
TextEditChangeGroup
Creates new TextEditChangeGroup for the given TextChange and TextEditGroup.
TextElement
- class org.eclipse.jdt.core.dom.
TextElement
.
AST node for a text element within a doc comment.
TextFileChange
- class org.eclipse.ltk.core.refactoring.
TextFileChange
.
A special
TextChange
that operates on a IFile.
TextFileChange(String, IFile)
- Constructor for class org.eclipse.ltk.core.refactoring.
TextFileChange
Creates a new TextFileChange for the given file.
TextStatusContextViewer
- class org.eclipse.ltk.ui.refactoring.
TextStatusContextViewer
.
An abstract base implementation of a status context viewer that presents textual context information.
TextStatusContextViewer()
- Constructor for class org.eclipse.ltk.ui.refactoring.
TextStatusContextViewer
ThisExpression
- class org.eclipse.jdt.core.dom.
ThisExpression
.
Simple or qualified "this" AST node type.
ThisInStaticContext
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
ThisSuperDuringConstructorInvocation
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
ThrowStatement
- class org.eclipse.jdt.core.dom.
ThrowStatement
.
Throw statement AST node type.
TokenNameAND
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameAND_AND
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameAND_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameAT
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
"@" token (added in J2SE 1.5).
TokenNameCOLON
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameCOMMA
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameCOMMENT_BLOCK
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameCOMMENT_JAVADOC
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameCOMMENT_LINE
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameCharacterLiteral
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameDIVIDE
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameDIVIDE_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameDOT
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameDoubleLiteral
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameELLIPSIS
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
"..." token (added in J2SE 1.5).
TokenNameEOF
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameEQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameEQUAL_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameERROR
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameFloatingPointLiteral
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameGREATER
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameGREATER_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameIdentifier
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameIntegerLiteral
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameLBRACE
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameLBRACKET
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameLEFT_SHIFT
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameLEFT_SHIFT_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameLESS
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameLESS_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameLPAREN
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameLongLiteral
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameMINUS
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameMINUS_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameMINUS_MINUS
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameMULTIPLY
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameMULTIPLY_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameNOT
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameNOT_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameOR
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameOR_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameOR_OR
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamePLUS
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamePLUS_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamePLUS_PLUS
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameQUESTION
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameRBRACE
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameRBRACKET
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameREMAINDER
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameREMAINDER_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameRIGHT_SHIFT
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameRIGHT_SHIFT_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameRPAREN
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameSEMICOLON
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameStringLiteral
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameTWIDDLE
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameUNSIGNED_RIGHT_SHIFT
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameUNSIGNED_RIGHT_SHIFT_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameWHITESPACE
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameXOR
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameXOR_EQUAL
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameabstract
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameassert
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
"assert" token (added in J2SE 1.4).
TokenNameboolean
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamebreak
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamebyte
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamecase
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamecatch
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamechar
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameclass
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamecontinue
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamedefault
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamedo
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamedouble
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameelse
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameenum
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
"enum" keyword (added in J2SE 1.5).
TokenNameextends
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamefalse
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamefinal
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamefinally
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamefloat
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamefor
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameif
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameimplements
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameimport
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameinstanceof
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameint
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameinterface
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamelong
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamenative
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamenew
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamenull
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamepackage
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameprivate
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameprotected
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamepublic
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamereturn
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameshort
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamestatic
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamestrictfp
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamesuper
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNameswitch
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamesynchronized
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamethis
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamethrow
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamethrows
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNametransient
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNametrue
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNametry
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamevoid
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamevolatile
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TokenNamewhile
- Static variable in interface org.eclipse.jdt.core.compiler.
ITerminalSymbols
TooManyArgumentSlots
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TooManyArrayDimensions
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TooManyBytesForStringConstant
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TooManyConstantsInConstantPool
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TooManyFields
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TooManyLocalVariableSlots
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TooManyMethods
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TooManySyntheticArgumentSlots
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
ToolFactory
- class org.eclipse.jdt.core.
ToolFactory
.
Factory for creating various compiler tools, such as scanners, parsers and compilers.
ToolFactory()
- Constructor for class org.eclipse.jdt.core.
ToolFactory
TryStatement
- class org.eclipse.jdt.core.dom.
TryStatement
.
Try statement AST node type.
Type
- class org.eclipse.jdt.core.dom.
Type
.
Abstract base class of all type AST node types.
TypeCollidesWithPackage
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TypeDeclaration
- class org.eclipse.jdt.core.dom.
TypeDeclaration
.
Type declaration AST node type.
TypeDeclarationMatch
- class org.eclipse.jdt.core.search.
TypeDeclarationMatch
.
A Java search match that represents a type declaration.
TypeDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource)
- Constructor for class org.eclipse.jdt.core.search.
TypeDeclarationMatch
Creates a new type declaration match.
TypeDeclarationStatement
- class org.eclipse.jdt.core.dom.
TypeDeclarationStatement
.
Local type declaration statement AST node type.
TypeLiteral
- class org.eclipse.jdt.core.dom.
TypeLiteral
.
Type literal AST node type.
TypeMismatch
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
TypeParameter
- class org.eclipse.jdt.core.dom.
TypeParameter
.
Type parameter node (added in JLS3 API).
TypeReferenceMatch
- class org.eclipse.jdt.core.search.
TypeReferenceMatch
.
A Java search match that represents a type reference.
TypeReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource)
- Constructor for class org.eclipse.jdt.core.search.
TypeReferenceMatch
Creates a new type reference match.
TypeRelated
- Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
Problem Categories The high bits of a problem ID contains information about the category of a problem.
tags()
- Method in class org.eclipse.jdt.core.dom.
Javadoc
Returns the live list of tag elements that make up this doc comment.
terminateEvaluation()
- Method in interface org.eclipse.jdt.debug.core.
IJavaThread
Attempts to terminate the currently executing IEvaluationRunnable in this thread, if any.
testEnded(String, String)
- Method in interface org.eclipse.jdt.junit.
ITestRunListener
An individual test has ended.
testFailed(int, String, String, String)
- Method in interface org.eclipse.jdt.junit.
ITestRunListener
An individual test has failed with a stack trace.
testReran(String, String, String, int, String)
- Method in interface org.eclipse.jdt.junit.
ITestRunListener
An individual test has been rerun.
testRunEnded(long)
- Method in interface org.eclipse.jdt.junit.
ITestRunListener
A test run has ended.
testRunStarted(int)
- Method in interface org.eclipse.jdt.junit.
ITestRunListener
A test run has started.
testRunStopped(long)
- Method in interface org.eclipse.jdt.junit.
ITestRunListener
A test run has been stopped prematurely.
testRunTerminated()
- Method in interface org.eclipse.jdt.junit.
ITestRunListener
The VM instance performing the tests has terminated.
testStarted(String, String)
- Method in interface org.eclipse.jdt.junit.
ITestRunListener
An individual test has started.
thrownExceptions()
- Method in class org.eclipse.jdt.core.dom.
MethodDeclaration
Returns the live ordered list of thrown exception names in this method declaration.
toCharArray(char[], char[], char[][], boolean, boolean)
- Static method in class org.eclipse.jdt.core.
Signature
Converts the given method signature to a readable form.
toCharArray(char[])
- Static method in class org.eclipse.jdt.core.
Signature
Converts the given type signature to a readable string.
toCode(String)
- Static method in class org.eclipse.jdt.core.dom.
PrimitiveType
Returns the primitive type code corresponding to the given string, or null if none.
toFlagValue()
- Method in class org.eclipse.jdt.core.dom.
Modifier.ModifierKeyword
Returns the modifier flag value corresponding to this modifier keyword.
toKeyword(String)
- Static method in class org.eclipse.jdt.core.dom.
Modifier.ModifierKeyword
Returns the modifier corresponding to the given string, or null if none.
toLowerCase(char[])
- Static method in class org.eclipse.jdt.core.compiler.
CharOperation
Answers the result of a char[] conversion to lowercase.
toOperator(String)
- Static method in class org.eclipse.jdt.core.dom.
Assignment.Operator
Returns the assignment operator corresponding to the given string, or null if none.
toOperator(String)
- Static method in class org.eclipse.jdt.core.dom.
InfixExpression.Operator
Returns the infix operator corresponding to the given string, or null if none.
toOperator(String)
- Static method in class org.eclipse.jdt.core.dom.
PostfixExpression.Operator
Returns the postfix operator corresponding to the given string, or null if none.
toOperator(String)
- Static method in class org.eclipse.jdt.core.dom.
PrefixExpression.Operator
Returns the prefix operator corresponding to the given string, or null if none.
toQualifiedName(char[][])
- Static method in class org.eclipse.jdt.core.
Signature
Converts the given array of qualified name segments to a qualified name.
toQualifiedName(String[])
- Static method in class org.eclipse.jdt.core.
Signature
Converts the given array of qualified name segments to a qualified name.
toString(int)
- Static method in class org.eclipse.jdt.core.
Flags
Returns a standard string describing the given modifier flags.
toString()
- Method in class org.eclipse.jdt.core.
JavaModelException
toString(String)
- Static method in class org.eclipse.jdt.core.
Signature
Converts the given type signature to a readable string.
toString(String, String, String[], boolean, boolean)
- Static method in class org.eclipse.jdt.core.
Signature
Converts the given method signature to a readable string.
toString(char[][])
- Static method in class org.eclipse.jdt.core.compiler.
CharOperation
Answers a string which is the concatenation of the given array using the '.' as a separator.
toString()
- Method in class org.eclipse.jdt.core.dom.
ASTNode
Returns a string representation of this node suitable for debugging purposes only.
toString()
- Method in class org.eclipse.jdt.core.dom.
Assignment.Operator
Returns the character sequence for the operator.
toString()
- Method in interface org.eclipse.jdt.core.dom.
IBinding
Returns a string representation of this binding suitable for debugging purposes only.
toString()
- Method in class org.eclipse.jdt.core.dom.
InfixExpression.Operator
Returns the character sequence for the operator.
toString()
- Method in class org.eclipse.jdt.core.dom.
Modifier.ModifierKeyword
Returns the keyword for the modifier.
toString()
- Method in class org.eclipse.jdt.core.dom.
PostfixExpression.Operator
Returns the character sequence for the operator.
toString()
- Method in class org.eclipse.jdt.core.dom.
PrefixExpression.Operator
Returns the character sequence for the operator.
toString()
- Method in class org.eclipse.jdt.core.dom.
PrimitiveType.Code
Returns the standard name of the primitive type.
toString()
- Method in class org.eclipse.jdt.core.dom.
StructuralPropertyDescriptor
Returns a string suitable for debug purposes.
toString()
- Method in class org.eclipse.jdt.core.dom.rewrite.
ASTRewrite
Returns a string suitable for debugging purposes (only).
toString()
- Method in class org.eclipse.jdt.core.search.
SearchMatch
toString()
- Method in class org.eclipse.jdt.core.search.
SearchPattern
toString()
- Method in class org.eclipse.ltk.core.refactoring.
CompositeChange
toString()
- Method in class org.eclipse.ltk.core.refactoring.
Refactoring
toString()
- Method in class org.eclipse.ltk.core.refactoring.
RefactoringStatus
toString()
- Method in class org.eclipse.ltk.core.refactoring.
RefactoringStatusContext
toString()
- Method in class org.eclipse.ltk.core.refactoring.
RefactoringStatusEntry
toString()
- Method in class org.eclipse.ltk.core.refactoring.participants.
ProcessorBasedRefactoring
toStrings(char[][])
- Static method in class org.eclipse.jdt.core.compiler.
CharOperation
Answers an array of strings from the given array of char array.
track(ASTNode)
- Method in class org.eclipse.jdt.core.dom.rewrite.
ASTRewrite
Returns an object that tracks the source range of the given node across the rewrite to its AST.
traverse(IBytecodeVisitor)
- Method in interface org.eclipse.jdt.core.util.
ICodeAttribute
Define a Java opcodes walker.
trim(char[])
- Static method in class org.eclipse.jdt.core.compiler.
CharOperation
Answers a new array removing leading and trailing spaces (' ').
turnOff(int)
- Method in class org.eclipse.jdt.ui.
JavaElementLabelProvider
Turns off the rendering options specified in the given flags.
turnOn(int)
- Method in class org.eclipse.jdt.ui.
JavaElementLabelProvider
Turns on the rendering options specified in the given flags.
typeArguments()
- Method in class org.eclipse.jdt.core.dom.
ClassInstanceCreation
Returns the live ordered list of type arguments of this class instance creation (added in JLS3 API).
typeArguments()
- Method in class org.eclipse.jdt.core.dom.
ConstructorInvocation
Returns the live ordered list of type arguments of this constructor invocation (added in JLS3 API).
typeArguments()
- Method in class org.eclipse.jdt.core.dom.
MethodInvocation
Returns the live ordered list of type arguments of this method invocation (added in JLS3 API).
typeArguments()
- Method in class org.eclipse.jdt.core.dom.
ParameterizedType
Returns the live ordered list of type arguments of this parameterized type.
typeArguments()
- Method in class org.eclipse.jdt.core.dom.
SuperConstructorInvocation
Returns the live ordered list of type arguments of this constructor invocation (added in JLS3 API).
typeArguments()
- Method in class org.eclipse.jdt.core.dom.
SuperMethodInvocation
Returns the live ordered list of type arguments of this method invocation (added in JLS3 API).
typeBounds()
- Method in class org.eclipse.jdt.core.dom.
TypeParameter
Returns the live ordered list of type bounds of this type parameter.
typeHierarchyChanged(ITypeHierarchy)
- Method in interface org.eclipse.jdt.core.
ITypeHierarchyChangedListener
Notifies that the given type hierarchy has changed in some way and should be refreshed at some point to make it consistent with the current state of the Java model.
typeNameChanged()
- Method in class org.eclipse.jdt.ui.wizards.
NewTypeWizardPage
Hook method that gets called when the type name has changed.
typeParameters()
- Method in class org.eclipse.jdt.core.dom.
MethodDeclaration
Returns the live ordered list of type parameters of this method declaration (added in JLS3 API).
typeParameters()
- Method in class org.eclipse.jdt.core.dom.
TypeDeclaration
Returns the live ordered list of type parameters of this type declaration (added in JLS3 API).
types()
- Method in class org.eclipse.jdt.core.dom.
CompilationUnit
Returns the live list of nodes for the top-level type declarations of this compilation unit, in order of appearance.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Eclipse JDT
Release 3.0
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
Y
Z
_
Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.