MismatchedClosingBrace

public final class MismatchedClosingBrace extends ParseError

The ParseError representing incorrectly matched braces in the source code.

Constructors

Functions

component1
Link copied to clipboard
final Token component1()
component2
Link copied to clipboard
final Token component2()
copy
Link copied to clipboard
final MismatchedClosingBrace copy(Token openingBrace, Token closingBrace)
equals
Link copied to clipboard
Boolean equals(Object other)
getClosingBrace
Link copied to clipboard
final Token getClosingBrace()
The Token representing the right brace in the source code.
getOpeningBrace
Link copied to clipboard
final Token getOpeningBrace()
The Token representing the left brace in the source code.
hashCode
Link copied to clipboard
Integer hashCode()
toString
Link copied to clipboard
String toString()

Properties

closingBrace
Link copied to clipboard
private final Token closingBrace
The Token representing the right brace in the source code.
openingBrace
Link copied to clipboard
private final Token openingBrace
The Token representing the left brace in the source code.