Module dev.civl.mc

Interface Identifier

All Superinterfaces:
Sourceable

public interface Identifier extends Sourceable
An identifier. Used for names of variables, functions, etc.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    dev.civl.sarl.IF.object.StringObject
    The name as a SARL string object.

    Methods inherited from interface dev.civl.mc.model.IF.Sourceable

    getSource, setCIVLSource
  • Method Details

    • name

      String name()
      Returns:
      The name associated with this identifier.
    • stringObject

      dev.civl.sarl.IF.object.StringObject stringObject()
      The name as a SARL string object.
      Returns:
      name as string object