public class ShortType extends PrimType implements IntegerType
| Modifier and Type | Field and Description |
|---|---|
static int |
HASHCODE |
| Constructor and Description |
|---|
ShortType(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Method required for use of Switchable.
|
boolean |
equals(Object t) |
Class<?> |
getJavaBoxedType() |
Class<?> |
getJavaPrimitiveType() |
String |
getTypeAsString() |
int |
hashCode() |
String |
toString()
Returns a textual representation of this type.
|
static ShortType |
v() |
boxedType, isAllowedInFinalCodegetArrayType, getDefaultFinalType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedStringpublic static final int HASHCODE
public ShortType(Singletons.Global g)
public static ShortType v()
public String toString()
Typepublic void apply(Switch sw)
Typeapply in interface Switchableapply in class Typepublic String getTypeAsString()
getTypeAsString in class PrimTypepublic Class<?> getJavaBoxedType()
getJavaBoxedType in class PrimTypepublic Class<?> getJavaPrimitiveType()
getJavaPrimitiveType in class PrimTypeCopyright © 2024 Soot OSS. All rights reserved.