- dd() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- de.hunsicker.jalopy - package de.hunsicker.jalopy
-
Contains the main classes to directly interact with the Jalopy formatting engine.
- de.hunsicker.jalopy.language - package de.hunsicker.jalopy.language
-
Contains all classes related to the task of language recognition and processing.
- de.hunsicker.jalopy.plugin - package de.hunsicker.jalopy.plugin
-
Supplies the Plug-in hook for the integration with other Java applications.
- de.hunsicker.jalopy.plugin.console - package de.hunsicker.jalopy.plugin.console
-
The command line interface for Jalopy.
- de.hunsicker.jalopy.storage - package de.hunsicker.jalopy.storage
-
The Jalopy runtime and persistant state storage and configuration facility.
- de.hunsicker.jalopy.swing - package de.hunsicker.jalopy.swing
-
Provides some building blocks to make implementing a Swing-based, graphical user interface
for the Jalopy code convention settings easy.
- DEC - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- declaration() - Method in class de.hunsicker.jalopy.language.JavaParser
-
A declaration is the creation of a reference or primitive-type variable
Create a separate Type/Var tree for each var in the var list.
- DeclarationType - Class in de.hunsicker.jalopy.language
-
Represents a method type to distinguish between ordinary method names and those which
adhere to the Java Bean naming conventions.
- declaratorBrackets(JavaNode) - Method in class de.hunsicker.jalopy.language.JavaParser
-
- def_list() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- def_list_item() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- DEFAULT - Static variable in class de.hunsicker.io.FileFormat
-
Represents the platform default file format.
- definition() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- DELIMETER - Static variable in class de.hunsicker.jalopy.swing.AbstractSettingsPage
-
DOCUMENT ME!
- detachAnnotations() - Method in class de.hunsicker.jalopy.language.JavaNode
-
Detaches and returns all annotations that are attached to this node.
- detachAnnotations() - Method in class de.hunsicker.jalopy.language.JavaRecognizer
-
Detaches all annotations.
- detachAnnotations() - Method in interface de.hunsicker.jalopy.plugin.Editor
-
Detaches all existing annotations of this view.
- DIGIT - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
-
- dir() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- disable() - Static method in class de.hunsicker.jalopy.storage.Loggers
-
Disables logging output.
- DISABLED - Static variable in class de.hunsicker.jalopy.storage.History.Policy
-
Don't use the history.
- DISABLED - Static variable in class de.hunsicker.jalopy.storage.ImportPolicy
-
Apply no import optimization.
- displayError(Throwable, Frame) - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
-
Displays an error dialog.
- dispose() - Method in class de.hunsicker.jalopy.swing.JavadocSettingsPage
-
Frees allocated resources.
- dispose() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
-
Housekeeping method.
- div() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- DIV - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- DIV_ASSIGN - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- done() - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
-
Notifies the appender that a run was finished.
- done() - Method in interface de.hunsicker.jalopy.plugin.SwingAppender
-
Notifies the appender that a run was finished.
- done() - Method in interface de.hunsicker.jalopy.swing.ProgressMonitor
-
Notifies that the worker is done.
- DOS - Static variable in class de.hunsicker.io.FileFormat
-
Represents the DOS file format ("\r\n").
- DOT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- dt() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- dumpAppenders(Logger) - Static method in class de.hunsicker.jalopy.storage.Loggers
-
Prints information about all appenders for the given logger.
- dupList(AST) - Method in class de.hunsicker.jalopy.language.JavaNodeFactory
-
Duplicate the given tree (including all siblings of root).
- dupTree(AST) - Method in class de.hunsicker.jalopy.language.JavaNodeFactory
-
Duplicate a tree, assuming this is a root node of a tree -- duplicates that node
and what's below; ignore siblings of root node.