NgTokenType enum

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

Inheritance

Constructors

NgTokenType()
const

Values

annotationPrefix → const NgTokenType
bananaPrefix → const NgTokenType
bananaSuffix → const NgTokenType
bindPrefix → const NgTokenType
beforeElementDecorator → const NgTokenType
beforeElementDecoratorValue → const NgTokenType
closeElementEnd → const NgTokenType
closeElementStart → const NgTokenType
commentEnd → const NgTokenType
commentStart → const NgTokenType
commentValue → const NgTokenType
doubleQuote → const NgTokenType
elementDecorator → const NgTokenType
elementDecoratorValue → const NgTokenType
elementIdentifier → const NgTokenType
eventPrefix → const NgTokenType
eventSuffix → const NgTokenType
interpolationEnd → const NgTokenType
interpolationStart → const NgTokenType
interpolationValue → const NgTokenType
letPrefix → const NgTokenType
openElementEnd → const NgTokenType
openElementEndVoid → const NgTokenType
openElementStart → const NgTokenType
onPrefix → const NgTokenType
propertyPrefix → const NgTokenType
propertySuffix → const NgTokenType
referencePrefix → const NgTokenType
singleQuote → const NgTokenType
templatePrefix → const NgTokenType
text → const NgTokenType
whitespace → 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

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.