C# Class Antlr4.Codegen.Model.TestSetInline

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

Public Properties

Property Type Description
bitsetWordSize int
bitsets Bitset[]
varName string

Public Methods

Method Description
TestSetInline ( OutputModelFactory factory, GrammarAST ast, Antlr4.Runtime.Misc.IntervalSet set, int wordSize ) : System.Collections.Generic

Private Methods

Method Description
CreateBitsets ( OutputModelFactory factory, Antlr4.Runtime.Misc.IntervalSet set, int wordSize, bool useZeroOffset ) : Bitset[]

Method Details

TestSetInline() public method

public TestSetInline ( OutputModelFactory factory, GrammarAST ast, Antlr4.Runtime.Misc.IntervalSet set, int wordSize ) : System.Collections.Generic
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
set Antlr4.Runtime.Misc.IntervalSet
wordSize int
return System.Collections.Generic

Property Details

bitsetWordSize public property

public int bitsetWordSize
return int

bitsets public property

public Bitset[] bitsets
return Bitset[]

varName public property

public string varName
return string