-
public class SemanticsUtils
-
-
Field Summary
Fields Modifier and Type Field Description private final SemanticsPropertyKey<Integer>LineCountKeyprivate IntegerlineCountValpublic final static SemanticsUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final SemanticsPropertyKey<Integer>getLineCountKey()final IntegergetLineCountVal(SemanticsPropertyReceiver $self)final UnitsetLineCountVal(SemanticsPropertyReceiver $self, Integer lineCountVal)-
-
Method Detail
-
getLineCountKey
final SemanticsPropertyKey<Integer> getLineCountKey()
-
getLineCountVal
final Integer getLineCountVal(SemanticsPropertyReceiver $self)
-
setLineCountVal
final Unit setLineCountVal(SemanticsPropertyReceiver $self, Integer lineCountVal)
-
-
-
-