|
|||||||||||
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
A piece of code is a continuous part of a source code file. The code piece is going to be replaced by a string generated from the UML model.
Constructor Summary | |
CodePiece()
|
Method Summary | |
abstract int |
getEndLine()
Return the end line |
abstract int |
getEndPosition()
Return the end position. |
abstract int |
getStartLine()
Return the start line |
abstract int |
getStartPosition()
Return the start position. |
abstract 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 CodePiece()
Method Detail |
public abstract java.lang.StringBuffer getText()
public abstract int getStartPosition()
public abstract int getEndPosition()
public abstract int getStartLine()
public abstract int getEndLine()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2003 (20030919) | ArgoUML Project Home | ArgoUML Cookbook |