wxtgui
Class REXMLTypes

java.lang.Object
  extended bywxtgui.RETypes
      extended bywxtgui.REXMLTypes

public class REXMLTypes
extends RETypes


Nested Class Summary
static class REXMLTypes.Kit
           
 
Nested classes inherited from class wxtgui.RETypes
RETypes.Type
 
Field Summary
static java.lang.String COMMENT
           
static java.lang.String ELEMENT1
           
static java.lang.String ELEMENT2
           
static java.lang.String ELEMENT3
           
static java.lang.String TAG
           
static java.lang.String TEXT
           
 
Fields inherited from class wxtgui.RETypes
typeList
 
Constructor Summary
REXMLTypes()
           
 
Methods inherited from class wxtgui.RETypes
addTokenType, getColor, getExpr, getExpression, getMatcher, getName, getPattern, getType, getTypeCount, setStyles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final java.lang.String TAG
See Also:
Constant Field Values

TEXT

public static final java.lang.String TEXT
See Also:
Constant Field Values

COMMENT

public static final java.lang.String COMMENT
See Also:
Constant Field Values

ELEMENT1

public static final java.lang.String ELEMENT1
See Also:
Constant Field Values

ELEMENT2

public static final java.lang.String ELEMENT2
See Also:
Constant Field Values

ELEMENT3

public static final java.lang.String ELEMENT3
See Also:
Constant Field Values
Constructor Detail

REXMLTypes

public REXMLTypes()