C# Class Antlr4.Codegen.Model.Decl.TokenDecl

Inheritance: Decl
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
isImplicit bool

Public Methods

Method Description
TokenDecl ( OutputModelFactory factory, string varName )

Method Details

TokenDecl() public method

public TokenDecl ( OutputModelFactory factory, string varName )
factory OutputModelFactory
varName string

Property Details

isImplicit public property

public bool isImplicit
return bool