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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DScope.java59 P makeRef(String name, L loc, A anno) throws BuildException; method in interface:Scope
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DScopeHost.java78 public ParsedPattern makeRef(String name, Location _loc, Annotations _anno) throws BuildException { method in class:ScopeHost
83 lhs.makeRef(name, loc.lhs, anno.lhs),
84 rhs.makeRef(name, loc.rhs, anno.rhs));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DGrammarBuilderImpl.java131 return parent.makeRef(name,loc,anno);
134 public ParsedPattern makeRef(String name, Location loc, Annotations anno) throws BuildException { method in class:GrammarBuilderImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java549 public ParsedPattern makeRef(String name, Location loc, Annotations anno) throws BuildException { method in class:SchemaBuilderImpl.GrammarImpl
562 return parent.makeRef(name, loc, anno);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java304 int makeRef(DiagnosticPosition pos, Type type) { method in class:Gen
1463 int catchType = makeRef(tree.pos(), subCatch.type);
1475 int catchType = makeRef(tree.pos(), subCatch.type);
1725 code.emitop2(new_, makeRef(tree.pos(), tree.type));
1771 code.emitAnewarray(makeRef(pos, elemtype), type);
1773 code.emitMultianewarray(ndims, makeRef(pos, type), type);
1964 code.emitop2(new_, makeRef(pos, stringBufferType));
2074 code.emitop2(checkcast, makeRef(tree.pos(), tree.clazz.type));
2084 code.emitop2(instanceof_, makeRef(tree.pos(), tree.clazz.type));
2124 code.emitop2(ldc2, makeRef(tre
[all...]

Completed in 39 milliseconds