Show / Hide Table of Contents

Class ClojureParser.LiteralContext

Inheritance
System.Object
ClojureParser.LiteralContext
Namespace: GCore.Antlr.Grammers.Clojure
Assembly: Clojure.dll
Syntax
public class LiteralContext : ParserRuleContext

Constructors

| Improve this Doc View Source

LiteralContext(ParserRuleContext, Int32)

Declaration
public LiteralContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

BOOLEAN()

Declaration
public ITerminalNode BOOLEAN()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

character()

Declaration
public ClojureParser.CharacterContext character()
Returns
Type Description
ClojureParser.CharacterContext
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

keyword()

Declaration
public ClojureParser.KeywordContext keyword()
Returns
Type Description
ClojureParser.KeywordContext
| Improve this Doc View Source

nil_()

Declaration
public ClojureParser.Nil_Context nil_()
Returns
Type Description
ClojureParser.Nil_Context
| Improve this Doc View Source

number()

Declaration
public ClojureParser.NumberContext number()
Returns
Type Description
ClojureParser.NumberContext
| Improve this Doc View Source

param_name()

Declaration
public ClojureParser.Param_nameContext param_name()
Returns
Type Description
ClojureParser.Param_nameContext
| Improve this Doc View Source

string_()

Declaration
public ClojureParser.String_Context string_()
Returns
Type Description
ClojureParser.String_Context
| Improve this Doc View Source

symbol()

Declaration
public ClojureParser.SymbolContext symbol()
Returns
Type Description
ClojureParser.SymbolContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX