$ 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

T - class org.erights.e.develop.assertion.T.
Untamed: This class provides assert and require checks you can add to your program.
T() - Constructor for class org.erights.e.develop.assertion.T
Enabled:
T0 - Variable in class javax.swing.ProgressMonitor
 
tab - Variable in class javax.swing.HeaderParser
 
TAB - Static variable in class java.awt.Event
Enabled: The Tab key.
TAB - Static variable in class org.eclipse.swt.SWT
Suppressed: ASCII character convenience constant for the tab character (value is the char '\t').
TAB - Static variable in class org.eclipse.swt.custom.StyledText
 
tab() - Method in class antlr.CharScanner
Enabled: advance the current column number by an appropriate amount.
TabableView - interface javax.swing.text.TabableView.
Unsafe: Interface for Views that have size dependent upon tabs.
tabBase - Variable in class javax.swing.text.ParagraphView
Used by the TabExpander functionality to determine where to base the tab calculations.
tabBase - Variable in class javax.swing.text.WrappedPlainView
 
tabBase - Variable in class javax.swing.text.PlainView
 
tabChars - Static variable in class javax.swing.text.ParagraphView
Used for searching for a tab.
tabDecimalChars - Static variable in class javax.swing.text.ParagraphView
Used for searching for a tab or decimal character.
TabExpander - interface javax.swing.text.TabExpander.
Unsafe: Simple interface to allow for different types of implementations of tab expansion.
TabFolder - class org.eclipse.swt.widgets.TabFolder.
Safe:
TabFolder(Composite, int) - Constructor for class org.eclipse.swt.widgets.TabFolder
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TabFolderClass - Static variable in class org.eclipse.swt.widgets.TabFolder
 
TabFolderProc - Static variable in class org.eclipse.swt.widgets.TabFolder
 
tabHeight - Variable in class org.eclipse.swt.custom.CTabFolder
 
TabItem - class org.eclipse.swt.widgets.TabItem.
Safe: Instances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder.
TabItem(TabFolder, int) - Constructor for class org.eclipse.swt.widgets.TabItem
Enabled: Constructs a new instance of this class given its parent (which must be a TabFolder) and a style value describing its behavior and appearance.
TabItem(TabFolder, int, int) - Constructor for class org.eclipse.swt.widgets.TabItem
Enabled: Constructs a new instance of this class given its parent (which must be a TabFolder), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
tabLayoutPolicy - Variable in class javax.swing.JTabbedPane
 
table - Variable in class antlr.SimpleTokenManager
 
table - Variable in class java.lang.ThreadLocalMap
The table, resized as necessary.
table - Variable in class java.util.IdentityHashMap
The table, resized as necessary.
table - Variable in class java.util.WeakHashMap
The table, resized as necessary.
table - Variable in class java.util.Enumerator
 
table - Variable in class java.util.HashMap
The table, resized as necessary.
table - Variable in class java.util.Hashtable
The hash table data.
table - Static variable in class javax.accessibility.AccessibleBundle
 
table - Variable in class javax.swing.ArrayTable
 
table - Variable in class javax.swing.text.SimpleAttributeSet
 
table - Variable in class org.eclipse.swt.custom.TableTree
 
table - Variable in class org.eclipse.swt.custom.TableEditor
 
table - Variable in class org.eclipse.swt.custom.TableCursor
 
table - Variable in class org.eclipse.swt.dnd.TableDragUnderEffect
 
Table - class org.eclipse.swt.widgets.Table.
Safe:
TABLE - Static variable in class javax.accessibility.AccessibleRole
Enabled: An object used to present information in terms of rows and columns.
Table(Composite, int) - Constructor for class org.eclipse.swt.widgets.Table
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
javax.swing.text.TableView.TableCell - class javax.swing.text.TableCell.
 
TableCell(Element) - Constructor for class javax.swing.text.TableCell
Constructs a TableCell for the given element.
tableChanged(TableModelEvent) - Method in class javax.swing.JTable
Suppressed: Invoked when this table's TableModel generates a TableModelEvent.
tableChanged(TableModelEvent) - Method in class javax.swing.AccessibleJTable
Track changes to the table contents
tableChanged(TableModelEvent) - Method in interface javax.swing.event.TableModelListener
Enabled: This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
TableClass - Static variable in class org.eclipse.swt.widgets.Table
 
TableColumn - class org.eclipse.swt.widgets.TableColumn.
Safe:
TableColumn(Table, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Enabled: Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.
TableColumn(Table, int, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Enabled: Constructs a new instance of this class given its parent (which must be a Table), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableColumnModelEvent - class javax.swing.event.TableColumnModelEvent.
Safe: TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.
TableColumnModelEvent(TableColumnModel, int, int) - Constructor for class javax.swing.event.TableColumnModelEvent
Suppressed: Constructs a TableColumnModelEvent object.
TableColumnModelListener - interface javax.swing.event.TableColumnModelListener.
Unsafe: TableColumnModelListener defines the interface for an object that listens to changes in a TableColumnModel.
TableCursor - class org.eclipse.swt.custom.TableCursor.
Safe: A TableCursor provides a way for the user to navigate around a Table using the keyboard.
TableCursor(Table, int) - Constructor for class org.eclipse.swt.custom.TableCursor
Suppressed: Constructs a new instance of this class given its parent table and a style value describing its behavior and appearance.
TableDragUnderEffect - class org.eclipse.swt.dnd.TableDragUnderEffect.
 
TableDragUnderEffect(Table) - Constructor for class org.eclipse.swt.dnd.TableDragUnderEffect
 
TableEditor - class org.eclipse.swt.custom.TableEditor.
Safe: A TableEditor is a manager for a Control that appears above a cell in a Table and tracks with the moving and resizing of that cell.
TableEditor(Table) - Constructor for class org.eclipse.swt.custom.TableEditor
Enabled: Creates a TableEditor for the specified Table.
tableFocusIn(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
tableHeader - Variable in class javax.swing.JTable
The TableHeader working with the table.
tableItem - Variable in class org.eclipse.swt.custom.TableTreeItem
 
TableItem - class org.eclipse.swt.widgets.TableItem.
Safe: Instances of this class represent a selectable user interface object that represents an item in a table.
TableItem(Table, int) - Constructor for class org.eclipse.swt.widgets.TableItem
Enabled: Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.
TableItem(Table, int, int) - Constructor for class org.eclipse.swt.widgets.TableItem
Enabled: Constructs a new instance of this class given its parent (which must be a Table), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
tableListener - Variable in class org.eclipse.swt.custom.TableCursor
 
tableListener - Variable in class org.eclipse.swt.custom.ControlEditor
 
TableModelEvent - class javax.swing.event.TableModelEvent.
Safe:
TableModelEvent(TableModel) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: All row data in the table has changed, listeners should discard any state that was based on the rows and requery the TableModel to get the new row count and all the appropriate values.
TableModelEvent(TableModel, int) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: This row of data has been updated.
TableModelEvent(TableModel, int, int) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: The data in rows [firstRow, lastRow] have been updated.
TableModelEvent(TableModel, int, int, int) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: The cells in column column in the range [firstRow, lastRow] have been updated.
TableModelEvent(TableModel, int, int, int, int) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: The cells from (firstRow, column) to (lastRow, column) have been changed.
TableModelListener - interface javax.swing.event.TableModelListener.
Unsafe:
tableMouseDown(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
tabLength - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
tabLength - Variable in class org.eclipse.swt.custom.StyledText
 
TableProc - Static variable in class org.eclipse.swt.widgets.Table
 
javax.swing.text.TableView.TableRow - class javax.swing.text.TableRow.
 
TableRow(Element) - Constructor for class javax.swing.text.TableRow
Constructs a TableView for the given element.
tableRowsDeleted(TableModelEvent) - Method in class javax.swing.JTable
 
tableRowsDeleted(TableModelEvent) - Method in class javax.swing.AccessibleJTable
Track changes to the table contents (row deletions)
tableRowsInserted(TableModelEvent) - Method in class javax.swing.JTable
 
tableRowsInserted(TableModelEvent) - Method in class javax.swing.AccessibleJTable
Track changes to the table contents (row insertions)
tables - Variable in class javax.swing.MultiUIDefaults
 
tables - Variable in class javax.swing.LAFState
 
tableTree - Variable in class org.eclipse.swt.custom.TableTreeEditor
 
TableTree - class org.eclipse.swt.custom.TableTree.
Safe:
TableTree(Composite, int) - Constructor for class org.eclipse.swt.custom.TableTree
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TableTreeEditor - class org.eclipse.swt.custom.TableTreeEditor.
Unsafe: A TableTreeEditor is a manager for a Control that appears above a cell in a TableTree and tracks with the moving and resizing of that cell.
TableTreeEditor(TableTree) - Constructor for class org.eclipse.swt.custom.TableTreeEditor
Enabled: Creates a TableEditor for the specified Table.
TableTreeItem - class org.eclipse.swt.custom.TableTreeItem.
Safe: A TableTreeItem is a selectable user interface object that represents an item in a heirarchy of items in a TableTree.
TableTreeItem(TableTree, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a TableTree) and a style value describing its behavior and appearance.
TableTreeItem(TableTree, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a TableTree, a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableTreeItem(TableTreeItem, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a TableTreeItem) and a style value describing its behavior and appearance.
TableTreeItem(TableTreeItem, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a TableTreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableTreeItem(TableTree, TableTreeItem, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
 
TableView - class javax.swing.text.TableView.
Unsafe:
TableView(Element) - Constructor for class javax.swing.text.TableView
Suppressed: Constructs a TableView for the given element.
tabList - Variable in class org.eclipse.swt.widgets.Composite
 
tabListeners - Variable in class org.eclipse.swt.custom.CTabFolder
 
TABLOID - Static variable in class java.awt.MediaType
An alias for LEDGER.
tabPlacement - Variable in class javax.swing.JTabbedPane
Where the tabs are placed.
tabs - Variable in class antlr.CodeGenerator
Current tab indentation for code output
tabs - Variable in class javax.swing.text.TabSet
TabStops this TabSet contains.
tabs - Variable in class org.eclipse.swt.widgets.Text
 
tabs() - Method in class antlr.DumpASTVisitor
 
TabSet - class javax.swing.text.TabSet.
Safe:
TabSet - Static variable in class javax.swing.text.ParagraphConstants
TabSet for the paragraph.
TabSet - Static variable in class javax.swing.text.StyleConstants
Suppressed: TabSet for the paragraph, type is a TabSet containing TabStops.
TabSet(TabStop[]) - Constructor for class javax.swing.text.TabSet
Enabled: Creates and returns an instance of TabSet.
tabSize - Variable in class javax.swing.text.WrappedPlainView
 
tabSize - Variable in class javax.swing.text.PlainView
 
tabSizeAttribute - Static variable in class javax.swing.text.PlainDocument
Suppressed: Name of the attribute that specifies the tab size for tabs contained in the content.
TabStop - class javax.swing.text.TabStop.
Safe:
TabStop(float) - Constructor for class javax.swing.text.TabStop
Enabled: Creates a tab at position pos with a default alignment and default leader.
TabStop(float, int, int) - Constructor for class javax.swing.text.TabStop
Enabled: Creates a tab with the specified position pos, alignment align and leader leader.
tabWidth - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
tag - Variable in class javax.swing.text.html.parser.TagStack
 
tag - Variable in class org.erights.e.develop.trace.TraceLogDescriptor
The 'tag' is the first component of the log filename.
Tag - Static variable in class org.quasiliteral.term.TermParser
Enabled:
TAG - Static variable in class com.combex.e.edoc.DocSaver
 
tag() - Method in class org.quasiliteral.term.TermLexer
A tag is a sequence of tag-segments separated by colons.
tagCode2typeCode(short) - Static method in class org.quasiliteral.astro.AstroTag
Enabled: The type-code for use by Antlr, which is the tag-code +1.
TagElement - class javax.swing.text.html.parser.TagElement.
Untamed:
TagElement(Element) - Constructor for class javax.swing.text.html.parser.TagElement
Enabled:
TagElement(Element, boolean) - Constructor for class javax.swing.text.html.parser.TagElement
Enabled:
taggedHole(Astro, Astro) - Method in class org.quasiliteral.quasiterm.QuasiMetaBuilder
Enabled:
taggedHole(Astro, Astro) - Method in class org.quasiliteral.quasiterm.QBuilder
Enabled:
taggedHole(Astro, Astro) - Method in class org.quasiliteral.term.QuasiBuilderAdaptor
Enabled:
taggedHole(Astro, Astro) - Method in interface org.quasiliteral.term.QuasiBuilder
Enabled:
tagInfo(Tag) - Method in class com.combex.e.edoc.DocSaver
Enabled:
tags() - Method in class com.combex.e.edoc.EDoc
Return all tags in this Doc item.
tags() - Method in class com.combex.e.edoc.EComment
Return all tags in this comment.
tags(String) - Method in class com.combex.e.edoc.EDoc
Return tags of the specified kind in this Doc item.
tags(String) - Method in class com.combex.e.edoc.EComment
Return tags of the specified kind in this comment.
tagsInfo(Object, Tag[]) - Method in class com.combex.e.edoc.DocSaver
Enabled: Append onto 'argList' the tagInfo for each tag
tagsInfo(Tag[]) - Method in class com.combex.e.edoc.DocSaver
Enabled: the list of tagInfo for each tag
TagStack - class javax.swing.text.html.parser.TagStack.
A stack of tags.
TagStack(TagElement, TagStack) - Constructor for class javax.swing.text.html.parser.TagStack
Construct a stack element.
tail - Variable in class antlr.Alternative
 
tail - Variable in class antlr.collections.impl.LList
 
tail - Variable in class java.awt.Queue
 
tailMap(Object) - Method in class java.util.TreeMap
Enabled: Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class java.util.SubMap
 
tailMap(Object) - Method in interface java.util.SortedMap
Enabled: Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class java.util.UnmodifiableSortedMap
 
tailMap(Object) - Method in class java.util.SynchronizedSortedMap
 
tailSet(Object) - Method in class java.util.TreeSet
Enabled: Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(Object) - Method in interface java.util.SortedSet
Enabled: Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(Object) - Method in class java.util.UnmodifiableSortedSet
 
tailSet(Object) - Method in class java.util.SynchronizedSortedSet
 
TAIWAN - Static variable in class java.util.Locale
Enabled: Useful constant for country.
takeIPv4Address(int, int, String) - Method in class java.net.Parser
 
takeTicket() - Method in class org.erights.e.elib.vat.Vat
Dispenses a ticket number for the next enqueued Runnable.
TAMIL - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
tan() - Method in class java.lang.Double
Added:
tan(double) - Static method in class java.lang.Math
Enabled: Returns the trigonometric tangent of an angle.
tan(double) - Static method in class java.lang.StrictMath
Enabled: Returns the trigonometric tangent of an angle.
tan(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
target - Variable in class antlr.debug.ParserMatchEvent
 
target - Variable in class java.awt.MediaTracker
A given Component that will be tracked by a media tracker where the image will eventually be drawn.
target - Variable in class java.awt.Event
Suppressed: The target component.
target - Variable in class java.lang.Thread
 
target - Variable in class javax.accessibility.AccessibleRelation
 
target - Variable in class javax.swing.AbstractActionPropertyChangeListener
 
target - Variable in class javax.swing.OverlayLayout
 
target - Variable in class javax.swing.BoxLayout
 
target - Static variable in class javax.swing.RunnableEvent
 
target() - Method in class org.erights.e.elang.scope.ForwardingSlot
The slot I currently forward to
targetActions - Variable in class java.awt.dnd.DragSourceDragEvent
The target drop action.
targetLastEntered - Variable in class java.awt.LightweightDispatcher
The last component entered
targetMethod - Variable in class org.erights.e.develop.trace.TraceCaller
 
targetRule - Variable in class antlr.RuleRefElement
 
TaskQueue - class java.util.TaskQueue.
 
TaskQueue() - Constructor for class java.util.TaskQueue
 
tasks - Variable in class javax.swing.text.LayoutQueue
 
TC_ARRAY - Static variable in interface java.io.ObjectStreamConstants
Enabled: new Array.
TC_BASE - Static variable in interface java.io.ObjectStreamConstants
Enabled: First tag value.
TC_BLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
Enabled: Block of optional data.
TC_BLOCKDATALONG - Static variable in interface java.io.ObjectStreamConstants
Enabled: long Block data.
TC_CLASS - Static variable in interface java.io.ObjectStreamConstants
Enabled: Reference to Class.
TC_CLASSDESC - Static variable in interface java.io.ObjectStreamConstants
Enabled: new Class Descriptor.
TC_ENDBLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
Enabled: End of optional block data blocks for an object.
TC_EXCEPTION - Static variable in interface java.io.ObjectStreamConstants
Enabled: Exception during write.
TC_LONGSTRING - Static variable in interface java.io.ObjectStreamConstants
Enabled: Long string.
TC_MAX - Static variable in interface java.io.ObjectStreamConstants
Enabled: Last tag value.
TC_NULL - Static variable in interface java.io.ObjectStreamConstants
Enabled: Null object reference.
TC_OBJECT - Static variable in interface java.io.ObjectStreamConstants
Enabled: new Object.
TC_PROXYCLASSDESC - Static variable in interface java.io.ObjectStreamConstants
Enabled: new Proxy Class Descriptor.
TC_REFERENCE - Static variable in interface java.io.ObjectStreamConstants
Enabled: Reference to an object already written into the stream.
TC_RESET - Static variable in interface java.io.ObjectStreamConstants
Enabled: Reset stream context.
TC_STRING - Static variable in interface java.io.ObjectStreamConstants
Enabled: new String.
TCP_NODELAY - Static variable in interface java.net.SocketOptions
Enabled: Disable Nagle's algorithm for this connection.
TCPConnectionListener - class net.vattp.tunnel.TCPConnectionListener.
Untamed: Class to listen for incoming TCP connections to be proxied to vats which are using HTTP for communications.
TCPConnectionListener(ServerSocket, Hashtable) - Constructor for class net.vattp.tunnel.TCPConnectionListener
 
teardown() - Static method in class java.lang.Terminator
 
tearOff - Variable in class java.awt.Menu
This field indicates whether the menu has the tear of property or not.
tearOffRoots(FlexMap) - Method in class org.erights.e.extern.persist.SturdyRefMaker
Enabled: Uses the "tear-off" technique for establishing private shared state between two objects.
TELUGU - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
temp - Variable in class java.net.SocketOutputStream
 
temp - Variable in class java.net.SocketInputStream
 
TEMP_STACK_SIZE - Static variable in class javax.swing.JTree
Max number of stacks to keep around.
tempChars - Variable in class javax.swing.text.AbstractWriter
Used when writing out a string.
tempHeight - Variable in class java.awt.GridBagConstraints
Temporary place holder for the Height of the component.
temporary - Variable in class java.awt.LightweightFocusRequest
 
temporary - Variable in class java.awt.event.FocusEvent
A focus event can have two different levels, permanent and temporary.
tempRect - Variable in class javax.swing.text.BoxView
used in paint.
tempSep(String) - Static method in class org.erights.e.elang.syntax.HilbertHotel
If 'name' ends in "_", return the index of "_".
tempSet - Variable in class javax.swing.text.StyledInsertBreakAction
 
tempWidth - Variable in class java.awt.GridBagConstraints
Temporary place holder for the Width of the component.
tempX - Variable in class java.awt.GridBagConstraints
Temporary place holder for the x coordinate.
tempY - Variable in class java.awt.GridBagConstraints
Temporary place holder for the y coordinate.
Term - class org.quasiliteral.term.Term.
Untamed:
term__quasiParser - Static variable in class org.quasiliteral.quasiterm.QBuilder
Enabled:
term(Astro) - Method in class org.quasiliteral.astro.BaseBuilder
Enabled:
term(Astro) - Method in interface org.quasiliteral.astro.AstroBuilder
Enabled: For when a functor is used as a term without being followed by an explicit '()'.
term(Astro) - Method in class org.quasiliteral.quasiterm.QuasiMetaBuilder
Enabled:
term(Astro) - Method in class org.quasiliteral.quasiterm.QBuilder
Enabled: Just returns 'functor' itself.
term(Astro) - Method in class org.quasiliteral.term.QuasiBuilderAdaptor
Enabled:
term(Astro, Object) - Method in class org.quasiliteral.antlr.ASTBuilder
Enabled: @param functor :(AstroAST | AstroToken)
term(Astro, Object) - Method in interface org.quasiliteral.astro.AstroBuilder
Enabled: Returns an internal node (eg, an AST or Term), for which 'leaf' is the functor and 'args' are the arguments.
term(Astro, Object) - Method in class org.quasiliteral.quasiterm.QuasiMetaBuilder
Enabled:
term(Astro, Object) - Method in class org.quasiliteral.quasiterm.QBuilder
Enabled: Returns the QTerm '(...)'.
term(Astro, Object) - Method in class org.quasiliteral.term.TermBuilder
Enabled: @param functor :Term with no arguments
term(Astro, Object) - Method in class org.quasiliteral.term.QuasiBuilderAdaptor
Enabled:
Term(AstroTag, Object, SourceSpan, ConstList) - Constructor for class org.quasiliteral.term.Term
Makes a Term that represents a node in an abstract syntax tree, ie, a Term tree.
TermBuilder - class org.quasiliteral.term.TermBuilder.
Untamed: Builds Term/Functor trees.
TermBuilder(AstroSchema) - Constructor for class org.quasiliteral.term.TermBuilder
Enabled:
terminal(Token) - Method in class antlr.ANTLRParser
Enabled:
terminate() - Method in class javax.swing.text.html.parser.ContentModelState
Check if the state can be terminated.
terminate() - Method in class javax.swing.text.html.parser.TagStack
Return true if the current state can be terminated.
terminates() - Method in interface org.erights.e.elib.eio.InStream
Enabled: Reliquish the ability to obtain any further elements from the stream, thereby allowing the stream and its upstream producers to release resources and avoid wasted effort.
terminatesx() - Method in interface org.erights.e.elib.eio.Stream
Enabled: Returns a vow for the terminator.
Terminator - class java.lang.Terminator.
Package-private utility class for setting up and tearing down platform-specific support for termination-triggered shutdowns.
org.erights.e.elang.interp.Rune.Terminator - class org.erights.e.elang.interp.Terminator.
 
Terminator() - Constructor for class java.lang.Terminator
 
Terminator(long, TextWriter) - Constructor for class org.erights.e.elang.interp.Terminator
 
TermLexer - class org.quasiliteral.term.TermLexer.
Untamed: Breaks textually input into a stream of tokens according to the Term language's defined grammar.
TermLexer(LineFeeder, boolean, boolean, boolean) - Constructor for class org.quasiliteral.term.TermLexer
Enabled:
TermLexer(LineFeeder, boolean, boolean, boolean, AstroBuilder) - Constructor for class org.quasiliteral.term.TermLexer
Enabled:
TermParser - class org.quasiliteral.term.TermParser.
Safe:
TermParser(LexerFace, QuasiBuilder) - Constructor for class org.quasiliteral.term.TermParser
Enabled:
terse(int) - Static method in class org.erights.e.develop.trace.TraceLevelTranslator
Convert tracing thresholds into three-character synonyms.
terseCompleteDateString(Date) - Static method in class org.erights.e.develop.trace.TraceDateToString
This must return one that can be used within a filename, so convert ":"s to "_"s.
test.bar - package test.bar
 
test.foo - package test.foo
 
test.ivar - package test.ivar
 
test() - Method in class org.erights.e.elang.evm.IfExpr
Enabled:
test(boolean) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the message "Failed: Assertion failed."
test(boolean, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, String) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation, prefixed by "Failed: ".
test(Object) - Static method in class java.awt.dnd.SerializationTester
 
testBit(int) - Method in class java.math.BigInteger
Enabled: Returns true if and only if the designated bit is set.
org.erights.e.elib.tests.TestELib.TestClass - class org.erights.e.elib.tests.TestClass.
TestClass -- inner class that has the method we'll be using as a message.
TestClass() - Constructor for class org.erights.e.elib.tests.TestClass
 
testColorValueRange(float, float, float, float) - Static method in class java.awt.Color
Checks the color float components supplied for validity.
testColorValueRange(int, int, int, int) - Static method in class java.awt.Color
Checks the color integer components supplied for validity.
TestELib - class org.erights.e.elib.tests.TestELib.
Untamed: TestELib -- simple tester to send a message to an object and execute a closure method.
TestELib() - Constructor for class org.erights.e.elib.tests.TestELib
Enabled:
testit(int) - Method in class org.erights.e.elib.tests.TestELib
Enabled: testit -- the test code.
testLiterals - Variable in class antlr.RuleBlock
 
testLiterals - Variable in class antlr.LexerGrammar
 
testLiteralsTable(int) - Method in class antlr.CharScanner
Enabled:
testLiteralsTable(String, int) - Method in class antlr.CharScanner
Enabled: Test the text passed in against the literals table Override this method to perform a different literals test This is used primarily when you want to test a portion of a token.
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.VarPattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.SuchThatPattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.QuasiPatternPatt
Throws an IncompleteQuasiException rather than indicating match failure
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.QuasiLiteralPatt
throws a IncompleteQuasiException, rather than reporting a problem according to optEjector
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.Pattern
If this pattern matches the specimen, add macthing bindings to the scope.
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.ListPattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.IgnorePattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.FinalPattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.CdrPattern
 
TestMultiQ - class org.erights.e.elib.tests.TestMultiQ.
Untamed: Worker classes for the mult-queue tester.
TestMultiQ() - Constructor for class org.erights.e.elib.tests.TestMultiQ
Enabled:
TestMultiQMain - class org.erights.e.elib.tests.TestMultiQMain.
Untamed: TestMultiQMain -- test elib message sending using two run queues.
TestMultiQMain() - Constructor for class org.erights.e.elib.tests.TestMultiQMain
Enabled:
testProp(ConstMap, String) - Static method in class org.erights.e.elib.tables.ConstMap
Enabled: Test the setting of a boolean property.
testProperty(String, boolean) - Static method in class org.erights.e.elang.interp.Rune
 
tests - Static variable in class net.vattp.data.DES
 
testSI(boolean, Object, int) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
text - Variable in class antlr.CommonToken
 
text - Variable in class antlr.CommonAST
 
text - Variable in class antlr.CharScanner
 
text - Variable in class antlr.debug.ParserMatchEvent
 
text - Variable in class antlr.debug.MessageEvent
 
text - Variable in class java.awt.TextComponent
The value of the text.
text - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the background of text control objects, such as textfields and comboboxes.
text - Variable in class java.awt.Label
The text of this label.
text - Variable in class java.awt.event.InputMethodEvent
 
text - Variable in class javax.swing.AbstractButton
 
text - Variable in class javax.swing.JLabel
 
text - Variable in class javax.swing.text.TextLayoutStrategy
 
text - Variable in class javax.swing.text.ReplaceHolder
The text to insert, may be null.
text - Variable in class javax.swing.text.html.parser.Parser
 
text - Variable in class org.eclipse.swt.custom.CLabel
the current text
text - Variable in class org.eclipse.swt.custom.CCombo
 
text - Variable in class org.eclipse.swt.events.VerifyEvent
Enabled: the new text that will be inserted.
text - Variable in class org.eclipse.swt.widgets.Item
 
text - Variable in class org.eclipse.swt.widgets.Event
Suppressed: depending on the event, the new text that will be inserted.
Text - class org.capml.dom.Text.
Deprecated. Use Term trees instead.
Text - class org.eclipse.swt.widgets.Text.
Safe: Instances of this class are selectable user interface objects that allow the user to enter and modify text.
TEXT - Static variable in class java.awt.SystemColor
Enabled: The array index for the text system color.
TEXT - Static variable in class javax.accessibility.AccessibleRole
Enabled: An object that presents text to the user.
TEXT_ARG - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TEXT_ARG - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TEXT_ARG - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TEXT_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Suppressed: Identifies a change in the button's text.
TEXT_CURSOR - Static variable in class java.awt.Cursor
Enabled: The text cursor type.
TEXT_CURSOR - Static variable in class java.awt.Frame
Enabled: @deprecated replaced by Cursor.TEXT_CURSOR.
TEXT_END - Static variable in class org.eclipse.swt.custom.ST
Enabled:
TEXT_EVENT_MASK - Static variable in class java.awt.AWTEvent
Enabled: The event mask for selecting text events.
TEXT_FIRST - Static variable in class java.awt.event.TextEvent
Enabled: The first number in the range of ids used for text events.
TEXT_HIGHLIGHT - Static variable in class java.awt.SystemColor
Enabled: The array index for the textHighlight system color.
TEXT_HIGHLIGHT_TEXT - Static variable in class java.awt.SystemColor
Enabled: The array index for the textHighlightText system color.
TEXT_INACTIVE_TEXT - Static variable in class java.awt.SystemColor
Enabled: The array index for the textInactiveText system color.
TEXT_ITEM - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TEXT_ITEM - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TEXT_ITEM - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TEXT_LAST - Static variable in class java.awt.event.TextEvent
Enabled: The last number in the range of ids used for text events.
TEXT_NODE - Static variable in class org.capml.dom.Node
Enabled:
TEXT_PLAIN_BASE_TYPE - Static variable in class java.awt.datatransfer.SystemFlavorMap
A String representing text/plain MIME type.
TEXT_START - Static variable in class org.eclipse.swt.custom.ST
Enabled:
TEXT_TEXT - Static variable in class java.awt.SystemColor
Enabled: The array index for the textText system color.
TEXT_VALUE_CHANGED - Static variable in class java.awt.event.TextEvent
Enabled: This event id indicates that object's text changed.
text() - Method in class com.combex.e.edoc.ETag
Return the text of this tag, that is, portion beyond tag name.
Text(Composite, int) - Constructor for class org.eclipse.swt.widgets.Text
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
text(Element) - Method in class javax.swing.text.AbstractWriter
Writes out text.
Text(String) - Constructor for class org.capml.dom.Text
Deprecated. Enabled:
TextAction - class javax.swing.text.TextAction.
Unsafe: An Action implementation useful for key bindings that are shared across a number of different text components.
TextAction(String) - Constructor for class javax.swing.text.TextAction
Suppressed: Creates a new JTextAction object.
TextArea - class java.awt.TextArea.
Unsafe:
TextArea() - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the empty string as text.
TextArea(int, int) - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the specified number of rows and columns and the empty string as text.
TextArea(String) - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the specified text.
TextArea(String, int, int) - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the specified text, and with the specified number of rows and columns.
TextArea(String, int, int, int) - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified.
textAreaSerializedDataVersion - Variable in class java.awt.TextArea
The textArea Serialized Data Version.
TextChanged - Static variable in class org.eclipse.swt.custom.StyledText
 
textChanged(int, int, int, int, int) - Method in class org.eclipse.swt.custom.WrappedContent
Recalculates the line wrap for the lines affected by the text change.
textChanged(int, int, int, int, int) - Method in interface org.eclipse.swt.custom.LineCache
Called when a text change occurred.
textChanged(int, int, int, int, int) - Method in class org.eclipse.swt.custom.ContentWidthCache
Updates the line width array to reflect a text change.
textChanged(int, int, int, int, int) - Method in class org.eclipse.swt.custom.WordWrapCache
Passes the text change notification to the line wrap content.
textChanged(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
Suppressed: This method is called when the content has changed.
TextChangedEvent - class org.eclipse.swt.custom.TextChangedEvent.
Unsafe:
TextChangedEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangedEvent
Suppressed: Create the TextChangedEvent to be used by the StyledTextContent implementor.
textChangeListener - Variable in class org.eclipse.swt.custom.StyledText
 
TextChangeListener - interface org.eclipse.swt.custom.TextChangeListener.
Unsafe:
TextChanging - Static variable in class org.eclipse.swt.custom.StyledText
 
textChanging(int, int) - Method in class org.eclipse.swt.custom.DefaultLineStyler
 
textChanging(TextChangingEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
Suppressed: This method is called when the content is about to be changed.
textChanging(TextChangingEvent) - Method in class org.eclipse.swt.custom.DefaultLineStyler
Updates the style ranges and line backgrounds to reflect a pending text change.
TextChangingEvent - class org.eclipse.swt.custom.TextChangingEvent.
Unsafe:
TextChangingEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangingEvent
Suppressed: Create the TextChangedEvent to be used by the StyledTextContent implementor.
TextChangingEvent(StyledTextContent, StyledTextEvent) - Constructor for class org.eclipse.swt.custom.TextChangingEvent
 
TextComponent - class java.awt.TextComponent.
Unsafe: The TextComponent class is the superclass of any component that allows the editing of some text.
TextComponent(String) - Constructor for class java.awt.TextComponent
Constructs a new text component initialized with the specified text.
textComponentSerializedDataVersion - Variable in class java.awt.TextComponent
The textComponent SerializedDataVersion.
TextEvent - class java.awt.event.TextEvent.
Unsafe:
textEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
 
TextEvent(Object, int) - Constructor for class java.awt.event.TextEvent
Suppressed: Constructs a TextEvent object.
textExtent(String) - Method in class org.eclipse.swt.graphics.GC
Enabled: Returns the extent of the given string.
textExtent(String, int) - Method in class org.eclipse.swt.graphics.GC
Enabled: Returns the extent of the given string.
TextField - class java.awt.TextField.
Unsafe:
TextField() - Constructor for class java.awt.TextField
Suppressed: Constructs a new text field.
TextField(int) - Constructor for class java.awt.TextField
Suppressed: Constructs a new empty text field with the specified number of columns.
TextField(String) - Constructor for class java.awt.TextField
Suppressed: Constructs a new text field initialized with the specified text.
TextField(String, int) - Constructor for class java.awt.TextField
Suppressed: Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of columns.
textFieldSerializedDataVersion - Variable in class java.awt.TextField
The textField Serialized Data Version.
textFlavorComparator - Static variable in class java.awt.datatransfer.DataFlavor
 
java.awt.datatransfer.DataFlavor.TextFlavorComparator - class java.awt.datatransfer.TextFlavorComparator.
 
TextFlavorComparator() - Constructor for class java.awt.datatransfer.TextFlavorComparator
 
textFormatterActionMap - Variable in class javax.swing.JFormattedTextField
ActionMap that the TextFormatter Actions are added to.
textHighlight - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the background of selected items, such as in menus, comboboxes, and text.
textHighlightText - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the text of selected items, such as in menus, comboboxes, and text.
textInactiveText - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the text of inactive items, such as in menus.
TextLayoutStrategy - class javax.swing.text.TextLayoutStrategy.
A flow strategy that uses java.awt.font.LineBreakMeasureer to produce java.awt.font.TextLayout for i18n capable rendering.
TextLayoutStrategy() - Constructor for class javax.swing.text.TextLayoutStrategy
Constructs a layout strategy for paragraphs based upon java.awt.font.LineBreakMeasurer.
textLimit - Variable in class org.eclipse.swt.custom.StyledText
 
textListener - Variable in class java.awt.TextComponent
 
TextListener - interface java.awt.event.TextListener.
Unsafe:
textListenerK - Static variable in class java.awt.Component
 
textListeners - Variable in class org.eclipse.swt.custom.DefaultContent
 
TextMaker - Static variable in class org.capml.dom.Text
Deprecated. Enabled:
textOrChar(String) - Method in class antlr.CppCodeGenerator
 
textOut - Variable in class java.io.PrintStream
Track both the text- and character-output streams, so that their buffers can be flushed without flushing the entire stream.
textpos - Variable in class javax.swing.text.html.parser.Parser
 
TextReader - class org.erights.e.elib.oldeio.TextReader.
Untamed: A non-blocking Reader for reading the text that appears in a shared StringBuffer.
textReader() - Method in class java.io.File
Added: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
textReader() - Method in class java.net.URL
Added: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
textReader() - Method in class org.erights.e.meta.java.io.ReadOnlyFile
Enabled: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
textReader(File) - Static method in class org.erights.e.meta.java.io.FileSugar
Enabled: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
TextReader(StringBuffer) - Constructor for class org.erights.e.elib.oldeio.TextReader
optFiller defaults to null
TextReader(StringBuffer, Thunk) - Constructor for class org.erights.e.elib.oldeio.TextReader
Makes a Reader for reading from 'buf' in a non-blocking fashion, and calling 'optFiller' to refill it when it's empty.
textReader(URL) - Static method in class org.erights.e.meta.java.net.URLSugar
Enabled: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
texts - Variable in class org.eclipse.swt.custom.TableTreeItem
 
TextSet - Static variable in class org.eclipse.swt.custom.StyledText
 
textSet(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
Suppressed: This method is called instead of the textChanging/textChanged combination when the entire old content has been replaced (e.g., by a call to StyledTextContent.setText()).
textStore - Variable in class org.eclipse.swt.custom.DefaultContent
 
textText - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the text of text control objects, such as textfields and comboboxes.
textToNumericFormat(String) - Static method in class java.net.Inet4Address
 
textToNumericFormat(String) - Static method in class java.net.Inet6Address
 
TextTransfer - class org.eclipse.swt.dnd.TextTransfer.
Untamed: The class TextTransfer provides a platform specific mechanism for converting plain text represented as a java String to a platform specific representation of the data and vice versa.
TextTransfer() - Constructor for class org.eclipse.swt.dnd.TextTransfer
 
TexturePaint - class java.awt.TexturePaint.
Safe: The TexturePaint class provides a way to fill a Shape with a texture that is specified as a BufferedImage.
TexturePaint(BufferedImage, Rectangle2D) - Constructor for class java.awt.TexturePaint
Enabled: Constructs a TexturePaint object.
TexturePaintContext - class java.awt.TexturePaintContext.
 
TexturePaintContext(ColorModel, AffineTransform, int, int, int) - Constructor for class java.awt.TexturePaintContext
 
textValueChanged(TextEvent) - Method in class java.awt.AWTEventMulticaster
Enabled:
textValueChanged(TextEvent) - Method in class java.awt.AccessibleAWTTextComponent
TextListener notification of a text value change.
textValueChanged(TextEvent) - Method in interface java.awt.event.TextListener
Enabled: Invoked when the value of the text has changed.
org.eclipse.swt.custom.StyledText.TextWriter - class org.eclipse.swt.custom.TextWriter.
 
TextWriter - class org.erights.e.elib.oldeio.TextWriter.
Safe:
textWriter() - Method in class java.io.File
Added: 'append' argument defaults to false
textWriter(boolean) - Method in class java.io.File
Added: Open 'self' for writing of appending text, encoded as UTF-8, with '\n's written as platform newlines.
textWriter(File) - Static method in class org.erights.e.meta.java.io.FileSugar
Enabled: 'append' argument defaults to false
textWriter(File, boolean) - Static method in class org.erights.e.meta.java.io.FileSugar
Enabled: Open 'self' for writing of appending text, encoded as UTF-8, with '\n's written as platform newlines.
TextWriter(int, int) - Constructor for class org.eclipse.swt.custom.TextWriter
Creates a writer that writes content starting at offset "start" in the document.
TextWriter(Writer) - Constructor for class org.erights.e.elib.oldeio.TextWriter
Enabled: Initial newline defaults to "\n".
TextWriter(Writer, boolean) - Constructor for class org.erights.e.elib.oldeio.TextWriter
Enabled: Initial newline defaults to "\n".
TextWriter(Writer, String, boolean, boolean, FlexMap) - Constructor for class org.erights.e.elib.oldeio.TextWriter
Enabled: Returns a writer that wraps 'out', and writes all strings with "\n" replaced with the 'newline' string.
THAANA - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
THAI - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
thawKeyMap - Static variable in class javax.swing.text.StyleContext
 
THE_BRAND - Static variable in class org.erights.e.elib.serial.PersistentKeyHolder
Enabled:
THE_DEFAULT - Static variable in class org.erights.e.elib.vat.SWTRunner
 
THE_DEFAULT - Static variable in class org.erights.e.elib.vat.AWTRunner
 
THE_ONE - Static variable in class net.captp.jcomm.LocatorUnumDesc
 
THE_ONE - Static variable in class org.erights.e.elang.interp.UnsafeLoader
 
THE_ONE - Static variable in class org.erights.e.elang.interp.TypeLoader
 
THE_ONE - Static variable in class org.erights.e.elang.interp.ResourceUriGetter
Enabled:
THE_ONE - Static variable in class org.erights.e.elang.interp.Loop
Enabled:
THE_ONE - Static variable in class org.erights.e.elang.interp.Comparer
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.debug.Profiler
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.prim.Thrower
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.prim.ScriptMaker
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.prim.CallableScript
The behavior of all Callables are described by the one CallableScript
THE_ONE - Static variable in class org.erights.e.elib.serial.Unserializer
Enabled: The canonical instance
THE_ONE - Static variable in class org.erights.e.elib.serial.Serializer
Enabled: The canonical instance
THE_ONE - Static variable in class org.erights.e.elib.serial.PersistentAuditor
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.PassByProxyGuard
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.PassByCopyAuditor
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.PassByConstructionAuditor
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.DeepPassByCopyAuditor
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.DeepFrozenAuditor
Enabled: