Interface ICFGPCG.ICFGPCGNode

  • Enclosing class:
    ICFGPCG

    public static interface ICFGPCG.ICFGPCGNode
    Defines tags and attributes for ICFGPCG nodes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ICFGPCGMasterEntry
      Tag applied to the newly created master entry node
      static java.lang.String ICFGPCGMasterExit
      Tag applied to the newly create master exit node
    • Field Detail

      • ICFGPCGMasterEntry

        static final java.lang.String ICFGPCGMasterEntry
        Tag applied to the newly created master entry node
        See Also:
        Constant Field Values
      • ICFGPCGMasterExit

        static final java.lang.String ICFGPCGMasterExit
        Tag applied to the newly create master exit node
        See Also:
        Constant Field Values