Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.functions | |
gnu.kawa.xml | |
gnu.xquery.lang |
Modifier and Type | Field and Description |
---|---|
static QuoteExp |
QuoteExp.abstractExp |
static QuoteExp |
QuoteExp.classObjectExp |
static QuoteExp |
QuoteExp.falseExp |
static QuoteExp |
QuoteExp.nullExp |
static QuoteExp |
QuoteExp.trueExp |
static QuoteExp |
QuoteExp.undefined_exp |
static QuoteExp |
QuoteExp.voidExp |
Modifier and Type | Method and Description |
---|---|
QuoteExp |
InlineCalls.fixIntValue(Expression exp) |
QuoteExp |
InlineCalls.fixLongValue(Expression exp) |
static QuoteExp |
QuoteExp.getInstance(java.lang.Object value) |
static QuoteExp |
QuoteExp.getInstance(java.lang.Object value,
SourceLocator position) |
Modifier and Type | Method and Description |
---|---|
protected R |
ExpVisitor.visitQuoteExp(QuoteExp exp,
D d) |
protected Expression |
InlineCalls.visitQuoteExp(QuoteExp exp,
Type required) |
Constructor and Description |
---|
ConstantFunction0(java.lang.String name,
QuoteExp constant) |
Modifier and Type | Field and Description |
---|---|
static QuoteExp |
MakeAttribute.makeAttributeExp |
Modifier and Type | Field and Description |
---|---|
static QuoteExp |
XQuery.falseExp |
static QuoteExp |
XQParser.getExternalFunction |
static QuoteExp |
XQParser.makeChildAxisStep |
static QuoteExp |
XQParser.makeDescendantAxisStep |
static QuoteExp |
XQuery.trueExp |