ParserValue class

Constructors

ParserValue([int length = 0, int lineNo = 0])

Properties

$ ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
getter/setter pair
lineNo int
getter/setter pair
loc ParserLocation
getter/setter pair
lstack List?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stack List?
getter/setter pair
text ↔ dynamic
getter/setter pair
vstack List?
getter/setter pair
yystate int?
getter/setter pair

Methods

clone() ParserValue
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