IdentifierToken class
CSS ident-token.
See dev.w3.org/csswg/css-syntax/#typedef-ident-token and dev.w3.org/csswg/css-syntax/#ident-token-diagram.
Constructors
- IdentifierToken(String text, int kind, FileSpan span)
Properties
- end → int
- 
  The end offset of this token.
  no setterinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- kind → int
- 
  A member of TokenKind specifying what kind of token this is.
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- span → FileSpan
- 
  The location where this token was parsed from.
  finalinherited
- start → int
- 
  The start offset of this token.
  no setterinherited
- text → String
- 
  Returns the source text corresponding to this Token.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  Returns a pretty representation of this token for error messages.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited