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

Field Summary
private  java.lang.String ws
           
 
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
 

Field Detail

ws

private java.lang.String ws
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-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook