Class SpiceLexerState
SpiceLexer state.
Inherited Members
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 SourceInCommentBlock
Gets or sets a value indicating whether lexer in "comment" lexing state.
Declaration
public bool InCommentBlock { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |