C# Class Antlr4.Codegen.Model.MatchNotSet

Inheritance: MatchSet
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
varName string

Public Methods

Method Description
MatchNotSet ( OutputModelFactory factory, GrammarAST ast ) : Antlr4.Tool.Ast

Method Details

MatchNotSet() public method

public MatchNotSet ( OutputModelFactory factory, GrammarAST ast ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
return Antlr4.Tool.Ast

Property Details

varName public property

public string varName
return string