Interface IVariable

  • All Superinterfaces:
    IBslConstruct, org.eclipse.handly.model.IElement, org.eclipse.handly.model.IElementExtension, IEnvironmentElement, org.eclipse.handly.model.ISourceConstruct, org.eclipse.handly.model.ISourceElement, org.eclipse.handly.model.ISourceElementExtension, IV8Element

    public interface IVariable
    extends IBslConstruct, IEnvironmentElement
    Represents Bsl explicit variable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isExport()
      Returns is variable exported or not
      • Methods inherited from interface org.eclipse.handly.model.IElement

        equals, hashCode
      • Methods inherited from interface org.eclipse.handly.model.IElementExtension

        exists, getAncestor, getChildren, getChildren, getLocationUri, getName, getResource
      • Methods inherited from interface org.eclipse.handly.model.ISourceElementExtension

        getSourceElementAt, getSourceElementInfo
    • Method Detail

      • isExport

        boolean isExport()
        Returns is variable exported or not
        Returns:
        true if variable is exported, false otherwise