HomeSort by relevance Sort by last modified time
    Searched defs:BytecodeBinder (Results 1 - 2 of 2) sorted by null

  /external/turbine/java/com/google/turbine/binder/bytecode/
BytecodeBinder.java 34 public class BytecodeBinder {
BytecodeBoundClass.java 267 return BytecodeBinder.bindClassTy(
297 superClassBound = BytecodeBinder.bindTy(sig.classBound(), scope);
301 interfaceBounds.add(BytecodeBinder.bindTy(t, scope));
381 ret = BytecodeBinder.bindTy(sig.returnType(), scope);
386 formals.add(new ParamInfo(BytecodeBinder.bindTy(tySig, scope), null, ImmutableList.of(), 0));

Completed in 206 milliseconds