Class AugmentIntegerTypes.Integer127Type
java.lang.Object
sootup.core.types.Type
sootup.core.types.PrimitiveType
sootup.core.types.PrimitiveType.IntType
sootup.interceptors.typeresolving.types.AugmentIntegerTypes.Integer127Type
- 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(@NonNull V v) Called when this object is visited.protected PrimitiveType.IntTypeprotected booleanprotected Optional<PrimitiveType.IntType>Methods inherited from class sootup.core.types.PrimitiveType.IntType
asIntType, asPrimitiveType, isIntType, isPrimitiveType, toIntType, toPrimitiveTypeMethods inherited from class sootup.core.types.PrimitiveType
asBooleanType, asByteType, asCharType, asDoubleType, asFloatType, asInteger1Type, asInteger3276Type, asLongType, asShortType, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getName, getShort, isBooleanType, isByteType, isCharType, isDoubleType, isFloatType, isInteger1Type, isInteger3276Type, isLongType, isShortType, toBooleanType, toByteType, toCharType, toDoubleType, toFloatType, toInteger1Type, toInteger3276Type, toLongType, toShortType, toStringMethods inherited from class sootup.core.types.Type
asBottomType, asReferenceType, asTopType, asUnknownType, asVoidType, createArrayType, getValueBitSize, isBottomType, isIntLikeType, isObject, isObjectLikeType, isReferenceType, isTopType, isUnknownType, isVoidType, toBottomType, toReferenceType, toTopType, toUnknownType, toVoidType
-
Method Details
-
getInstance
-
accept
Description copied from interface:AcceptorCalled when this object is visited.- Specified by:
acceptin interfaceAcceptor<TypeVisitor>- Overrides:
acceptin classPrimitiveType.IntType
-
isInteger127Type
protected boolean isInteger127Type()- Overrides:
isInteger127Typein classPrimitiveType
-
asInteger127Type
- Overrides:
asInteger127Typein classPrimitiveType
-
toInteger127Type
- Overrides:
toInteger127Typein classPrimitiveType
-