Member predicate CharacterLiteral :: getCodePointValue
Gets the Unicode code point value of the character represented by
this literal. The result is the same as if the Java code had cast
the character to an int
.
int
getCodePointValue
(
)