NgTokenType enum

The types of tokens that can be returned by the NgScanner.

Inheritance

Constructors

NgTokenType(String symbols)
const

Values

annotationPrefix → const NgTokenType
const NgTokenType('@')
bananaPrefix → const NgTokenType
const NgTokenType('[(')
bananaSuffix → const NgTokenType
const NgTokenType(')]')
bindPrefix → const NgTokenType
const NgTokenType('bind-')
beforeElementDecorator → const NgTokenType
const NgTokenType('')
beforeElementDecoratorValue → const NgTokenType
const NgTokenType('=')
closeElementEnd → const NgTokenType
const NgTokenType('>')
closeElementStart → const NgTokenType
const NgTokenType('</')
commentEnd → const NgTokenType
const NgTokenType('-->')
commentStart → const NgTokenType
const NgTokenType('<!--')
commentValue → const NgTokenType
const NgTokenType('')
doubleQuote → const NgTokenType
const NgTokenType('"')
elementDecorator → const NgTokenType
const NgTokenType('')
elementDecoratorValue → const NgTokenType
const NgTokenType('')
elementIdentifier → const NgTokenType
const NgTokenType('')
eventPrefix → const NgTokenType
const NgTokenType('(')
eventSuffix → const NgTokenType
const NgTokenType(')')
interpolationEnd → const NgTokenType
const NgTokenType('}}')
interpolationStart → const NgTokenType
const NgTokenType('{{')
interpolationValue → const NgTokenType
const NgTokenType('')
letPrefix → const NgTokenType
const NgTokenType('let-')
openElementEnd → const NgTokenType
const NgTokenType('>')
openElementEndVoid → const NgTokenType
const NgTokenType('/>')
openElementStart → const NgTokenType
const NgTokenType('<')
onPrefix → const NgTokenType
const NgTokenType('on-')
propertyPrefix → const NgTokenType
const NgTokenType('[')
propertySuffix → const NgTokenType
const NgTokenType(']')
referencePrefix → const NgTokenType
const NgTokenType('#')
singleQuote → const NgTokenType
const NgTokenType("'")
templatePrefix → const NgTokenType
const NgTokenType('*')
text → const NgTokenType
const NgTokenType('')
whitespace → const NgTokenType
const NgTokenType(' ')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbols String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<NgTokenType>
A constant List of the values in this enum, in order of their declaration.