ValidatedStylePattern

class ValidatedStylePattern : StylePattern

A style pattern that has been successfully validated by a StylePatternCompiler.

Author

Todd L Smith

Parameters

source

The source text of the style pattern.

renderingContext

Functions

Link copied to clipboard
fun compareSpecificityTo(other: StylePattern): AbstractNumberDescriptor.Order

Determine the relative specificity of the receiver and the argument. The relative specificity of two patterns is determined according to the following criteria:

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override val renderingContext: ValidatedRenderingContext
Link copied to clipboard
val source: String

The source text of the style pattern.