org.argouml.language.java.generator
Class SimpleCodePiece

java.lang.Object
  extended byorg.argouml.language.java.generator.CodePiece
      extended byorg.argouml.language.java.generator.SimpleCodePiece

public class SimpleCodePiece
extends CodePiece

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

text

private java.lang.StringBuffer text

line

private int line

startPosition

private int startPosition

endPosition

private int endPosition
Constructor Detail

SimpleCodePiece

public SimpleCodePiece(java.lang.StringBuffer text,
                       int line,
                       int startPosition,
                       int endPosition)
Create a simple piece of code.


SimpleCodePiece

public SimpleCodePiece(antlr.Token token)
Create a simple piece of code from a token.

Method Detail

getText

public java.lang.StringBuffer getText()
Return the string representation for this piece of code.

Specified by:
getText in class CodePiece

getStartPosition

public int getStartPosition()
Return the start position.

Specified by:
getStartPosition in class CodePiece

getEndPosition

public int getEndPosition()
Return the end position.

Specified by:
getEndPosition in class CodePiece

getStartLine

public int getStartLine()
Return the start line

Specified by:
getStartLine in class CodePiece

getEndLine

public int getEndLine()
Return the end line

Specified by:
getEndLine in class CodePiece


ArgoUML © 1996-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook