Searched refs:MethodGen (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DMethodObserver.java62 * Implement this interface if you're interested in changes to a MethodGen object
68 public void notify(MethodGen method);
H A DMethodGen.java80 public class MethodGen extends FieldGenOrMethodGen { class in inherits:FieldGenOrMethodGen
117 public MethodGen(int access_flags, Type return_type, Type[] arg_types, method in class:MethodGen
181 public MethodGen(Method m, String class_name, ConstantPoolGen cp) { method in class:MethodGen
984 public MethodGen copy(String class_name, ConstantPoolGen cp) {
985 Method m = ((MethodGen)clone()).getMethod();
986 MethodGen mg = new MethodGen(m, class_name, this.cp);
H A DConstantPoolGen.java536 public int lookupMethodref(MethodGen method) {
567 public int addMethodref(MethodGen method) {
586 public int lookupInterfaceMethodref(MethodGen method) {
617 public int addInterfaceMethodref(MethodGen method) {
H A DClassGen.java247 MethodGen mg = new MethodGen(access_flags, Type.VOID, Type.NO_ARGS, null,
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DMethodGen.java45 public interface MethodGen extends Generator interface in inherits:Generator
48 } // interface MethodGen
H A DGenFactory.java75 public MethodGen createMethodGen ();
H A DNoop.java48 MethodGen, ModuleGen, NativeGen, ParameterGen, PragmaGen,
187 public MethodGen createMethodGen ()
H A DMethodEntry.java92 @returns an object which implements the MethodGen interface.
93 @see MethodGen */
196 static MethodGen methodGen;
H A DCompile.java123 * MethodGen.generate will most likely be called by InterfaceGen.generate -
436 MethodGen mgen = genFactory.createMethodGen ();
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DGenFactory.java110 public com.sun.tools.corba.se.idl.MethodGen createMethodGen ()
115 return new MethodGen ();
H A DValueFactory.java145 ((MethodGen) element.generator ()). interfaceMethod (symbolTable, element, stream);
H A DStub.java274 ((MethodGen)method.generator ()).stub (this.i.name(), isAbstract, symbolTable, method, stream, realI);
276 ((MethodGen)method.generator ()).localstub (symbolTable, method, stream, realI, this.i);
H A DAttributeGen.java53 public class AttributeGen extends MethodGen implements com.sun.tools.corba.se.idl.AttributeGen
88 * Method generate() is not used in MethodGen. They are replaced by the
H A DValueGen.java331 ((MethodGen) element.generator ()). interfaceMethod (symbolTable, element, stream);
356 ((MethodGen)element.generator ()).interfaceMethod (symbolTable, element, stream);
389 //((MethodGen)m.generator ()).interfaceMethod (symbolTable, m, stream);
392 ((MethodGen)mClone.generator ()).interfaceMethod (symbolTable, mClone, stream);
408 //((MethodGen)m.generator ()).interfaceMethod (symbolTable, m, stream);
411 ((MethodGen)mClone.generator ()).interfaceMethod (symbolTable, mClone, stream);
H A DSkeleton.java394 ((MethodGen)method.generator ()).dispatchSkeleton (symbolTable, method, stream, realI);
452 ((MethodGen)method.generator ()).skeleton
H A DMethodGen24.java63 public class MethodGen24 extends MethodGen
H A DInterfaceGen.java371 ((MethodGen)element.generator ()).interfaceMethod (symbolTable, element, stream);
H A DMethodGen.java79 public class MethodGen implements com.sun.tools.corba.se.idl.MethodGen class in inherits:com.sun.tools.corba.se.idl.MethodGen
91 public MethodGen () method in class:MethodGen
96 * Method generate() is not used in MethodGen. They are replaced by the
1091 } // class MethodGen
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELifier.java204 MethodGen mg = new MethodGen(method, _clazz.getClassName(), _cp);
210 _out.println(" MethodGen method = new MethodGen(" +
H A DBCELFactory.java75 private MethodGen _mg;
79 BCELFactory(MethodGen mg, PrintWriter out) {
/openjdk7/corba/make/org/omg/idl/
H A DFILES_java.gmk57 com/sun/tools/corba/se/idl/MethodGen.java \
144 com/sun/tools/corba/se/idl/toJavaPortable/MethodGen.java \
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java67 import com.sun.org.apache.bcel.internal.generic.MethodGen;
82 public class MethodGenerator extends MethodGen
259 * {@link MethodGen#addLocalVariable(String,Type,InstructionHandle,InstructionHandle)}</code>
261 * {@link MethodGen#addLocalVariable(String,Type,int,InstructionHandle,InstructionHandle)}</code>
262 * methods of {@link MethodGen} will only keep track of
264 * {@link MethodGen#removeLocalVariable(LocalVariableGen)}.</p>
399 * {@link MethodGen#getLocalVariables()} and looped through the
485 * {@link MethodGen#getLocalVariables()} which has
1867 * The {@link MethodGen#getMethod()} only returns a single

Completed in 2911 milliseconds