SqlDialectSourceParenthesizedBlockPattern

class SqlDialectSourceParenthesizedBlockPattern(val openTerm: String, val closeTerm: String, val defaultKind: SqlSourceBlockKind, val innerStartRoles: Set<SqlDialectSourcePatternRole> = emptySet(), val innerStartKind: SqlSourceBlockKind = defaultKind)

A source block pattern opened and closed by fixed terms.

The block receives innerStartKind when the first inner token matches one of innerStartRoles. Otherwise it receives defaultKind.

Constructors

constructor(openTerm: String, closeTerm: String, defaultKind: SqlSourceBlockKind, innerStartRoles: Set<SqlDialectSourcePatternRole> = emptySet(), innerStartKind: SqlSourceBlockKind = defaultKind)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String