1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
exportPattern("^\\.j")
export( "J" )
export( "%instanceof%" )
export( clone )
S3method( clone, default )
export(is.jnull, .r2j, .rJava.base.path, toJava)
exportClasses(jobjRef, jarrayRef, jrectRef, jfloat, jlong, jbyte, jchar, jclassName)
exportMethods(show, "$", "$<-",
"==", "!=", "<", ">", "<=", ">=",
names, new, as.character, length, head, tail,
"[", "[[", "[[<-", str, "dim<-",
unique, duplicated, anyDuplicated,
sort, rev,
min, max, range,
rep,
clone )
import(methods)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,str)
importFrom(utils, assignInNamespace)
S3method(with, jobjRef)
S3method(with, jarrayRef)
S3method(with, jclassName)
S3method(within, jobjRef)
S3method(within, jarrayRef)
S3method(within, jclassName)
# within requires that with.jobjRef is visible outside
export(with.jobjRef)
if( exists( ".DollarNames", asNamespace("utils") ) ) importFrom( utils, .DollarNames )
S3method(.DollarNames, jobjRef)
S3method(.DollarNames, jarrayRef)
S3method(.DollarNames, jrectRef)
S3method(.DollarNames, jclassName)
S3method( as.list, jobjRef )
S3method( as.list, jarrayRef )
S3method( as.list, jrectRef )
S3method( "$", "Throwable" )
S3method( "$<-", "Throwable" )
export( javaImport )
|