ClosingBracket class

Inheritance

Constructors

ClosingBracket()
const

Properties

bannedLeadingSelf bool
finalinherited
bannedLeadingTokenTypes List<TokenType>
finalinherited
bannedTrailingSelf bool
finalinherited
bannedTrailingTokenTypes List<TokenType>
finalinherited
canBeFinal bool
finalinherited
charToMatchAgainst String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isMultiChar bool
finalinherited
leadingCanBeNull bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailingCanBeNull bool
no setterinherited

Methods

additionalFactor(ComputeContext ctx, String rawBuildingToken) bool
inherited
createToken(ComputeContext ctx, String rawValue, int globalOffset) Token<TokenType>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate(ComputeContext ctx, Token<TokenType>? previousToken, String rawBuildingToken, Token<TokenType>? nextToken) bool
inherited
validateNext(ComputeContext ctx, String rawBuildingToken, Token<TokenType>? nextToken) bool
inherited
validateNextType(ComputeContext ctx, String rawBuildingToken, TokenType? nextTokenType) bool
inherited
validatePrevious(ComputeContext ctx, String rawBuildingToken, Token<TokenType>? previousToken) bool
inherited
validatePreviousType(ComputeContext ctx, String rawBuildingToken, TokenType? previousTokenType) bool
inherited
validateType(ComputeContext ctx, TokenType? previousTokenType, String rawBuildingToken, TokenType? nextTokenType) bool
inherited

Operators

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