public enum HighlightingElement extends Enum<HighlightingElement>
Modifier and Type | Method and Description |
---|---|
static HighlightingElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HighlightingElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HighlightingElement sfkSpan
public static final HighlightingElement sfkIdentifer
public static final HighlightingElement sfkStandardkeyword
public static final HighlightingElement sfkNumber
public static final HighlightingElement sfkDelimitedIdentifier
public static final HighlightingElement sfkSymbol
public static final HighlightingElement sfkFunction
public static final HighlightingElement sfkBuiltInFunction
public static final HighlightingElement sfkDatatype
public static final HighlightingElement sfkParameter
public static final HighlightingElement sfkbindvar
public static final HighlightingElement sfkVendordbkeyword
public static final HighlightingElement sfkSQString
public static final HighlightingElement sfkDQString
public static final HighlightingElement sfkComment_dh
public static final HighlightingElement sfkComment_ss
public static final HighlightingElement sfkComment_sign
public static final HighlightingElement sfkMssqlsystemvar
public static final HighlightingElement sfksqlvar
public static final HighlightingElement sfkMssqlst1
public static final HighlightingElement sfkMssqlst2
public static final HighlightingElement sfkMssqlst3
public static final HighlightingElement sfkOracleplsqlkeyword
public static final HighlightingElement sfkOracleexception
public static final HighlightingElement sfkOraclepackage
public static final HighlightingElement sfkOraclecommand
public static final HighlightingElement sfkOracleplsqlmethod
public static final HighlightingElement sfkOraclerem
public static final HighlightingElement sfkOraclesqlplus
public static final HighlightingElement sfkSybasesystemobj
public static final HighlightingElement sfkSybasest
public static final HighlightingElement sfkSybaseglobalvar
public static final HighlightingElement sfkopenbracket
public static final HighlightingElement sfkclosebracket
public static final HighlightingElement sfkUserCustomized
public static final HighlightingElement sfkDefault
public static HighlightingElement[] values()
for (HighlightingElement c : HighlightingElement.values()) System.out.println(c);
public static HighlightingElement valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null