asia.redact.bracket.properties
Class PropertiesToken

java.lang.Object
  extended by asia.redact.bracket.properties.PropertiesToken

public class PropertiesToken
extends Object

Container for token type and text

Author:
Dave

Field Summary
(package private)  String text
           
 PropertiesTokenType type
           
 
Constructor Summary
PropertiesToken(PropertiesTokenType type, String text)
           
 
Method Summary
static PropertiesToken eof()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final PropertiesTokenType type

text

String text
Constructor Detail

PropertiesToken

public PropertiesToken(PropertiesTokenType type,
                       String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

eof

public static PropertiesToken eof()


Copyright © 2011-2013 David R. Smith. All Rights Reserved.