Uses of Enum
com.carrotsearch.hppc.generator.Type
Packages that use Type
Package
Description
-
Uses of Type in com.carrotsearch.hppc.generator
Fields in com.carrotsearch.hppc.generator declared as TypeMethods in com.carrotsearch.hppc.generator that return TypeModifier and TypeMethodDescriptionTemplateOptions.getKType()
TemplateOptions.getVType()
static Type
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 TypeModifierConstructorDescriptionTemplateOptions
(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 TypeModifier and TypeMethodDescriptionprotected static Type
AbstractIntrinsicMethod.inferTemplateType
(Matcher m, TemplateOptions templateOptions, String templateCast) -
Uses of Type in com.carrotsearch.hppc.generator.parser
Fields in com.carrotsearch.hppc.generator.parser declared as TypeModifier and TypeFieldDescriptionprivate final Type
SignatureReplacementVisitor.TypeBound.targetType
Methods in com.carrotsearch.hppc.generator.parser that return TypeMethods in com.carrotsearch.hppc.generator.parser that return types with arguments of type TypeModifier and TypeMethodDescriptionprivate ArrayDeque
<Type> SignatureReplacementVisitor.getWildcards()
Method parameters in com.carrotsearch.hppc.generator.parser with type arguments of type TypeModifier and TypeMethodDescriptionSignatureReplacementVisitor.typeBoundOf
(Java7Parser.TypeArgumentContext c, Deque<Type> wildcards) Constructors in com.carrotsearch.hppc.generator.parser with parameters of type Type