literalAt

fun literalAt(index: Int): String

Answer the literal value at the requested index. Should generally only be invoked by a StyleRuleInstruction during its execution.

Return

The requested literal value.

Parameters

index

The index of the desired literal value.

Throws