public class Identifier extends LitString
LitString.Range
Modifier and Type | Field and Description |
---|---|
static short |
CASE_LOWER |
static short |
CASE_ORIGNAL |
static short |
CASE_UPPER |
EMPTY, MAX_SIZE, TYPE_LOWER, TYPE_ORIGINAL, TYPE_UPPER
MODE_REF, MODE_VALUE
Modifier and Type | Method and Description |
---|---|
short |
getCase() |
String |
getLower() |
String |
getRaw() |
String |
getUpper() |
static Identifier |
toIdentifier(String str,
Position start,
Position end) |
static Identifier |
toIdentifier(String str,
short _case,
Position start,
Position end) |
_writeOut, duplicate, equals, fromBracket, fromBracket, getBoolean, getDouble, getString, lowerCase, toExprString, toExprString, toLitString, toString, upperCase, writeOut
getEnd, getStart, setEnd, setStart, writeOut
public static short CASE_ORIGNAL
public static short CASE_UPPER
public static short CASE_LOWER
public static Identifier toIdentifier(String str, Position start, Position end)
public static Identifier toIdentifier(String str, short _case, Position start, Position end)
public short getCase()
Copyright © 2015 Lucee