Class Summary |
AnonymousClassCodePiece |
This code piece represents an anonymous class. |
AttributeCodePiece |
This code piece represents an attribute. |
ClassCodePiece |
This code piece represents a class declaration. |
ClassifierEndCodePiece |
This code piece represents the end of a class or an interface. |
CodePiece |
A piece of code is a continuous part of a source code file. |
CodePieceCollector |
This class collects pieces of code when a source file is parsed,
and then updates the file with new code from the model. |
CompositeCodePiece |
This piece of code is a composition of several adjacent pieces of
code. |
GeneratorJava |
Generator subclass to generate text for display in diagrams in in
text fields in the Argo/UML user interface. |
InterfaceCodePiece |
This code piece represents an interface declaration. |
JavaLexer |
|
JavaRecognizer |
Java 1.2 Recognizer
Contributing authors:
John Mitchell johnm@non.net
Terence Parr parrt@magelang.com
John Lilley jlilley@empathy.com
Scott Stanchfield thetick@magelang.com
Markus Mohnen mohnen@informatik.rwth-aachen.de
Peter Williams pwilliams@netdynamics.com
Version 1.00 December 9, 1997 -- initial release
Version 1.01 December 10, 1997
fixed bug in octal def (0..7 not 0..8)
Version 1.10 August 1998 (parrt)
added tree construction
fixed definition of WS,comments for mac,pc,unix newlines
added unary plus
Version 1.11 (Nov 20, 1998)
Added "shutup" option to turn off last ambig warning.
|
JavaUML |
A file of information about the Java language. |
NamedCodePiece |
This is a code piece that has been identified by the parser to be
of a specific kind. |
OperationCodePiece |
This code piece represents an operation declaration. |
PackageCodePiece |
This code piece represents a package declaration. |
ParseState |
This class handles information during the replacement of code
pieces. |
SimpleCodePiece |
This piece of code is just one token. |