Uses of Class
gnu.expr.QuoteExp
-
Packages that use QuoteExp Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.gnu.kawa.functions gnu.kawa.reflect Contains classes to use reflection.gnu.kawa.xml gnu.xquery.lang kawa.lang -
-
Uses of QuoteExp in gnu.expr
Fields in gnu.expr declared as QuoteExp Modifier and Type Field 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.Methods in gnu.expr that return QuoteExp Modifier and Type Method Description QuoteExp
InlineCalls. fixIntValue(Expression exp)
QuoteExp
InlineCalls. fixLongValue(Expression exp)
static QuoteExp
QuoteExp. getInstance(Object value)
static QuoteExp
QuoteExp. getInstance(Object value, SourceLocator position)
QuoteExp
Compilation. makeQuoteExp(Object value)
static QuoteExp
QuoteExp. makeShared(Object value, Type type)
Methods in gnu.expr with parameters of type QuoteExp Modifier and Type Method 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)
-
Uses of QuoteExp in gnu.kawa.functions
Fields in gnu.kawa.functions declared as QuoteExp Modifier and Type Field Description static QuoteExp
MakeSplice. quoteInstance
static QuoteExp
MakeSplice. quoteKeywordsAllowedInstance
Constructors in gnu.kawa.functions with parameters of type QuoteExp Constructor Description ConstantFunction0(String name, QuoteExp constant)
-
Uses of QuoteExp in gnu.kawa.reflect
Fields in gnu.kawa.reflect declared as QuoteExp Modifier and Type Field Description static QuoteExp
MakeAnnotation. makeMethodExp
-
Uses of QuoteExp in gnu.kawa.xml
Fields in gnu.kawa.xml declared as QuoteExp Modifier and Type Field Description static QuoteExp
MakeAttribute. makeAttributeExp
-
Uses of QuoteExp in gnu.xquery.lang
Fields in gnu.xquery.lang declared as QuoteExp Modifier and Type Field Description static QuoteExp
XQuery. falseExp
static QuoteExp
XQParser. getExternalFunction
static QuoteExp
XQParser. makeChildAxisStep
static QuoteExp
XQParser. makeDescendantAxisStep
static QuoteExp
XQuery. trueExp
-
Uses of QuoteExp in kawa.lang
Methods in kawa.lang that return QuoteExp Modifier and Type Method Description QuoteExp
BindDecls. literalPattern(Object patval, Translator comp)
Methods in kawa.lang with parameters of type QuoteExp Modifier and Type Method Description Expression
BindDecls. compareLiteral(Declaration param, QuoteExp literal)
-