public interface IJavaScriptPartitions
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JAVA_CHARACTER
The identifier of the JavaScript character partition content type.
|
static java.lang.String |
JAVA_DOC
The identifier of the Javadoc (JLS2: DocumentationComment) partition content type.
|
static java.lang.String |
JAVA_MULTI_LINE_COMMENT
The identifier multi-line (JLS2: TraditionalComment) comment partition content type.
|
static java.lang.String |
JAVA_PARTITIONING
The identifier of the JavaScript partitioning.
|
static java.lang.String |
JAVA_SHEBANG_LINE
The shebang line
|
static java.lang.String |
JAVA_SINGLE_LINE_COMMENT
The identifier of the single-line (JLS2: EndOfLineComment) end comment partition content type.
|
static java.lang.String |
JAVA_STRING
The identifier of the JavaScript string partition content type.
|
static java.lang.String |
JAVASCRIPT_TEMPLATE_LITERAL
The identifier template-literal partition content type.
|
static final java.lang.String JAVA_PARTITIONING
static final java.lang.String JAVA_SINGLE_LINE_COMMENT
static final java.lang.String JAVA_MULTI_LINE_COMMENT
static final java.lang.String JAVASCRIPT_TEMPLATE_LITERAL
static final java.lang.String JAVA_DOC
static final java.lang.String JAVA_STRING
static final java.lang.String JAVA_CHARACTER
static final java.lang.String JAVA_SHEBANG_LINE
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.