コード例 #1
0
ファイル: JSType.java プロジェクト: rjdn/closure-compiler
 public JSType withLocation(String location) {
   return new JSType(mask, location, objs == null ? null : ObjectType.withLocation(objs), typeVar);
 }