|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use edu.rice.cs.drjava.model.definitions.indent | |
---|---|
edu.rice.cs.drjava.model | The model package is responsible for the majority of the logic
and state in DrJava. |
edu.rice.cs.drjava.model.definitions | Provides the data model for storing Java source code. |
edu.rice.cs.drjava.model.definitions.indent | Provides a decision tree used to correctly indent the current line. |
edu.rice.cs.drjava.model.repl | Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. |
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
Classes in edu.rice.cs.drjava.model.definitions.indent used by edu.rice.cs.drjava.model | |
---|---|
Indenter
Singleton class to construct and use the indentation decision tree. |
|
Indenter.IndentReason
Enumeration of reasons why indentation may be preformed. |
Classes in edu.rice.cs.drjava.model.definitions.indent used by edu.rice.cs.drjava.model.definitions | |
---|---|
Indenter
Singleton class to construct and use the indentation decision tree. |
|
IndentRulesTestCase
Superclass for all test classes for the indentation decision tree. |
Classes in edu.rice.cs.drjava.model.definitions.indent used by edu.rice.cs.drjava.model.definitions.indent | |
---|---|
Indenter.IndentReason
Enumeration of reasons why indentation may be preformed. |
|
IndentRule
A node in the decision tree used for the indentation system. |
|
IndentRuleAction
A leaf node in the decision tree for the indentation system. |
|
IndentRuleQuestion
A question node in the decision tree for the indentation system. |
|
IndentRulesTestCase
Superclass for all test classes for the indentation decision tree. |
|
IndentRuleWithTrace
This class does almost all the work for keeping an indent tree trace. |
Classes in edu.rice.cs.drjava.model.definitions.indent used by edu.rice.cs.drjava.model.repl | |
---|---|
Indenter
Singleton class to construct and use the indentation decision tree. |
Classes in edu.rice.cs.drjava.model.definitions.indent used by edu.rice.cs.drjava.ui | |
---|---|
Indenter.IndentReason
Enumeration of reasons why indentation may be preformed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |