SmalltalkParserDefinition class

Smalltalk parser definition.

Inheritance

Constructors

SmalltalkParserDefinition()

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

array() → Parser
override
arrayItem() → Parser
inherited
arrayLiteral() → Parser
override
arrayLiteralArray() → Parser
override
assignment() → Parser
inherited
assignmentToken() → Parser
inherited
binary() → Parser
inherited
binaryExpression() → Parser
override
binaryMessage() → Parser
inherited
binaryMethod() → Parser
inherited
binaryPragma() → Parser
inherited
binaryToken() → Parser
inherited
block() → Parser
override
blockArgument() → Parser
override
blockArguments() → Parser
inherited
blockArgumentsWith() → Parser
inherited
blockArgumentsWithout() → Parser
inherited
blockBody() → Parser
override
build<T>({Function? start, List<Object> arguments = const []}) → Parser<T>
Builds a composite parser from this definition.
inherited
byteLiteral() → Parser
override
byteLiteralArray() → Parser
override
cascadeExpression() → Parser
override
cascadeMessage() → Parser
inherited
character() → Parser
inherited
characterLiteral() → Parser
override
characterToken() → Parser
inherited
comment() → Parser
inherited
decimalInteger() → Parser
inherited
digits() → Parser
inherited
exponent() → Parser
inherited
exponentLetter() → Parser
inherited
expression() → Parser
override
expressionReturn() → Parser
override
falseLiteral() → Parser
override
falseToken() → Parser
inherited
float() → Parser
inherited
fractionalDigits() → Parser
inherited
identifier() → Parser
inherited
identifierToken() → Parser
inherited
integer() → Parser
inherited
keyword() → Parser
inherited
keywordExpression() → Parser
override
keywordMessage() → Parser
inherited
keywordMethod() → Parser
inherited
keywordPragma() → Parser
inherited
keywordToken() → Parser
inherited
literal() → Parser
inherited
mantissa() → Parser
inherited
message() → Parser
inherited
method() → Parser
override
methodDeclaration() → Parser
inherited
methodSequence() → Parser
inherited
multiword() → Parser
inherited
nilLiteral() → Parser
override
nilToken() → Parser
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
number() → Parser
inherited
numberLiteral() → Parser
override
numberToken() → Parser
inherited
parens() → Parser
override
period() → Parser
inherited
periodToken() → Parser
inherited
positiveNumber() → Parser
inherited
pragma() → Parser
override
pragmaMessage() → Parser
inherited
pragmas() → Parser
inherited
primary() → Parser
inherited
radixDigits() → Parser
inherited
radixInteger() → Parser
inherited
radixSpecifier() → Parser
inherited
ref<T>(Function callback, [dynamic arg1 = undefined, dynamic arg2 = undefined, dynamic arg3 = undefined, dynamic arg4 = undefined, dynamic arg5 = undefined]) → Parser<T>
Reference to a production callback optionally parametrized with arg1, arg2, arg3, arg4, and arg5.
inherited
ref0<T>(Parser<T> callback()) → Parser<T>
Reference to a production callback without any parameters.
inherited
ref1<T, A1>(Parser<T> callback(A1), A1 arg1) → Parser<T>
Reference to a production callback parametrized with a single argument arg1.
inherited
ref2<T, A1, A2>(Parser<T> callback(A1, A2), A1 arg1, A2 arg2) → Parser<T>
Reference to a production callback parametrized with two arguments arg1 and arg2.
inherited
ref3<T, A1, A2, A3>(Parser<T> callback(A1, A2, A3), A1 arg1, A2 arg2, A3 arg3) → Parser<T>
Reference to a production callback parametrized with tree arguments arg1, arg2, and arg3.
inherited
ref4<T, A1, A2, A3, A4>(Parser<T> callback(A1, A2, A3, A4), A1 arg1, A2 arg2, A3 arg3, A4 arg4) → Parser<T>
Reference to a production callback parametrized with four arguments arg1, arg2, arg3, and arg4.
inherited
ref5<T, A1, A2, A3, A4, A5>(Parser<T> callback(A1, A2, A3, A4, A5), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) → Parser<T>
Reference to a production callback parametrized with five arguments arg1, arg2, arg3, arg4, and arg5.
inherited
scaledDecimal() → Parser
inherited
scaledMantissa() → Parser
inherited
sequence() → Parser
override
spacer() → Parser
inherited
start() → Parser
The starting production of this definition.
inherited
startMethod() → Parser
inherited
statements() → Parser
inherited
stringLiteral() → Parser
override
stringToken() → Parser
inherited
symbol() → Parser
inherited
symbolLiteral() → Parser
override
symbolLiteralArray() → Parser
override
temporaries() → Parser
inherited
token(Object source, [String? message]) → Parser
inherited
toString() String
A string representation of this object.
inherited
trueLiteral() → Parser
override
trueToken() → Parser
inherited
unary() → Parser
inherited
unaryExpression() → Parser
override
unaryMessage() → Parser
inherited
unaryMethod() → Parser
inherited
unaryPragma() → Parser
inherited
unaryToken() → Parser
inherited
variable() → Parser
override

Operators

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