Uses of Enum
spoon.reflect.code.LiteralBase
Packages that use LiteralBase
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
-
Uses of LiteralBase in spoon.reflect.code
Methods in spoon.reflect.code that return LiteralBaseModifier and TypeMethodDescriptionCtLiteral.getBase()
Gets the base of the numeric literal (2, 8, 10 or 16).static LiteralBase
Returns the enum constant of this type with the specified name.static LiteralBase[]
LiteralBase.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in spoon.reflect.code with parameters of type LiteralBaseModifier and TypeMethodDescriptionCtLiteral.setBase(LiteralBase base)
Sets the base of the numeric literal. -
Uses of LiteralBase in spoon.support.reflect.code
Methods in spoon.support.reflect.code that return LiteralBaseMethods in spoon.support.reflect.code with parameters of type LiteralBase