Package org.idempiere.expression.logic
Class SimpleBooleanParser.QuotedTextContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.idempiere.expression.logic.SimpleBooleanParser.ExpressionContext
-
- org.idempiere.expression.logic.SimpleBooleanParser.QuotedTextContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree
,org.antlr.v4.runtime.tree.RuleNode
,org.antlr.v4.runtime.tree.SyntaxTree
,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- SimpleBooleanParser
public static class SimpleBooleanParser.QuotedTextContext extends SimpleBooleanParser.ExpressionContext
-
-
Constructor Summary
Constructors Constructor Description QuotedTextContext(SimpleBooleanParser.ExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
org.antlr.v4.runtime.tree.TerminalNode
QTEXT()
-
Methods inherited from class org.idempiere.expression.logic.SimpleBooleanParser.ExpressionContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Constructor Detail
-
QuotedTextContext
public QuotedTextContext(SimpleBooleanParser.ExpressionContext ctx)
-
-