Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- T_CATEGORY - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Prepend first category (if any) to type.
- T_CONTAINER_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Type names are type container qualified.
- T_FULLY_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Type names are fully qualified.
- T_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Type names are post qualified.
- T_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Type names contain type parameters.
- TAB - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "tab".
- TABLESWITCH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- TAG_API_NOTE - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Javadoc tag name (value "@apiNote").
- TAG_AUTHOR - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard doc tag name (value "@author").
- TAG_CODE - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard inline doc tag name (value "@code").
- 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_HIDDEN - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard doc tag name (value "@hidden").
- TAG_HIGHLIGHT - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard snippet doc tag name (value "@highlight").
- TAG_IMPL_NOTE - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Javadoc tag name (value "@implNote").
- TAG_IMPL_SPEC - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Javadoc tag name (value "@implSpec").
- TAG_INDEX - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard doc tag name (value "@index").
- 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_LITERAL - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard inline doc tag name (value "@literal").
- TAG_NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.JavaDocRegion
-
The "tagName" structural property of this node type (type:
String
). - TAG_NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
The "tagName" structural property of this node type (type:
String
). - TAG_PARAM - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard doc tag name (value "@param").
- TAG_PROPERTIES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
The "properties" structural property of this node type (element type:
TagProperty
). - TAG_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
TagProperty
. - TAG_PROPERTY_SNIPPET_ERROR - Static variable in class org.eclipse.jdt.core.dom.TagProperty
- TAG_PROPERTY_SNIPPET_ID - Static variable in class org.eclipse.jdt.core.dom.TagProperty
- TAG_PROPERTY_SNIPPET_INLINE_TAG_COUNT - Static variable in class org.eclipse.jdt.core.dom.TagProperty
- TAG_PROPERTY_SNIPPET_IS_VALID - Static variable in class org.eclipse.jdt.core.dom.TagProperty
- TAG_PROPERTY_SNIPPET_REGION_TEXT - Static variable in class org.eclipse.jdt.core.dom.TagProperty
- TAG_PROVIDES - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard doc tag name (value "@provides").
- TAG_REPLACE - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard snippet doc tag name (value "@replace").
- 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_SNIPPET - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard inline doc tag name (value "@snippet").
- TAG_SUMMARY - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard doc tag name (value "@summary").
- TAG_THROWS - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard doc tag name (value "@throws").
- TAG_USES - Static variable in class org.eclipse.jdt.core.dom.TagElement
-
Standard doc tag name (value "@uses").
- 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").
- TagElement - Class in org.eclipse.jdt.core.dom
-
AST node for a tag within a doc comment.
- tagProperties() - Method in class org.eclipse.jdt.core.dom.TagElement
-
Returns the live list of tag properties in this tag element.
- TagProperty - Class in org.eclipse.jdt.core.dom
-
TagProperty pattern AST node type.
- tagRegions() - Method in class org.eclipse.jdt.core.dom.TagElement
-
Returns the list of non dummy JavaDopRegions in this tag element.
- tagRegionsContainingTextElement(ASTNode) - Method in class org.eclipse.jdt.core.dom.TagElement
-
Returns the list of non dummy JavaDocRegions containing this ASTNode and IDocElement.
- tagRegionsStartingAtTextElement(ASTNode) - Method in class org.eclipse.jdt.core.dom.TagElement
-
Returns the list of non dummy JavaDocRegions starting at this ASTNode and IDocElement.
- tags() - Method in class org.eclipse.jdt.core.dom.Javadoc
-
Returns the live list of tag elements that make up this doc comment.
- tags() - Method in class org.eclipse.jdt.core.dom.JavaDocRegion
-
Returns the list of tag elements in this region, or
empty
if there is none. - TAGS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Javadoc
-
The "tags" structural property of this node type (element type:
TagElement
). - TAGS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.JavaDocRegion
-
The "tags" structural property of this node type (child type:
TagElement
). - 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 member 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"
). - TargetSourceRangeComputer - Class in org.eclipse.jdt.core.dom.rewrite
-
An object for computing adjusted source ranges for AST nodes that are being replaced or deleted.
- TargetSourceRangeComputer() - Constructor for class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer
-
Creates a new target source range computer.
- TargetSourceRangeComputer.SourceRange - Class in org.eclipse.jdt.core.dom.rewrite
-
Reified source range.
- TargetTypeNotAFunctionalInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- Task - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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"
). - TEMPLATE_PROCESSOR - Static variable in class org.eclipse.jdt.core.dom.StringTemplateExpression
-
The "processor" structural property of this node type (child type:
Expression
). - TEMPLATES_USE_CODEFORMATTER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls if templates are formatted when applied.
- terminateEvaluation() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
-
Attempts to terminate the currently executing
IEvaluationRunnable
in this thread, if any. - TEST - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
-
Constant for the name of the test attribute.
- TEST_OUTPUT_FOLDER_MUST_BE_SEPARATE_FROM_MAIN_OUTPUT_FOLDERS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that the output folder of a source folder marked to contain test sources is not separate from the output folders of main sources.
- TEST_SOURCE_REQUIRES_SEPARATE_OUTPUT_LOCATION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that a source folder marked to contain test sources has no separate output location, but the project also contains main sources.
- testCaseFinished(ITestCaseElement) - Method in class org.eclipse.jdt.junit.TestRunListener
-
A test case has ended.
- testCaseStarted(ITestCaseElement) - Method in class org.eclipse.jdt.junit.TestRunListener
-
A test case has started.
- testEnded(String, String) - Method in interface org.eclipse.jdt.junit.ITestRunListener
-
Deprecated.An individual test has ended.
- testFailed(int, String, String, String) - Method in interface org.eclipse.jdt.junit.ITestRunListener
-
Deprecated.An individual test has failed with a stack trace.
- testReran(String, String, String, int, String) - Method in interface org.eclipse.jdt.junit.ITestRunListener
-
Deprecated.An individual test has been rerun.
- testRunEnded(long) - Method in interface org.eclipse.jdt.junit.ITestRunListener
-
Deprecated.A test run has ended.
- TestRunListener - Class in org.eclipse.jdt.junit
-
A test run listener that can be registered at
JUnitCore.addTestRunListener(TestRunListener)
or as a contribution to theorg.eclipse.jdt.junit.testRunListeners
extension point. - TestRunListener() - Constructor for class org.eclipse.jdt.junit.TestRunListener
- testRunStarted(int) - Method in interface org.eclipse.jdt.junit.ITestRunListener
-
Deprecated.A test run has started.
- testRunStopped(long) - Method in interface org.eclipse.jdt.junit.ITestRunListener
-
Deprecated.A test run has been stopped prematurely.
- testRunTerminated() - Method in interface org.eclipse.jdt.junit.ITestRunListener
-
Deprecated.The VM instance performing the tests has terminated.
- testStarted(String, String) - Method in interface org.eclipse.jdt.junit.ITestRunListener
-
Deprecated.An individual test has started.
- TEXT_BLOCK - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
TextBlock
. - 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.JavaDocTextElement
-
The "text" structural property of this node type (type:
String
). - TEXT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TextElement
-
The "text" structural property of this node type (type:
String
). - TextBlock - Class in org.eclipse.jdt.core.dom
-
TextBlock AST node type.
- TextElement - Class in org.eclipse.jdt.core.dom
-
AST node for a text element within a doc comment.
- THEN_EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ConditionalExpression
-
The "thenExpression" structural property of this node type (child type:
Expression
). - THEN_STATEMENT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.IfStatement
-
The "thenStatement" structural property of this node type (child type:
Statement
). - THIS_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ThisExpression
. - THIS_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only primary field accesses or primary method invocations (e.g. using the
this
qualifier). - ThisExpression - Class in org.eclipse.jdt.core.dom
-
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
- thread() - Method in interface org.eclipse.jdi.hcr.ReenterStepRequest
- ThreadReference - Interface in org.eclipse.jdi.hcr
-
Hot code replacement extension to
com.sun.jdi.ThreadReference
. - THROW_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ThrowStatement
. - THROWN_EXCEPTION_TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
The "thrownExceptionTypes" structural property of this node type (element type:
Type
) (added in JLS8 API). - THROWN_EXCEPTIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Deprecated.
- ThrownException(int, String) - Constructor for class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.ThrownException
- thrownExceptions() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Deprecated.In the JLS8 API, this method is replaced by
MethodDeclaration.thrownExceptionTypes()
. - thrownExceptionTypes() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Returns the live ordered list of thrown exception types in this method declaration.
- THROWS - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- THROWS_CLAUSE_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only type references used in a throws clause.
- ThrowStatement - Class in org.eclipse.jdt.core.dom
-
Throw statement AST node type.
- TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Set the timeout value for retrieving the method's parameter names from javadoc.
- TimeoutException - Exception in org.eclipse.jdi
- TimeoutException() - Constructor for exception org.eclipse.jdi.TimeoutException
- TimeoutException(String) - Constructor for exception org.eclipse.jdi.TimeoutException
- 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.
- TL_CONSTRUCTOR_START - Static variable in class org.eclipse.jdt.core.CompletionContext
-
The completed token is the first token of a constructor invocation expression.
e.g. - TL_IN_IMPORT - Static variable in class org.eclipse.jdt.core.CompletionContext
-
The completed token is part of an import statement
e.g. - TL_MEMBER_START - Static variable in class org.eclipse.jdt.core.CompletionContext
-
The completed token is the first token of a member declaration.
e.g. - TL_STATEMENT_START - Static variable in class org.eclipse.jdt.core.CompletionContext
-
The completed token is the first token of a statement.
e.g. - toCharArray(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Converts the given type signature to a readable string.
- 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[], char[], char[][], boolean, boolean, boolean) - Static method in class org.eclipse.jdt.core.Signature
-
Converts the given method signature to a readable form.
- toCharArrays(List<String>) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Converts the given list of strings to an array of equal size, containing the individual strings converted to char[] each.
- 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.
- toFlagValue() - Method in class org.eclipse.jdt.core.dom.ModuleModifier.ModuleModifierKeyword
-
Returns the module modifier flag value corresponding to this module modifier keyword.
- TOGGLE_BREADCRUMB - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition id of toggle breadcrumb action (value:
"org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb"
). - 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_KIND_NAME - Static variable in class org.eclipse.jdt.core.CompletionContext
-
The completion token is a name.
- TOKEN_KIND_STRING_LITERAL - Static variable in class org.eclipse.jdt.core.CompletionContext
-
The completion token is a string literal.
- TOKEN_KIND_UNKNOWN - Static variable in class org.eclipse.jdt.core.CompletionContext
-
The completion token is unknown.
- TOKEN_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.NumberLiteral
-
The "token" structural property of this node type (type:
String
). - TokenNameabstract - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- 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
- TokenNameARROW - 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).
- TokenNameAT - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
-
"@" token (added in J2SE 1.5).
- 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
- TokenNameCharacterLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameclass - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameCOLON - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameCOLON_COLON - 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
- TokenNameconst - 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
- TokenNameDIVIDE - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameDIVIDE_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNamedo - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameDOT - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNamedouble - 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).
- 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).
- 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
- 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
- TokenNameFloatingPointLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNamefor - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNamegoto - 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
-
Deprecated.With the introduction of "restricted keywords" in Java 9, classification of tokens by a scanner is inherently unreliable. Any token classified as an identifier could still be a "restricted keyword". Future versions of Java will introduce more words that have special syntactical meaning in specific contexts. For reliably detecting an identifier the only real solution is to use a parser instead (see also the caveat at the top of the interface documentation of
IScanner
). - 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
- TokenNameIntegerLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameinterface - 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
- TokenNamelong - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameLongLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameLPAREN - 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
- TokenNamenative - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNamenew - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNamenon_sealed - 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
- TokenNameNotAToken - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNamenull - 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
- TokenNamepackage - 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
- 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
- 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
- TokenNameRestrictedIdentifierpermits - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameRestrictedIdentifierrecord - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameRestrictedIdentifiersealed - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameRestrictedIdentifierWhen - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameRestrictedIdentifierYield - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNamereturn - 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
- TokenNameshort - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameSingleQuoteStringLiteral - 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
- TokenNameStringLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameStringTemplate - 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
- TokenNameTextBlock - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameTextBlockTemplate - 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
- TokenNameTWIDDLE - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
- TokenNameUNDERSCORE - 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
- 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
- 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
- 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. - toKeyword(String) - Static method in class org.eclipse.jdt.core.dom.ModuleModifier.ModuleModifierKeyword
-
Returns the module modifier corresponding to the given string, or
null
if none. - ToleratedMisplacedTypeAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- toLowerCase(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers the result of a char[] conversion to lowercase.
- TOO_MANY_BYTES - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
- ToolFactory - Class in org.eclipse.jdt.core
-
Factory for creating various compiler tools, such as scanners, parsers and compilers.
- ToolFactory() - Constructor for class org.eclipse.jdt.core.ToolFactory
- 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
- TooManyParametersForSyntheticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- TooManySyntheticArgumentSlots - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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.
- toSignature() - Method in class org.eclipse.jdt.core.BindingKey
-
Transforms this binding key into a resolved signature.
- toString() - Method in interface com.sun.mirror.declaration.AnnotationValue
-
Returns a string representation of this value.
- toString() - Method in enum class com.sun.mirror.declaration.Modifier
-
Returns this modifier's name in lowercase.
- toString() - Method in interface com.sun.mirror.type.TypeMirror
-
Returns a string representation of this type.
- toString() - Method in class org.eclipse.jdt.core.BindingKey
- toString() - Method in class org.eclipse.jdt.core.dom.Assignment.Operator
-
Returns the character sequence for the operator.
- 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 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.ModuleModifier.ModuleModifierKeyword
-
Returns the keyword for the module 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.rewrite.ASTRewrite
-
Returns a string suitable for debugging purposes (only).
- toString() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
-
Returns a string suitable for debug purposes.
- toString() - Method in exception org.eclipse.jdt.core.JavaModelException
- toString() - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider.WAIT_FLAG
- toString() - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
- toString() - Method in class org.eclipse.jdt.core.manipulation.SharedASTProviderCore.WAIT_FLAG
- toString() - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor.Field
- toString() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.Parameter
- toString() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.ThrownException
- toString() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments
- toString() - Method in class org.eclipse.jdt.core.refactoring.RenameTypeArguments
- 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.jdt.core.SourceRange
- toString() - Method in class org.eclipse.jdt.junit.model.ITestElement.ProgressState
- toString() - Method in class org.eclipse.jdt.junit.model.ITestElement.Result
- toString() - Method in class org.eclipse.jdt.launching.environments.CompatibleEnvironment
- toString() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
- toString() - Method in class org.eclipse.jdt.ui.SharedASTProvider.WAIT_FLAG
-
Deprecated.
- toString() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.JavaProjectionAnnotation
- toString() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
- 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(int) - Static method in class org.eclipse.jdt.core.Flags
-
Returns a standard string describing the given modifier flags.
- 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(String, String, String[], boolean, boolean, boolean) - Static method in class org.eclipse.jdt.core.Signature
-
Converts the given method signature to a readable string.
- toString(ITypeRoot) - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
-
Returns a string for the given Java element used for debugging.
- toStrings(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers an array of strings from the given array of char array.
- toUpperCase(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers the result of a char[] conversion to uppercase.
- TP_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Type parameters are post qualified.
- 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.
- TRANSIENT - Enum constant in enum class com.sun.mirror.declaration.Modifier
-
The modifier
transient
- TRANSIENT - Static variable in class org.eclipse.jdt.core.dom.Modifier
-
"transient" modifier constant (bit mask).
- TRANSIENT - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
-
Flag to render the 'transient' adornment.
- 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"
). - TRANSITIVE - Static variable in class org.eclipse.jdt.core.dom.ModuleModifier
-
"transitive" module modifier constant (bit mask).
- TRANSITIVE_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.ModuleModifier.ModuleModifierKeyword
-
"transitive" modifier with flag value
ModuleModifier.TRANSITIVE
. - traverse(IBytecodeVisitor) - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Define a Java opcodes walker.
- triggerIncrementalBuild() - Method in class org.eclipse.jdt.ui.refactoring.RefactoringSaveHelper
-
Triggers an incremental build if this save helper did save files before.
- triggerSearch() - Method in interface org.eclipse.jdt.ui.dialogs.ITypeSelectionComponent
-
Triggers a search inside the type component with the current settings.
- trim(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a new array removing leading and trailing spaces (' ').
- trimIndent(String, int, int, int) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
-
Removes the given number of indentation units from a given line.
- TRUE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / Value to set an option to true.
- TRUE - Static variable in class org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
-
Deprecated.True value
- TRUE - Static variable in class org.eclipse.jdt.ui.cleanup.CleanUpOptions
-
True value
- TRY_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
TryStatement
. - TryStatement - Class in org.eclipse.jdt.core.dom
-
Try statement AST node type.
- 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.
- Type - Class in org.eclipse.jdt.core.dom
-
Abstract base class of all type reference AST node types.
- 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.IJavaElement
-
Constant representing a type (a class or interface).
- 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, which may include classes, interfaces, enums, and annotation types.
- TYPE_ARGUMENT - Enum constant in enum class org.eclipse.jdt.annotation.DefaultLocation
-
Defines that a given
NonNullByDefault
annotation should affect all unannotated type arguments within the scope of the annotated declaration (except wildcards and type variables). - TYPE_ARGUMENT - Enum constant in enum class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.TypeLocation
-
see org.eclipse.jdt.annotation.DefaultLocation.TYPE_ARGUMENT
- TYPE_ARGUMENT_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only type references used as a type argument in a parameterized type or a parameterized method.
- TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
The "typeArguments" structural property of this node type (element type:
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 (element type:
Type
) (added in JLS3 API). - TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CreationReference
-
The "typeArguments" structural property of this node type (element type:
Type
). - TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ExpressionMethodReference
-
The "typeArguments" structural property of this node type (element type:
Type
) - TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodInvocation
-
The "typeArguments" structural property of this node type (element type:
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 (element type:
Type
). - TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
-
The "typeArguments" structural property of this node type (element type:
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 (element type:
Type
) (added in JLS3 API). - TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperMethodReference
-
The "typeArguments" structural property of this node type (element type:
Type
). - TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeMethodReference
-
The "typeArguments" structural property of this node type (element type:
Type
). - TYPE_BOUND - Enum constant in enum class org.eclipse.jdt.annotation.DefaultLocation
-
Defines that a given
NonNullByDefault
annotation should affect all unannotated explicit type bounds within the scope of the annotated declaration. - TYPE_BOUND - Enum constant in enum class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.TypeLocation
-
see org.eclipse.jdt.annotation.DefaultLocation.TYPE_BOUND
- TYPE_BOUNDS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeParameter
-
The "typeBounds" structural property of this node type (element type:
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
-
Deprecated.In the JLS3 API, this property is replaced by
TypeDeclarationStatement.DECLARATION_PROPERTY
. - 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_IMPORT - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is an import of reference to a type.
- 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_METHOD_REFERENCE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
TypeMethodReference
. - TYPE_NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MarkerAnnotation
-
The "typeName" structural property of this node type (child type:
Name
). - TYPE_NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.NormalAnnotation
-
The "typeName" structural property of this node type (child type:
Name
). - TYPE_NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
-
The "typeName" structural property of this node type (child type:
Name
). - TYPE_PARAMETER - Enum constant in enum class org.eclipse.jdt.annotation.DefaultLocation
-
Defines that a given
NonNullByDefault
annotation should affect all unannotated type parameter declarations within the scope of the annotated declaration. - TYPE_PARAMETER - Enum constant in enum class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.TypeLocation
-
see org.eclipse.jdt.annotation.DefaultLocation.TYPE_PARAMETER
- TYPE_PARAMETER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
TypeParameter
. - TYPE_PARAMETER - Static variable in interface org.eclipse.jdt.core.IJavaElement
-
Constant representing a type parameter declaration.
- TYPE_PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
The "typeParameters" structural property of this node type (element type:
TypeParameter
) (added in JLS3 API). - TYPE_PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.RecordDeclaration
-
The "typeParameters" structural property of this node type (element type:
TypeParameter
). - TYPE_PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
-
The "typeParameters" structural property of this node type (element type:
TypeParameter
) (added in JLS3 API). - TYPE_PATH_ANNOTATION_ON_WILDCARD_BOUND - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- TYPE_PATH_DEEPER_IN_ARRAY - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- TYPE_PATH_DEEPER_IN_INNER_TYPE - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- TYPE_PATH_TYPE_ARGUMENT_INDEX - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- TYPE_PATTERN - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
TypePattern
. - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayCreation
-
The "type" structural property of this node type (child type:
ArrayType
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CastExpression
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
The "type" structural property of this node type (child type:
Type
) (added in JLS3 API). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CreationReference
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRefParameter
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ParameterizedType
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeLiteral
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeMethodReference
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
-
The "type" structural property of this node type (child type:
Type
). - TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
-
The "type" structural property of this node type (child type:
Type
). - TYPE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a reference to a type.
- TYPE_TRIGGERS - Static variable in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Triggers for types.
- TYPE_VARIABLE_BOUND_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only type references used as a type variable bound.
- TYPE_VARIABLE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
-
Kind constant for a type variable signature.
- TypeAnnotationAtQualifiedName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- TypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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.CreationReference
-
Returns the live ordered list of type arguments of this creation reference expression.
- typeArguments() - Method in class org.eclipse.jdt.core.dom.ExpressionMethodReference
-
Returns the live ordered list of type arguments of this expression method reference
- 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.MethodReference
-
Returns the live ordered list of type arguments of this method reference.
- 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).
- typeArguments() - Method in class org.eclipse.jdt.core.dom.SuperMethodReference
-
Returns the live ordered list of type arguments of this super method reference.
- typeArguments() - Method in class org.eclipse.jdt.core.dom.TypeMethodReference
-
Returns the live ordered list of type arguments of this type method reference expression.
- TypeArgumentsForRawGenericConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- TypeArgumentsForRawGenericMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- typeBounds() - Method in class org.eclipse.jdt.core.dom.TypeParameter
-
Returns the live ordered list of type bounds of this type parameter.
- TypeCollidesWithPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- TypeDeclaration - Class in org.eclipse.jdt.core.dom
-
Type declaration AST node type.
- TypeDeclaration - Interface in com.sun.mirror.declaration
-
Represents the declaration of a class or interface.
- TypeDeclarationMatch - Class in org.eclipse.jdt.core.search
-
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 in org.eclipse.jdt.core.dom
-
Local type declaration statement AST node 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.
- TypeHidingType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- TypeHidingTypeParameterFromMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- TypeHidingTypeParameterFromType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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.
- TypeKinds - Class in org.eclipse.jdt.core.manipulation
-
Contains various properties for a Java element.
- TypeLiteral - Class in org.eclipse.jdt.core.dom
-
Type literal AST node type.
- TypeMethodReference - Class in org.eclipse.jdt.core.dom
-
Type method reference expression AST node type (added in JLS8 API).
- TypeMirror - Interface in com.sun.mirror.type
-
Represents a type in the Java programming language.
- TypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- TypeMissingDeprecatedAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- TYPENAME - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Field ID of the type name input field.
- typeNameChanged() - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
- typeNameChanged() - Method in class org.eclipse.jdt.ui.wizards.NewAnnotationWizardPage
- typeNameChanged() - Method in class org.eclipse.jdt.ui.wizards.NewEnumWizardPage
- typeNameChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Hook method that gets called when the type name has changed.
- TypeNameMatch - Class in org.eclipse.jdt.core.search
- TypeNameMatch() - Constructor for class org.eclipse.jdt.core.search.TypeNameMatch
- TypeNameMatchCollector - Class in org.eclipse.jdt.core.manipulation
- TypeNameMatchCollector(Collection<TypeNameMatch>) - Constructor for class org.eclipse.jdt.core.manipulation.TypeNameMatchCollector
- TypeNameMatchRequestor - Class in org.eclipse.jdt.core.search
-
A
TypeNameMatchRequestor
collects matches from asearchAllTypeNames
query to aSearchEngine
. - TypeNameMatchRequestor() - Constructor for class org.eclipse.jdt.core.search.TypeNameMatchRequestor
- TypeNameRequestor - Class in org.eclipse.jdt.core.search
-
A
TypeNameRequestor
collects search results from asearchAllTypeNames
query to aSearchEngine
. - TypeNameRequestor() - Constructor for class org.eclipse.jdt.core.search.TypeNameRequestor
- TypeParameter - Class in org.eclipse.jdt.core.dom
-
Type parameter declaration node (added in JLS3 API).
- TypeParameterDeclaration - Interface in com.sun.mirror.declaration
-
Represents a formal type parameter of a generic type, method, or constructor declaration.
- TypeParameterDeclarationMatch - Class in org.eclipse.jdt.core.search
-
A Java search match that represents a type parameter declaration or reference.
- TypeParameterDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.TypeParameterDeclarationMatch
-
Creates a new type parameter match.
- TypeParameterHidingType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- TypeParameterReferenceMatch - Class in org.eclipse.jdt.core.search
-
A Java search match that represents a type parameter declaration or reference.
- TypeParameterReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.TypeParameterReferenceMatch
-
Creates a new field reference match.
- 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.RecordDeclaration
-
Returns the live ordered list of type parameters of this type 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).
- TypePattern - Class in org.eclipse.jdt.core.dom
-
TypePattern pattern AST node type.
- TypeReferenceMatch - Class in org.eclipse.jdt.core.search
-
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.
- 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.
- types() - Method in class org.eclipse.jdt.core.dom.IntersectionType
-
Returns the live ordered list of types in this intersection type.
- types() - Method in class org.eclipse.jdt.core.dom.UnionType
-
Returns the live ordered list of types in this union type.
- Types - Interface in com.sun.mirror.util
-
Utility methods for operating on types.
- TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CompilationUnit
-
The "types" structural property of this node type (element type:
AbstractTypeDeclaration
). - TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.IntersectionType
-
The "types" structural property of this node type (element type:
Type
). - TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.UnionType
-
The "types" structural property of this node type (element type:
Type
). - TypeSelectionExtension - Class in org.eclipse.jdt.ui.dialogs
-
The class provides API to extend type selection dialogs like the open type dialog.
- TypeSelectionExtension() - Constructor for class org.eclipse.jdt.ui.dialogs.TypeSelectionExtension
- TypeVariable - Interface in com.sun.mirror.type
-
Represents a type variable.
- TypeVisitor - Interface in com.sun.mirror.util
-
A visitor for types, in the style of the standard visitor design pattern.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
MethodDeclaration.THROWN_EXCEPTION_TYPES_PROPERTY
instead.