| Package | Description |
|---|---|
| gnu.expr |
Supports
Expression,
and various related classes need to compile programming languages. |
| gnu.kawa.functions |
Various core run-time functions and operators.
|
| gnu.kawa.reflect |
Contains classes to use reflection.
|
| gnu.kawa.xml |
Classes for using XML within Kawa.
|
| gnu.xquery.lang | |
| kawa.lang |
Core Kawa classes for Scheme and Lisp compile-time.
|
| Modifier and Type | Field and Description |
|---|---|
static QuoteExp |
QuoteExp.abstractExp |
static QuoteExp |
QuoteExp.classObjectExp |
static QuoteExp |
QuoteExp.emptyExp |
static QuoteExp |
QuoteExp.falseExp |
static QuoteExp |
QuoteExp.falseObjExp |
static QuoteExp |
QuoteExp.isTrueTypeExp |
static QuoteExp |
QuoteExp.nativeExp |
static QuoteExp |
QuoteExp.nullExp |
static QuoteExp |
QuoteExp.trueExp |
static QuoteExp |
QuoteExp.trueObjExp |
static QuoteExp |
QuoteExp.undefined_exp |
static QuoteExp |
QuoteExp.voidExp |
static QuoteExp |
QuoteExp.voidObjectExp
Same value as voidExp, but different type, to suppress diagnostics.
|
| 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) |
QuoteExp |
Compilation.makeQuoteExp (java.lang.Object value) |
static QuoteExp |
QuoteExp.makeShared (java.lang.Object value,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
ANormalize.visitQuoteExp (QuoteExp exp,
gnu.expr.ANormalize.Context context) |
protected R |
ExpVisitor.visitQuoteExp (QuoteExp exp,
D d) |
protected Expression |
InlineCalls.visitQuoteExp (QuoteExp exp,
Type required) |
| Modifier and Type | Field and Description |
|---|---|
static QuoteExp |
MakeSplice.quoteInstance |
static QuoteExp |
MakeSplice.quoteKeywordsAllowedInstance |
| Constructor and Description |
|---|
ConstantFunction0 (java.lang.String name,
QuoteExp constant) |
| Modifier and Type | Field and Description |
|---|---|
static QuoteExp |
MakeAnnotation.makeMethodExp |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
QuoteExp |
BindDecls.literalPattern (java.lang.Object patval,
Translator comp) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
BindDecls.compareLiteral (Declaration param,
QuoteExp literal) |