HomeSort by relevance Sort by last modified time
    Searched full:typaram (Results 1 - 9 of 9) sorted by null

  /external/turbine/java/com/google/turbine/parse/
Parser.java 46 import com.google.turbine.tree.Tree.TyParam;
187 ImmutableList<TyParam> typarams;
226 ImmutableList.<TyParam>of(),
252 ImmutableList.<TyParam>of(),
320 ImmutableList<TyParam> tyParams = ImmutableList.of();
467 ImmutableList<TyParam> typaram = ImmutableList.of(); local
472 typaram = typarams();
486 return memberRest(pos, access, annos, typaram, result, name);
500 return memberRest(pos, access, annos, typaram, result, name)
    [all...]
  /external/turbine/javatests/com/google/turbine/bytecode/sig/
SigRegressionTest.java 36 Sig.TyParamSig tyParam = Iterables.getOnlyElement(sig.tyParams());
37 assertThat(tyParam.name()).isEqualTo("E");
38 Sig.ClassTySig bound = (Sig.ClassTySig) tyParam.classBound();
  /external/turbine/java/com/google/turbine/tree/
Pretty.java 296 for (Tree.TyParam t : methDecl.typarams()) {
389 for (Tree.TyParam t : tyDecl.typarams()) {
492 public Void visitTyParam(Tree.TyParam tyParam, Void input) {
493 printAnnos(tyParam.annos());
494 append(tyParam.name());
495 if (!tyParam.bounds().isEmpty()) {
498 for (Tree bound : tyParam.bounds()) {
Tree.java 667 private final ImmutableList<TyParam> typarams;
678 ImmutableList<TyParam> typarams,
713 public ImmutableList<TyParam> typarams() {
802 private final ImmutableList<TyParam> typarams;
813 ImmutableList<TyParam> typarams,
851 public ImmutableList<TyParam> typarams() {
873 public static class TyParam extends Tree {
878 public TyParam(
981 O visitTyParam(TyParam tyParam, I input)
    [all...]
  /external/turbine/java/com/google/turbine/binder/
HierarchyBinder.java 97 for (Tree.TyParam p : decl.typarams()) {
TypeBinder.java 374 ImmutableList<Tree.TyParam> trees, CompoundScope scope, Map<String, TyVarSymbol> symbols) {
376 for (Tree.TyParam tree : trees) {
421 for (Tree.TyParam pt : t.typarams()) {
  /external/turbine/javatests/com/google/turbine/lower/
LowerIntegrationTest.java 141 "typaram.test",
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 

Completed in 6711 milliseconds