Class CICS

java.lang.Object
gw.lang.parser.CICS
All Implemented Interfaces:
Serializable, CharSequence

public class CICS extends Object implements CharSequence, Serializable
See Also:
  • Field Details

    • CASE_SENSITIVE_CACHE

      private static final Map<CharSequence,WeakReference<CICS>> CASE_SENSITIVE_CACHE
    • LOCK

      private static final ReentrantLock LOCK
    • _nextUniqueCode

      static int _nextUniqueCode
    • _string

      String _string
    • _hashCode

      int _hashCode
    • _uniqueCode

      int _uniqueCode
  • Constructor Details

  • Method Details