Skip to content

Package io.github.qishr.cascara.common.lang.util

Class SourceBufferOptions

java.lang.Object
        io.github.qishr.cascara.common.lang.util.LanguageOptions<io.github.qishr.cascara.common.lang.util.SourceBufferOptions>
                io.github.qishr.cascara.common.lang.util.SourceBufferOptions


public class SourceBufferOptions
extends LanguageOptions<SourceBufferOptions>

Constructor Summary

Constructor Description
SourceBufferOptions()

Method Summary

Modifier and Type Method Description
public boolean supportsSimd()
public SourceBufferOptions setSupportsSimd(boolean b)
public boolean strictAsciiMode()
public SourceBufferOptions setStrictAsciiMode(boolean b)
public boolean trackPosition()
public SourceBufferOptions setTrackPosition(boolean b)

Method Details

supportsSimd

public boolean supportsSimd()


setSupportsSimd

public SourceBufferOptions setSupportsSimd(boolean b)


strictAsciiMode

public boolean strictAsciiMode()


setStrictAsciiMode

public SourceBufferOptions setStrictAsciiMode(boolean b)


trackPosition

public boolean trackPosition()


setTrackPosition

public SourceBufferOptions setTrackPosition(boolean b)