Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.syntax
Class ASPMode  view ASPMode download ASPMode.java

java.lang.Object
  extended byorg.gjt.sp.jedit.syntax.ASPMode

class ASPMode
extends java.lang.Object

ASP Mode constants

Version:
0.6

Field Summary
static byte ASP
           
static byte ASP_CFG
           
static byte CSJS
           
static byte CSPS
           
static byte CSVB
           
static byte HTML
           
static byte HTML_COMMENT
           
static byte HTML_ENTITY
           
static byte HTML_SCRIPT
           
static byte HTML_TAG
           
static byte SSI
           
static byte SSJS
           
static byte SSPS
           
static byte SSVB
           
 
Constructor Summary
(package private) ASPMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ASPMode

ASPMode()