Searched refs:meth1 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DMethodDecl.java48 private MethodDeclaration meth1 = null; // a method field in class:MethodDecl
52 meth1 = getMethod("m1");
63 meth1.accept(new SimpleDeclarationVisitor() {
83 return meth1.getAnnotationMirrors();
88 return meth1.getDocComment();
93 return meth1.getModifiers();
109 return meth1.getPosition().file().getName();
122 return meth1.getDeclaringType();
130 return meth1.getFormalTypeParameters();
141 return meth1
[all...]
/openjdk7/langtools/test/tools/javac/varargs/warning/
H A DWarn4.java236 String meth1 = vararg_meth.template.replace("#arity", "...");
237 meth1 = meth1.replace("#name", "m");
238 meth1 = meth1.replace("#body", "");
239 meth1 = trustMe.anno + "\n" + suppressLevelDecl.getSuppressAnno() + modKind.mod + meth1;
245 "class Test {\n" + meth1 +
/openjdk7/jdk/test/com/sun/jdi/
H A DStringConvertTest.sh125 public int meth1() {

Completed in 105 milliseconds