X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.g3d%2Fscl%2Fg3d%2FSCLUtil.scl;fp=org.simantics.g3d%2Fscl%2Fg3d%2FSCLUtil.scl;h=3a30a95d062a0b0e3f320b033b1811a76dd08b46;hb=579836f2cf1d9c60f1f60bc107e1fff869b8c6a0;hp=0000000000000000000000000000000000000000;hpb=8da9a6a979f4513be2e0ab5533acc5e4763cf00e;p=simantics%2F3d.git diff --git a/org.simantics.g3d/scl/g3d/SCLUtil.scl b/org.simantics.g3d/scl/g3d/SCLUtil.scl new file mode 100644 index 00000000..3a30a95d --- /dev/null +++ b/org.simantics.g3d/scl/g3d/SCLUtil.scl @@ -0,0 +1,7 @@ + +importJava "org.simantics.g3d.scl.SCLUtil" where + + javaSafeCoerce :: Typeable b => a -> Maybe b + javaIsInstanceOf :: Typeable b => a -> Boolean + +