Token class abstract
Provides the list of tokens supported by the parser.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- branchData → const String
- The coverage data of a branch.
- branchesFound → const String
- The number of branches found.
- branchesHit → const String
- The number of branches hit.
- endOfRecord → const String
- The end of a section.
- functionData → const String
- The coverage data of a function.
- functionName → const String
- A function name.
- functionsFound → const String
- The number of functions found.
- functionsHit → const String
- The number of functions hit.
- lineData → const String
- The coverage data of a line.
- linesFound → const String
- The number of instrumented lines.
- linesHit → const String
- The number of lines with a non-zero execution count.
- sourceFile → const String
- The path to a source file.
- testName → const String
- A test name.