Jalopy 1.0b11
A B C D E F G H I J K L M N O P Q R S T U V W _

T

TAB_SIZE - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "tabSize".
TAG - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_AUTHOR - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_CUSTOM - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_DEPRECATED - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_EXCEPTION - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_INLINE_CUSTOM - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_INLINE_DOCROOT - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_INLINE_INHERITDOC - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_INLINE_LINK - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_INLINE_LINKPLAIN - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_INLINE_VALUE - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_PARAM - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_RETURN - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_SEE - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_SERIAL - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_SERIAL_DATA - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_SERIAL_FIELD - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_SINCE - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_THROWS - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_TODO - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TAG_VERSION - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
TESTER - Static variable in class de.hunsicker.jalopy.language.MethodType
Represents a Java Bean accessor/tester.
THREAD_COUNT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("1").
THREAD_COUNT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of processing threads to use (int).
TIMESTAMP - Static variable in class de.hunsicker.jalopy.storage.History.Method
Use simple, last modified timestamp.
TIP_ADHERE_TO_NAMING_CONVENTION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_AVOID_THREAD_GROUPS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_DECLARE_COLLECTION_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_DECLARE_COLLECTION_VARIABLE_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_DONT_IGNORE_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_DONT_SUBSTITUTE_OBJECT_EQUALS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_EMPTY_FINALLY - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_INTERFACE_ONLY_FOR_TYPE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_NEVER_THROW_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_NEVER_THROW_THROWABLE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_NEVER_WAIT_OUTSIDE_LOOP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_OBEY_CONTRACT_EQUALS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_OVERRIDE_EQUALS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_OVERRIDE_HASHCODE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_OVERRIDE_TO_STRING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_REFER_BY_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_REPLACE_STRUCTURE_WITH_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_RETURN_ZERO_ARRAY - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_STRING_LITERAL_I18N - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_VARIABLE_SHADOW - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_WRONG_COLLECTION_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection (boolean)
TRANSFORM - Static variable in class de.hunsicker.jalopy.storage.Loggers
Logging category for transformation messages.
TRANSIENT - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the transient modifier.
TYPE - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
 
TYPECAST - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
 
TYPE_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "exceptionType".
TYPE_OBJECT - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "objectType".
TYPE_PARAM - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "paramType".
Transformation - interface de.hunsicker.jalopy.language.Transformation.
Command interface for applying tree transformations.
TransformationException - exception de.hunsicker.jalopy.language.TransformationException.
Indicates an error during a transformation.
TransformationException(String) - Constructor for class de.hunsicker.jalopy.language.TransformationException
Creates a new TransformationException.
TreeWalker - class de.hunsicker.jalopy.language.TreeWalker.
Helper class to make implementing tree walkers easy.
TreeWalker() - Constructor for class de.hunsicker.jalopy.language.TreeWalker
Creates a new TreeWalker object.
Type - interface de.hunsicker.jalopy.language.Type.
Tagging interface.
table() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
teletype() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
testLiteralsTable(int) - Method in class de.hunsicker.jalopy.language.JavaLexer
Test the token type against the literals table.
testLiteralsTable(String, int) - Method in class de.hunsicker.jalopy.language.JavaLexer
Test the text passed in against the literals table.
text() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
text - Variable in class de.hunsicker.jalopy.language.Node
Node text.
text_tag() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
th_or_td() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
throwsClause() - Method in class de.hunsicker.jalopy.language.JavaParser
 
toFront() - Method in class de.hunsicker.jalopy.swing.SettingsDialog
Overriden to dispatch the call to the top-level container if invoked from the command line.
toString() - Method in class de.hunsicker.io.FileFormat
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.Jalopy.State
Returns a string representation of this state.
toString() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
toString() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
toString() - Method in class de.hunsicker.jalopy.language.DeclarationType
Returns a string representation of this method type.
toString() - Method in class de.hunsicker.jalopy.language.ExtendedToken
toString() - Method in class de.hunsicker.jalopy.language.JavaNode
Returns a string representation of this node.
toString() - Method in class de.hunsicker.jalopy.language.MethodType
Returns a string representation of this method type.
toString() - Method in class de.hunsicker.jalopy.language.ModifierType
Returns a string representation of this modifier type.
toString() - Method in class de.hunsicker.jalopy.language.Node
Returns a string representation of this node.
toString() - Method in class de.hunsicker.jalopy.language.Position
toString() - Method in class de.hunsicker.jalopy.storage.Convention.Key
toString() - Method in class de.hunsicker.jalopy.storage.Convention
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.Environment.Variable
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.Environment
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.History.Entry
Returns a string representation of this entry.
toString() - Method in class de.hunsicker.jalopy.storage.History.Method
Returns a string representation of this method.
toString() - Method in class de.hunsicker.jalopy.storage.History.Policy
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.ImportPolicy
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.Key
Deprecated. Returns a string representation of this object.
toString() - Method in class de.hunsicker.util.Version
tr() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
tryBlock() - Method in class de.hunsicker.jalopy.language.JavaParser
 
type() - Method in class de.hunsicker.jalopy.language.JavaParser
 
type - Variable in class de.hunsicker.jalopy.language.Node
Node type.
typeDefinition() - Method in class de.hunsicker.jalopy.language.JavaParser
 
typeSpec(boolean) - Method in class de.hunsicker.jalopy.language.JavaParser
 

Jalopy 1.0b11
A B C D E F G H I J K L M N O P Q R S T U V W _
Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 13 2003