Show / Hide Table of Contents

Class SpiceLexerState

SpiceLexer state.

Inheritance
System.Object
LexerState
SpiceLexerState
Inherited Members
LexerState.PreviousReturnedTokenType
LexerState.FullMatch
LexerState.BeforeLineBreak
LexerState.LineNumber
LexerState.StartColumnIndex
LexerState.NewLine
LexerState.CurrentRuleRegex
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Lexers.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceLexerState : LexerState

Properties

| Improve this Doc View Source

InCommentBlock

Gets or sets a value indicating whether lexer in "comment" lexing state.

Declaration
public bool InCommentBlock { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX