Uses of Package
de.hunsicker.jalopy.language

Packages that use de.hunsicker.jalopy.language
de.hunsicker.jalopy Contains the main classes to directly interact with the Jalopy formatting engine. 
de.hunsicker.jalopy.language Contains all classes related to the task of language recognition and processing. 
de.hunsicker.jalopy.language.antlr   
de.hunsicker.jalopy.printer Provides classes and interfaces for handling the AST output. 
 

Classes in de.hunsicker.jalopy.language used by de.hunsicker.jalopy
JavaRecognizer
          The Java-specific recognizer.
 

Classes in de.hunsicker.jalopy.language used by de.hunsicker.jalopy.language
ClassRepository
          Stores type names for Java packages.
ClassRepositoryEntry
          Represents a repository entry for a given Java library.
ClassRepositoryEntry.Info
          Provides information about a repository entry.
CompositeFactory
          This class creates instances of all the Factories used to generate JavaNodes, Nodes, & Extended Tokens.
CompositeFactory.ExtendedTokenFactory
           
DeclarationType
          Represents a method type to distinguish between ordinary method names and those which adhere to the Java Bean naming conventions.
Lexer
          Common interface for ANTLR lexers.
MethodType
          Represents a method type to distinguish between ordinary method names and those which adhere to the Java Bean naming conventions.
ModifierType
          Represents a Java modifier.
NodeFactory
          Central facility to create extended nodes.
Parser
          Common interface for ANTLR parsers.
Position
          Represents a position in a Java Source file.
Recognizer
          Recognizer acts as a helper class to bundle both an ANTLR parser and lexer for the task of language recognition.
TransformationException
          Indicates an error during a transformation.
TreeWalker
          Helper class to make implementing tree walkers easy.
Type
          Tagging interface.
 

Classes in de.hunsicker.jalopy.language used by de.hunsicker.jalopy.language.antlr
Annotation
          A class that wraps some application specific annotation data.
CompositeFactory
          This class creates instances of all the Factories used to generate JavaNodes, Nodes, & Extended Tokens.
JavadocLexer
          TODO
Lexer
          Common interface for ANTLR lexers.
Parser
          Common interface for ANTLR parsers.
Position
          Represents a position in a Java Source file.
Recognizer
          Recognizer acts as a helper class to bundle both an ANTLR parser and lexer for the task of language recognition.
 

Classes in de.hunsicker.jalopy.language used by de.hunsicker.jalopy.printer
CompositeFactory
          This class creates instances of all the Factories used to generate JavaNodes, Nodes, & Extended Tokens.
 



Copyright © 1997-2005 Jalopy. All Rights Reserved.