Class JavaPrimitiveCast
- java.lang.Object
-
- com.strobel.decompiler.languages.java.ast.JavaPrimitiveCast
-
public final class JavaPrimitiveCast extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JavaPrimitiveCast()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
cast(JvmType targetType, java.lang.Object input)
-
-
-
Method Detail
-
cast
public static java.lang.Object cast(JvmType targetType, java.lang.Object input)
-
-