Interface IVariableTypeStateFactory


  • public interface IVariableTypeStateFactory
    Special factory for creating state in ITypeSystem
    • Method Detail

      • createVariableTypeState

        VariableTypeState createVariableTypeState​(Variable variable,
                                                  Environments envs,
                                                  int offset,
                                                  org.eclipse.xtext.nodemodel.INode blockNode)
        Creates state
        Parameters:
        variable - Variable in BSL associated with this state
        envs - Environments for this state, can't be null
        offset - position in document, where this state was created
        blockNode - INode corresponding to the contaiment Block in Built-In Language, can't be null