Uses of Class
com.carrotsearch.hppc.generator.Type
-
Packages that use Type Package Description com.carrotsearch.hppc.generator com.carrotsearch.hppc.generator.intrinsics com.carrotsearch.hppc.generator.parser -
-
Uses of Type in com.carrotsearch.hppc.generator
Fields in com.carrotsearch.hppc.generator declared as Type Modifier and Type Field Description TypeTemplateOptions. ktypeTypeTemplateOptions. vtypeMethods in com.carrotsearch.hppc.generator that return Type Modifier and Type Method Description TypeTemplateOptions. getKType()TypeTemplateOptions. getVType()static TypeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.carrotsearch.hppc.generator with parameters of type Type Constructor Description TemplateOptions(Type ktype)TemplateOptions(Type ktype, Type vtype) -
Uses of Type in com.carrotsearch.hppc.generator.intrinsics
Methods in com.carrotsearch.hppc.generator.intrinsics that return Type Modifier and Type Method Description protected static TypeAbstractIntrinsicMethod. inferTemplateType(java.util.regex.Matcher m, TemplateOptions templateOptions, java.lang.String templateCast) -
Uses of Type in com.carrotsearch.hppc.generator.parser
Fields in com.carrotsearch.hppc.generator.parser declared as Type Modifier and Type Field Description private TypeSignatureReplacementVisitor.TypeBound. targetTypeMethods in com.carrotsearch.hppc.generator.parser that return Type Modifier and Type Method Description TypeSignatureReplacementVisitor.TypeBound. templateBound()Methods in com.carrotsearch.hppc.generator.parser that return types with arguments of type Type Modifier and Type Method Description private java.util.ArrayDeque<Type>SignatureReplacementVisitor. getWildcards()Method parameters in com.carrotsearch.hppc.generator.parser with type arguments of type Type Modifier and Type Method Description private SignatureReplacementVisitor.TypeBoundSignatureReplacementVisitor. typeBoundOf(Java7Parser.TypeArgumentContext c, java.util.Deque<Type> wildcards)Constructors in com.carrotsearch.hppc.generator.parser with parameters of type Type Constructor Description TypeBound(Type targetType, java.lang.String originalBound)
-