Class TypeSystemProperties


  • public class TypeSystemProperties
    extends Object
    Special properties for tuning type system behavior for Built-In language
    • Constructor Detail

      • TypeSystemProperties

        public TypeSystemProperties()
    • Method Detail

      • isIgnoreOutState

        public boolean isIgnoreOutState()
        Checks ignoring out state for method parameters in tree type system
        Returns:
        true if tree type system ignores out state for method parameters, false otherwise
      • setIgnoreOutState

        public void setIgnoreOutState​(boolean ingnoreOutState)
        Sets ignoring out state for method parameters in tree type system
        Parameters:
        ingnoreOutState - true if we need that tree type system ignores out state for method parameters, false otherwise
      • read

        public void read​(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences)
        Reads properties from IEclipsePreferences
        Parameters:
        preferences - IEclipsePreferences for reading properties, can't be null