UnmatchedOpeningBraces

public final class UnmatchedOpeningBraces extends ParseError

The ParseError representing a List of opening braces with no matching closing braces.

Constructors

UnmatchedOpeningBraces
Link copied to clipboard

Functions

component1
Link copied to clipboard
final List<Tokencomponent1()
copy
Link copied to clipboard
final UnmatchedOpeningBraces copy(List<TokenopeningBraces)
equals
Link copied to clipboard
Boolean equals(Object other)
getOpeningBraces
Link copied to clipboard
final List<TokengetOpeningBraces()
The List of Token representing the unmatched left braces in the source code.
hashCode
Link copied to clipboard
Integer hashCode()
toString
Link copied to clipboard
String toString()

Properties

openingBraces
Link copied to clipboard
private final List<TokenopeningBraces
The List of Token representing the unmatched left braces in the source code.