Interface MqlScope

All Superinterfaces:
MqlHolder, MqlValue
All Known Subinterfaces:
MqlScope.Mutable
All Known Implementing Classes:
MqlScopeImpl, MqlScopeImpl.Mutable, MqlScriptScope

public interface MqlScope extends MqlHolder
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final MqlScope
     

    Fields inherited from interface net.hollowcube.mql.value.MqlValue

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull MqlValue
    get(@NotNull String name)
     

    Methods inherited from interface net.hollowcube.mql.value.MqlValue

    cast
  • Field Details

  • Method Details