Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToType ¶
Types ¶
type Lexeme ¶
type Lexeme int
const ( SPACES Lexeme = iota COMMA UNIVERSAL TYPE ELEMENT CLASS ID LBRACKET RBRACKET ATTR_NAME ATTR_VALUE EQUALS CONTAINS_CLASS DASH_PREFIXED STARTS_WITH ENDS_WITH CONTAINS MATCH_OP PSEUDO_CLASS FIRST_CHILD FIRST_OF_TYPE NTH_CHILD NTH_OF_TYPE ONLY_CHILD ONLY_OF_TYPE LAST_CHILD LAST_OF_TYPE NOT LPAREN RPAREN COEFFICIENT SIGNED UNSIGNED ODD EVEN N OPERATOR PLUS MINUS BINOMIAL ADJACENT_TO PRECEDES PARENT_OF ANCESTOR_OF // and a counter ... I can't believe I didn't think of this sooner NUM_LEXEMES )
Click to show internal directories.
Click to hide internal directories.