| Package | Description |
|---|---|
| com.carrotsearch.hppc.generator | |
| com.carrotsearch.hppc.generator.intrinsics | |
| com.carrotsearch.hppc.generator.parser |
| Modifier and Type | Field and Description |
|---|---|
Type |
TemplateOptions.ktype |
Type |
TemplateOptions.vtype |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
TemplateOptions(Type ktype) |
TemplateOptions(Type ktype,
Type vtype) |
| Modifier and Type | Method and Description |
|---|---|
protected static Type |
AbstractIntrinsicMethod.inferTemplateType(java.util.regex.Matcher m,
TemplateOptions templateOptions,
java.lang.String templateCast) |
| Modifier and Type | Field and Description |
|---|---|
private Type |
SignatureReplacementVisitor.TypeBound.targetType |
| Modifier and Type | Method and Description |
|---|---|
Type |
SignatureReplacementVisitor.TypeBound.templateBound() |
| Modifier and Type | Method and Description |
|---|---|
private java.util.ArrayDeque<Type> |
SignatureReplacementVisitor.getWildcards() |
| Modifier and Type | Method and Description |
|---|---|
private SignatureReplacementVisitor.TypeBound |
SignatureReplacementVisitor.typeBoundOf(Java7Parser.TypeArgumentContext c,
java.util.Deque<Type> wildcards) |
| Constructor and Description |
|---|
TypeBound(Type targetType,
java.lang.String originalBound) |