net.sgoliver.jrtftree.core
Class RtfToken

java.lang.Object
  extended bynet.sgoliver.jrtftree.core.RtfToken

public class RtfToken
extends java.lang.Object


Field Summary
 boolean hasParam
          Indicador de la existencia de parametro asociado al token.
 java.lang.String key
          Clave del token.
 int param
          Parámetro asociado al token, en caso de existir.
 int tokenType
          Tipo de token.
 
Constructor Summary
RtfToken()
          Constructor de la clase.
 
Method Summary
 java.lang.String toString()
          Convierte el token a una cadena de texto.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hasParam

public boolean hasParam
Indicador de la existencia de parametro asociado al token.


key

public java.lang.String key
Clave del token.


param

public int param
Parámetro asociado al token, en caso de existir.


tokenType

public int tokenType
Tipo de token.

Constructor Detail

RtfToken

public RtfToken()
Constructor de la clase.

Method Detail

toString

public java.lang.String toString()
Convierte el token a una cadena de texto.