private bool isInClassContext = false; // For super lookups

        private bool CurrentIs(StandardByteCodes val)
        {
            return(CurrentByte == (byte)val);
        }
 private bool CurrentIs(StandardByteCodes val)
 {
     return CurrentByte == (byte)val;
 }