public class PropertiesToken extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
(package private) String |
text |
PropertiesTokenType |
type |
| Constructor and Description |
|---|
PropertiesToken(PropertiesTokenType type,
String text) |
private static final long serialVersionUID
public final PropertiesTokenType type
String text
public PropertiesToken(PropertiesTokenType type, String text)
public static PropertiesToken eof()
Copyright © 2011-2014 David R. Smith. All Rights Reserved.