org.argouml.uml.reveng.java
Class ArgoToken

java.lang.Object
  |
  +--CommonToken
        |
        +--org.argouml.uml.reveng.java.ArgoToken

public class ArgoToken
extends CommonToken

This is a special token class for Argo that store its preceding whitespaces.

See Also:
Serialized Form

Constructor Summary
ArgoToken()
           
 
Method Summary
 java.lang.String getWhitespace()
          Get the whitespace of this token.
 void setWhitespace(java.lang.String ws)
          Set the whitespaces for this token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgoToken

public ArgoToken()
Method Detail

setWhitespace

public void setWhitespace(java.lang.String ws)
Set the whitespaces for this token.

Parameters:
ws - The whitespaces for the buffer.

getWhitespace

public java.lang.String getWhitespace()
Get the whitespace of this token.

Returns:
The whitespaces of this token.


ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook