Package org.argouml.language.java.generator

Provides ArgoUml with the capability to parse Java strings in uml models, and to generate Java strings/source files from the uml model.

See:
          Description

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 Generator2 subclass to generate Java for display in diagrams and in text fields in the ArgoUML user interface.
InterfaceCodePiece This code piece represents an interface declaration.
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.
 

Package org.argouml.language.java.generator Description

Provides ArgoUml with the capability to parse Java strings in uml models, and to generate Java strings/source files from the uml model.

Package Specification

(none)

Related Documentation

(none)



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook