jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.utils
/
ClassUtils
Class
Utils
open
class
ClassUtils
(
source
)
Members
Constructors
Class
Utils
Link copied to clipboard
constructor
(
)
Functions
is
Primitive
Or
Wrapper
Link copied to clipboard
open
fun
isPrimitiveOrWrapper
(
type
:
Class
<
out
Any
>
)
:
Boolean
Returns whether the given
type
is a primitive or primitive wrapper (
Boolean
,
Byte
,
Character
,
Short
,
Integer
,
Long
,
Double
,
Float
).
is
Primitive
Wrapper
Link copied to clipboard
open
fun
isPrimitiveWrapper
(
type
:
Class
<
out
Any
>
)
:
Boolean
Returns whether the given
type
is a primitive wrapper (
Boolean
,
Byte
,
Character
,
Short
,
Integer
,
Long
,
Double
,
Float
).