Fanx.Emit.FTypeEmit.emitTypeConstFields C# (CSharp) Méthode

emitTypeConstFields() private méthode

private emitTypeConstFields ( ) : void
Résultat void
        internal void emitTypeConstFields()
        {
            // if during the emitting of all the methods we ran across a non-sys
              // LoadType opcode, then we need to generate a static field called
              // type${pod}${name} we can use to cache the type once it is looked up
            //      if (typeLiteralFields == null) return;
            //      Iterator it = typeLiteralFields.values().iterator();
            //      while (it.hasNext())
            //      {
            //        String fieldName = (String)it.next();
            //        emitField(fieldName, "Lfan/sys/Type;", EmitConst.PRIVATE|EmitConst.STATIC);
            //      }
        }