Class SignatureReplacementVisitor.TypeBound

java.lang.Object
com.carrotsearch.hppc.generator.parser.SignatureReplacementVisitor.TypeBound
Enclosing class:
SignatureReplacementVisitor

private static class SignatureReplacementVisitor.TypeBound extends Object
  • Field Details

    • originalBound

      private final String originalBound
    • targetType

      private final Type targetType
  • Constructor Details

    • TypeBound

      public TypeBound(Type targetType, String originalBound)
  • Method Details

    • templateBound

      public Type templateBound()
    • isTemplateType

      public boolean isTemplateType()
    • originalBound

      public String originalBound()
    • getBoxedType

      public String getBoxedType()