Interface DialectFeature.Feature

All Known Implementing Classes:
DialectFeature.LexerFeature, DialectFeature.ParserFeature
Enclosing class:
DialectFeature

public static interface DialectFeature.Feature
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    config(long features, boolean state)
     
    long
     
    boolean
    isEnabled(long features)
     
  • Method Details

    • isEnabled

      boolean isEnabled(long features)
    • config

      long config(long features, boolean state)
    • getMask

      long getMask()