C# Class Antlr4.Codegen.Model.TestSetInline

Inheritance: SrcOp
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
bitsetWordSize int
bitsets Bitset[]
varName string

Méthodes publiques

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

Private Methods

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

Method Details

TestSetInline() public méthode

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
Résultat System.Collections.Generic

Property Details

bitsetWordSize public_oe property

public int bitsetWordSize
Résultat int

bitsets public_oe property

public Bitset[] bitsets
Résultat Bitset[]

varName public_oe property

public string varName
Résultat string