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 QuoteExpQuoteExp. abstractExpstatic QuoteExpQuoteExp. classObjectExpstatic QuoteExpQuoteExp. emptyExpstatic QuoteExpQuoteExp. falseExpstatic QuoteExpQuoteExp. falseObjExpstatic QuoteExpQuoteExp. isTrueTypeExpstatic QuoteExpQuoteExp. nativeExpstatic QuoteExpQuoteExp. nullExpstatic QuoteExpQuoteExp. trueExpstatic QuoteExpQuoteExp. trueObjExpstatic QuoteExpQuoteExp. undefined_expstatic QuoteExpQuoteExp. voidExpstatic QuoteExpQuoteExp. voidObjectExpSame value as voidExp, but different type, to suppress diagnostics.Methods in gnu.expr that return QuoteExp Modifier and Type Method Description QuoteExpInlineCalls. fixIntValue(Expression exp)QuoteExpInlineCalls. fixLongValue(Expression exp)static QuoteExpQuoteExp. getInstance(Object value)static QuoteExpQuoteExp. getInstance(Object value, SourceLocator position)QuoteExpCompilation. makeQuoteExp(Object value)static QuoteExpQuoteExp. makeShared(Object value, Type type)Methods in gnu.expr with parameters of type QuoteExp Modifier and Type Method Description protected ExpressionANormalize. visitQuoteExp(QuoteExp exp, gnu.expr.ANormalize.Context context)protected RExpVisitor. visitQuoteExp(QuoteExp exp, D d)protected ExpressionInlineCalls. 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 QuoteExpMakeSplice. quoteInstancestatic QuoteExpMakeSplice. quoteKeywordsAllowedInstanceConstructors 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 QuoteExpMakeAnnotation. makeMethodExp -
Uses of QuoteExp in gnu.kawa.xml
Fields in gnu.kawa.xml declared as QuoteExp Modifier and Type Field Description static QuoteExpMakeAttribute. makeAttributeExp -
Uses of QuoteExp in gnu.xquery.lang
Fields in gnu.xquery.lang declared as QuoteExp Modifier and Type Field Description static QuoteExpXQuery. falseExpstatic QuoteExpXQParser. getExternalFunctionstatic QuoteExpXQParser. makeChildAxisStepstatic QuoteExpXQParser. makeDescendantAxisStepstatic QuoteExpXQuery. trueExp -
Uses of QuoteExp in kawa.lang
Methods in kawa.lang that return QuoteExp Modifier and Type Method Description QuoteExpBindDecls. literalPattern(Object patval, Translator comp)Methods in kawa.lang with parameters of type QuoteExp Modifier and Type Method Description ExpressionBindDecls. compareLiteral(Declaration param, QuoteExp literal)
-