BuildCache

interface BuildCache

Functions

buildCaches
Link copied to clipboard
common
abstract fun buildCaches()
clearAndOff
Link copied to clipboard
common
abstract fun clearAndOff()
firstOf
Link copied to clipboard
common
abstract fun firstOf(rulePosition: RulePosition, ifReachedEnd: LookaheadSet): Set<RuntimeRule>
heightGraftInto
Link copied to clipboard
common
abstract fun heightGraftInto(prevStateRulePositions: List<RulePosition>, fromStateRuntimeRules: List<RuntimeRule>): Set<HeightGraftInfo>
on
Link copied to clipboard
common
abstract fun on()
stateInfo
Link copied to clipboard
common
abstract fun stateInfo(): Set<StateInfo>
widthInto
Link copied to clipboard
common
abstract fun widthInto(fromStateRulePositions: List<RulePosition>): Set<WidthInfo>

Inheritors

BuildCacheAbstract
Link copied to clipboard