Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type int
const ( INVALID Type = iota // Keywords - keep up to date with AllKeywords below NAMESPACE ENTITY ACTION TYPE IN TAGS APPLIESTO PRINCIPAL RESOURCE CONTEXT ENUM // Punctuation LEFTBRACE // { RIGHTBRACE // } LEFTBRACKET // [ RIGHTBRACKET // ] LEFTANGLE // < RIGHTANGLE // > COLON // : SEMICOLON // ; COMMA // , EQUALS // = QUESTION // ? DOUBLECOLON // :: AT // @ LEFTPAREN // ( RIGHTPAREN // ) // Identifiers and literals IDENT // Regular identifier STRING // String literal, quoted with "" // Comments COMMENT // // style comment // Special EOF // End of file )
Click to show internal directories.
Click to hide internal directories.