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 Type
TemplateOptions. ktype
Type
TemplateOptions. vtype
Methods in com.carrotsearch.hppc.generator that return Type Modifier and Type Method Description Type
TemplateOptions. getKType()
Type
TemplateOptions. getVType()
static Type
Type. 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 Type
AbstractIntrinsicMethod. 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 Type
SignatureReplacementVisitor.TypeBound. targetType
Methods in com.carrotsearch.hppc.generator.parser that return Type Modifier and Type Method Description Type
SignatureReplacementVisitor.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.TypeBound
SignatureReplacementVisitor. 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)
-