UnmatchedClosingBrace

public final class UnmatchedClosingBrace extends ParseError

The ParseError representing a found closing brace but no matching opening brace.

Constructors

UnmatchedClosingBrace
Link copied to clipboard

Functions

component1
Link copied to clipboard
final Token component1()
copy
Link copied to clipboard
final UnmatchedClosingBrace copy(Token closingBrace)
equals
Link copied to clipboard
Boolean equals(Object other)
getClosingBrace
Link copied to clipboard
final Token getClosingBrace()
The Token representing the unmatched right 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 unmatched right brace in the source code.