Braces

ostrat.pParse.Braces
sealed trait Braces

Defines the types of braces and the opening and closing brace character. Eg '(' and ')' for the Parentheses object.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CurlyBraces
object Parentheses
object SquareBraces

Members list

Value members

Abstract methods

def name: String
def openChar: Char