|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.language.java.generator.CodePiece
org.argouml.language.java.generator.SimpleCodePiece
This piece of code is just one token.
Field Summary | |
private int |
endPosition
|
private int |
line
|
private int |
startPosition
|
private java.lang.StringBuffer |
text
|
Constructor Summary | |
SimpleCodePiece(java.lang.StringBuffer text,
int line,
int startPosition,
int endPosition)
Create a simple piece of code. |
|
SimpleCodePiece(antlr.Token token)
Create a simple piece of code from a token. |
Method Summary | |
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 |
Field Detail |
private java.lang.StringBuffer text
private int line
private int startPosition
private int endPosition
Constructor Detail |
public SimpleCodePiece(java.lang.StringBuffer text, int line, int startPosition, int endPosition)
public SimpleCodePiece(antlr.Token token)
Method Detail |
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-2004 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |