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

Inheritance: Decl
Datei anzeigen 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_oe property

public bool isImplicit
return bool