Home | History | Annotate | Download | only in tutorial

Lines Matching full:hiddenvalue

1043 adds a new field <code>hiddenValue</code> to <code>java.lang.String</code>:
1047 cc.addField(new CtField(CtClass.intType, "hiddenValue", cc));
1063 System.out.println(String.class.getField("hiddenValue").getName());
1068 <code>MyApp</code> prints <code>hiddenValue</code>.