Class AugmentIntegerTypes.Integer32767Type
java.lang.Object
sootup.core.types.Type
sootup.core.types.PrimitiveType
sootup.core.types.PrimitiveType.IntType
sootup.interceptors.typeresolving.types.AugmentIntegerTypes.Integer32767Type
- All Implemented Interfaces:
Acceptor<TypeVisitor>
- Enclosing class:
- AugmentIntegerTypes
This type is intermediate type and used for determining the ancestor of an integer type
-
Nested Class Summary
Nested classes/interfaces inherited from class sootup.core.types.PrimitiveType
PrimitiveType.BooleanType, PrimitiveType.ByteType, PrimitiveType.CharType, PrimitiveType.DoubleType, PrimitiveType.FloatType, PrimitiveType.IntType, PrimitiveType.LongType, PrimitiveType.ShortType
-
Method Summary
Modifier and TypeMethodDescription<V extends TypeVisitor>
Vaccept
(V v) Called when this object is visited.Methods inherited from class sootup.core.types.PrimitiveType
getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getName, getShort, toString
Methods inherited from class sootup.core.types.Type
createArrayType, getValueBitSize, isIntLikeType, isObject, isObjectLikeType
-
Method Details
-
getInstance
-
accept
Description copied from interface:Acceptor
Called when this object is visited.- Specified by:
accept
in interfaceAcceptor<TypeVisitor>
- Overrides:
accept
in classPrimitiveType.IntType
-