Uses of Class
gnu.expr.QuoteExp
Packages that use QuoteExp
Package
Description
Supports
Expression
,
and various related classes need to compile programming languages.Contains classes to use reflection.
-
Uses of QuoteExp in gnu.expr
Modifier and TypeFieldDescriptionstatic QuoteExp
QuoteExp.abstractExp
static final 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 TypeMethodDescriptionInlineCalls.fixIntValue
(Expression exp) InlineCalls.fixLongValue
(Expression exp) static QuoteExp
QuoteExp.getInstance
(Object value) static QuoteExp
QuoteExp.getInstance
(Object value, SourceLocator position) Compilation.makeQuoteExp
(Object value) static QuoteExp
QuoteExp.makeShared
(Object value, Type type) Modifier and TypeMethodDescriptionprotected 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) -
Uses of QuoteExp in gnu.kawa.functions
Fields in gnu.kawa.functions declared as QuoteExpModifier and TypeFieldDescriptionstatic final QuoteExp
MakeSplice.quoteInstance
static final QuoteExp
MakeSplice.quoteKeywordsAllowedInstance
Constructors in gnu.kawa.functions with parameters of type QuoteExp -
Uses of QuoteExp in gnu.kawa.reflect
Fields in gnu.kawa.reflect declared as QuoteExp -
Uses of QuoteExp in gnu.kawa.xml
Fields in gnu.kawa.xml declared as QuoteExp -
Uses of QuoteExp in gnu.xquery.lang
Fields in gnu.xquery.lang declared as QuoteExpModifier and TypeFieldDescriptionstatic QuoteExp
XQuery.falseExp
static final QuoteExp
XQParser.getExternalFunction
static QuoteExp
XQParser.makeChildAxisStep
static QuoteExp
XQParser.makeDescendantAxisStep
static QuoteExp
XQuery.trueExp
-
Uses of QuoteExp in kawa.lang