Show / Hide Table of Contents

Class metamathParser

Inheritance
System.Object
metamathParser
Namespace: GCore.Antlr.Grammers.Metamath
Assembly: Metamath.dll
Syntax
public class metamathParser : Parser

Constructors

| Improve this Doc View Source

metamathParser(ITokenStream)

Declaration
public metamathParser(ITokenStream input)
Parameters
Type Name Description
ITokenStream input
| Improve this Doc View Source

metamathParser(ITokenStream, TextWriter, TextWriter)

Declaration
public metamathParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type Name Description
ITokenStream input
TextWriter output
TextWriter errorOutput

Fields

| Improve this Doc View Source

_ATN

Declaration
public static readonly ATN _ATN
Field Value
Type Description
ATN
| Improve this Doc View Source

BLOCK_COMMENT

Declaration
public const int BLOCK_COMMENT = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

COMPRESSEDPROOFBLOCK

Declaration
public const int COMPRESSEDPROOFBLOCK = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

decisionToDFA

Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type Description
Antlr4.Runtime.Dfa.DFA[]
| Improve this Doc View Source

DefaultVocabulary

Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type Description
IVocabulary
| Improve this Doc View Source

LABEL

Declaration
public const int LABEL = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

LPAREN

Declaration
public const int LPAREN = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

PRINTABLECHARACTER

Declaration
public const int PRINTABLECHARACTER = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RPAREN

Declaration
public const int RPAREN = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_assertstmt

Declaration
public const int RULE_assertstmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_axiomstmt

Declaration
public const int RULE_axiomstmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_block

Declaration
public const int RULE_block = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_compressedproof

Declaration
public const int RULE_compressedproof = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_constant

Declaration
public const int RULE_constant = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_constantstmt

Declaration
public const int RULE_constantstmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_database

Declaration
public const int RULE_database = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_disjointstmt

Declaration
public const int RULE_disjointstmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_essentialstmt

Declaration
public const int RULE_essentialstmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_filename

Declaration
public const int RULE_filename = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_floatingstmt

Declaration
public const int RULE_floatingstmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_hypothesisstmt

Declaration
public const int RULE_hypothesisstmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_includestmt

Declaration
public const int RULE_includestmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_mathsymbol

Declaration
public const int RULE_mathsymbol = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_outermostscopestmt

Declaration
public const int RULE_outermostscopestmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_proof

Declaration
public const int RULE_proof = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_provablestmt

Declaration
public const int RULE_provablestmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_stmt

Declaration
public const int RULE_stmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_typecode

Declaration
public const int RULE_typecode = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_uncompressedproof

Declaration
public const int RULE_uncompressedproof = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_variable

Declaration
public const int RULE_variable = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_variablestmt

Declaration
public const int RULE_variablestmt = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ruleNames

Declaration
public static readonly string[] ruleNames
Field Value
Type Description
System.String[]
| Improve this Doc View Source

sharedContextCache

Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type Description
PredictionContextCache
| Improve this Doc View Source

T__0

Declaration
public const int T__0 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__1

Declaration
public const int T__1 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__10

Declaration
public const int T__10 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__11

Declaration
public const int T__11 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__12

Declaration
public const int T__12 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__13

Declaration
public const int T__13 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__2

Declaration
public const int T__2 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__3

Declaration
public const int T__3 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__4

Declaration
public const int T__4 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__5

Declaration
public const int T__5 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__6

Declaration
public const int T__6 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__7

Declaration
public const int T__7 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__8

Declaration
public const int T__8 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__9

Declaration
public const int T__9 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WS

Declaration
public const int WS = null
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

GrammarFileName

Declaration
public override string GrammarFileName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RuleNames

Declaration
public override string[] RuleNames { get; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

SerializedAtn

Declaration
public override string SerializedAtn { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Vocabulary

Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type Description
IVocabulary

Methods

| Improve this Doc View Source

assertstmt()

Declaration
public metamathParser.AssertstmtContext assertstmt()
Returns
Type Description
metamathParser.AssertstmtContext
| Improve this Doc View Source

axiomstmt()

Declaration
public metamathParser.AxiomstmtContext axiomstmt()
Returns
Type Description
metamathParser.AxiomstmtContext
| Improve this Doc View Source

block()

Declaration
public metamathParser.BlockContext block()
Returns
Type Description
metamathParser.BlockContext
| Improve this Doc View Source

compressedproof()

Declaration
public metamathParser.CompressedproofContext compressedproof()
Returns
Type Description
metamathParser.CompressedproofContext
| Improve this Doc View Source

constant()

Declaration
public metamathParser.ConstantContext constant()
Returns
Type Description
metamathParser.ConstantContext
| Improve this Doc View Source

constantstmt()

Declaration
public metamathParser.ConstantstmtContext constantstmt()
Returns
Type Description
metamathParser.ConstantstmtContext
| Improve this Doc View Source

database()

Declaration
public metamathParser.DatabaseContext database()
Returns
Type Description
metamathParser.DatabaseContext
| Improve this Doc View Source

disjointstmt()

Declaration
public metamathParser.DisjointstmtContext disjointstmt()
Returns
Type Description
metamathParser.DisjointstmtContext
| Improve this Doc View Source

essentialstmt()

Declaration
public metamathParser.EssentialstmtContext essentialstmt()
Returns
Type Description
metamathParser.EssentialstmtContext
| Improve this Doc View Source

filename()

Declaration
public metamathParser.FilenameContext filename()
Returns
Type Description
metamathParser.FilenameContext
| Improve this Doc View Source

floatingstmt()

Declaration
public metamathParser.FloatingstmtContext floatingstmt()
Returns
Type Description
metamathParser.FloatingstmtContext
| Improve this Doc View Source

hypothesisstmt()

Declaration
public metamathParser.HypothesisstmtContext hypothesisstmt()
Returns
Type Description
metamathParser.HypothesisstmtContext
| Improve this Doc View Source

includestmt()

Declaration
public metamathParser.IncludestmtContext includestmt()
Returns
Type Description
metamathParser.IncludestmtContext
| Improve this Doc View Source

mathsymbol()

Declaration
public metamathParser.MathsymbolContext mathsymbol()
Returns
Type Description
metamathParser.MathsymbolContext
| Improve this Doc View Source

outermostscopestmt()

Declaration
public metamathParser.OutermostscopestmtContext outermostscopestmt()
Returns
Type Description
metamathParser.OutermostscopestmtContext
| Improve this Doc View Source

proof()

Declaration
public metamathParser.ProofContext proof()
Returns
Type Description
metamathParser.ProofContext
| Improve this Doc View Source

provablestmt()

Declaration
public metamathParser.ProvablestmtContext provablestmt()
Returns
Type Description
metamathParser.ProvablestmtContext
| Improve this Doc View Source

stmt()

Declaration
public metamathParser.StmtContext stmt()
Returns
Type Description
metamathParser.StmtContext
| Improve this Doc View Source

typecode()

Declaration
public metamathParser.TypecodeContext typecode()
Returns
Type Description
metamathParser.TypecodeContext
| Improve this Doc View Source

uncompressedproof()

Declaration
public metamathParser.UncompressedproofContext uncompressedproof()
Returns
Type Description
metamathParser.UncompressedproofContext
| Improve this Doc View Source

variable()

Declaration
public metamathParser.VariableContext variable()
Returns
Type Description
metamathParser.VariableContext
| Improve this Doc View Source

variablestmt()

Declaration
public metamathParser.VariablestmtContext variablestmt()
Returns
Type Description
metamathParser.VariablestmtContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX