Enum SpiceTokenType
Types of terminals in SPICE grammar.
Namespace: SpiceSharpParser.Lexers.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public enum SpiceTokenType
Fields
Name | Description |
---|---|
ASTERIKS |
|
BOOLEAN_EXPRESSION | Boolean expression token with delimiters |
COM_CONTENT | Content of a block comment in SmartSpice |
COM_END | #ENDCOM token - end of a block comment in SmartSpice |
COM_START | #COM token - start of a block comment in SmartSpice |
COMMA | , character token |
COMMENT | token with comment line |
COMMENT_HSPICE | $ style comment |
COMMENT_PSPICE | ; style comment |
CONTINUATION_CURRENT_LINE | continuation current line |
CONTINUATION_NEXT_LINE | continuation next line |
DELIMITER | Delimiter characters token |
DOT | . character token |
DOUBLE_QUOTED_STRING | double quoted sting token |
ELSE | .ELSE token |
ELSE_IF | .ELSEIF token |
END | .END token |
ENDIF | .ENDIF token |
ENDL | .ENDL token |
ENDS | .ENDS token |
EOF | End of file token |
EQUAL | = character |
EXPRESSION | expression with bracket token. |
EXPRESSION_BRACKET | expression with bracket token. |
EXPRESSION_SINGLE_QUOTES | expression token |
IDENTIFIER | identifier token |
IF | .IF token |
MINUS |
|
MODEL | model token |
NEWLINE | new line token |
PERCENT | percent token |
PLUS |
|
PREFIX_COMPLEX | |
PREFIX_SINGLE | |
REFERENCE | reference token |
SINGLE_QUOTED_STRING | double quoted sting token |
START | Start token (hidden) |
SUFFIX | |
TITLE | title token |
VALUE | value token |
WHITESPACE | whitespace token |
WORD | word token |