Uses of Enum
spoon.reflect.code.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
Modifier 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.Modifier and TypeMethodDescriptionCtLiteral.setBase(LiteralBase base)
Sets the base of the numeric literal. -
Uses of LiteralBase in spoon.support.reflect.code