org.argouml.language.java.generator
Class SimpleCodePiece

java.lang.Object
  |
  +--org.argouml.language.java.generator.CodePiece
        |
        +--org.argouml.language.java.generator.SimpleCodePiece

public class SimpleCodePiece
extends CodePiece

This piece of code is just one token.


Constructor Summary
SimpleCodePiece(antlr.Token token)
          Create a simple piece of code from a token.
SimpleCodePiece(java.lang.StringBuffer text, int line, int startPosition, int endPosition)
          Create a simple piece of code.
 
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
 

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-2003 (20040216)ArgoUML Project HomeArgoUML Cookbook