|
||||||||||||
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.CompositeCodePiece
This piece of code is a composition of several adjacent pieces of code. The code piece can have holes.
Constructor Summary | |
---|---|
CompositeCodePiece(CodePiece codePiece)
Create a composite piece of code. |
Method Summary | |
---|---|
void |
add(CodePiece codePiece)
Append a code piece to the end. |
int |
getEndLine()
Return the end line |
int |
getEndPosition()
Return the end position. |
int |
getStartLine()
Return the start line |
int |
getStartPosition()
Return the start position. |
java.lang.StringBuffer |
getText()
Return the string representation for this piece of code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompositeCodePiece(CodePiece codePiece)
codePiece
- A starter code piece.Method Detail |
public void add(CodePiece codePiece)
public java.lang.StringBuffer getText()
getText
in class CodePiece
public int getStartPosition()
getStartPosition
in class CodePiece
public int getEndPosition()
getEndPosition
in class CodePiece
public int getStartLine()
getStartLine
in class CodePiece
public int getEndLine()
getEndLine
in class CodePiece
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2003 (20040216) | ArgoUML Project Home | ArgoUML Cookbook |