Modifier and Type | Class and Description |
---|---|
class |
CastString
Cast to a String
|
Modifier and Type | Method and Description |
---|---|
static ExprString |
CastString.toExprString(Expression expr)
Create a String expression from a Expression
|
Modifier and Type | Class and Description |
---|---|
class |
VariableString |
Modifier and Type | Method and Description |
---|---|
ExprString |
DynAssign.getName() |
ExprString |
BIF.getName() |
ExprString |
UDF.getName() |
ExprString |
DataMember.getName() |
static ExprString |
VariableString.toExprString(Expression expr) |
static ExprString |
VariableString.translateVariableToExprString(Expression expr,
boolean rawIfPossible) |
Constructor and Description |
---|
BIF(ExprString name,
FunctionLibFunction flf) |
Modifier and Type | Class and Description |
---|---|
class |
Identifier |
class |
LitString
A Literal String
|
Modifier and Type | Method and Description |
---|---|
static ExprString |
LitString.toExprString(String str) |
static ExprString |
LitString.toExprString(String str,
Position start,
Position end) |
Modifier and Type | Class and Description |
---|---|
class |
OpString |
Modifier and Type | Method and Description |
---|---|
static ExprString |
OpString.toExprString(Expression left,
Expression right)
Create a String expression from a Expression
|
static ExprString |
OpString.toExprString(Expression left,
Expression right,
boolean concatStatic) |
Modifier and Type | Method and Description |
---|---|
ExprString |
Argument.getDisplayName() |
ExprString |
Argument.getHint() |
ExprString |
Argument.getName() |
ExprString |
Argument.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TryCatchFinally.addCatch(ExprString type,
VariableRef name,
Body body,
Position line) |
Modifier and Type | Method and Description |
---|---|
static String |
ASMUtil.display(ExprString name) |
static boolean |
ASMUtil.isDotKey(ExprString expr) |
static short |
ExpressionUtil.toShortType(ExprString expr,
boolean alsoAlias,
short defaultValue) |
Copyright © 2015 Lucee