Searched defs:note (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/
H A DMethodAnnotater.java77 //@olsen: subst: noteList -> note
413 InsnNote note = null;
422 note = noteInvokeAnnotation(insn);
426 note = noteGetFieldAnnotation(insn);
429 note = notePutFieldAnnotation(insn);
441 note = noteArrayLoadAnnotation(insn);
451 note = noteArrayStoreAnnotation(insn);
458 if (note != null) {
459 addNoteList(note);
461 //@olsen: ensured to use single note onl
1622 buildAccessAnnotation(final InsnNote note) argument
1913 buildBasicAnnotation(InsnNote note) argument
2511 addNoteList(InsnNote note) argument
[all...]

Completed in 13 milliseconds