Mismatched Closing Brace
The ParseError representing incorrectly matched braces in the source code.
Constructors
MismatchedClosingBrace
Link copied to clipboard
MismatchedClosingBrace MismatchedClosingBrace(Token openingBrace, Token closingBrace)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
final MismatchedClosingBrace copy(Token openingBrace, Token closingBrace)
Content copied to clipboard
getClosingBrace
Link copied to clipboard
getOpeningBrace
Link copied to clipboard
Properties
closingBrace
Link copied to clipboard
The Token representing the right brace in the source code.
openingBrace
Link copied to clipboard
The Token representing the left brace in the source code.