|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.argouml.language.java.generator.CodePiece | +--org.argouml.language.java.generator.NamedCodePiece
This is a code piece that has been identified by the parser to be of a specific kind. See the subclasses for further details.
Constructor Summary | |
---|---|
NamedCodePiece()
|
Method Summary | |
---|---|
void |
ffCodePiece(java.io.BufferedReader reader,
java.io.BufferedWriter writer)
Read until the end of the code piece. |
abstract void |
write(java.io.BufferedReader reader,
java.io.BufferedWriter writer,
java.util.Stack parseStateStack)
Write the code this piece represents to file. |
Methods inherited from class org.argouml.language.java.generator.CodePiece |
---|
getEndLine, getEndPosition, getStartLine, getStartPosition, getText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NamedCodePiece()
Method Detail |
public abstract void write(java.io.BufferedReader reader, java.io.BufferedWriter writer, java.util.Stack parseStateStack) throws java.lang.Exception
reader
- Read original code from this.writer
- Write code to this.parseStateStack
- Information with one stack frame for each
classifier that the parser has descended into.
java.lang.Exception
public final void ffCodePiece(java.io.BufferedReader reader, java.io.BufferedWriter writer) throws java.lang.Exception
reader
- Read original code from this.writer
- Write code to this.
java.lang.Exception
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |