Module dev.civl.mc

Interface CIVLPointerType

All Superinterfaces:
CIVLType

public interface CIVLPointerType extends CIVLType
Type of a pointer.
  • Method Details

    • baseType

      CIVLType baseType()
      Returns the type of element pointed to. Result could be "void", as in C
    • getRegion

      Scope getRegion()
      Returns the highest scope in the static scope hierarchy in which the target of this pointer could be declared.