java.lang.Object
org.gjt.sp.jedit.syntax.ASPMode
- class ASPMode
- extends java.lang.Object
ASP Mode constants
- Version:
- 0.6
|
Constructor Summary |
(package private) |
ASPMode()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML
public static final byte HTML
- See Also:
- Constant Field Values
HTML_COMMENT
public static final byte HTML_COMMENT
- See Also:
- Constant Field Values
HTML_ENTITY
public static final byte HTML_ENTITY
- See Also:
- Constant Field Values
HTML_TAG
public static final byte HTML_TAG
- See Also:
- Constant Field Values
HTML_SCRIPT
public static final byte HTML_SCRIPT
- See Also:
- Constant Field Values
SSI
public static final byte SSI
- See Also:
- Constant Field Values
ASP
public static final byte ASP
- See Also:
- Constant Field Values
ASP_CFG
public static final byte ASP_CFG
- See Also:
- Constant Field Values
SSVB
public static final byte SSVB
- See Also:
- Constant Field Values
CSVB
public static final byte CSVB
- See Also:
- Constant Field Values
SSJS
public static final byte SSJS
- See Also:
- Constant Field Values
CSJS
public static final byte CSJS
- See Also:
- Constant Field Values
SSPS
public static final byte SSPS
- See Also:
- Constant Field Values
CSPS
public static final byte CSPS
- See Also:
- Constant Field Values
ASPMode
ASPMode()