Lines Matching refs:java

178 @item @var{file}.java
188 (Currently, these must all be @code{.java} source files, but that
206 be @code{.java} files, though we hope to fix this.)
220 @file{.java} file. @command{gcj} comes with a built-in class path which
245 Where to find the standard builtin classes, such as @code{java.lang.String}.
274 the contents of the built-in extdirs at @code{$(prefix)/share/java/ext}.
277 The classfile built by @command{gcj} for the class @code{java.lang.Object}
280 attribute when loading @code{java.lang.Object} and will report an error
288 attribute @code{gnu.gcj.gcj-compiled} in @code{java.lang.Object} and
296 integrate well with other locales, @command{gcj} allows @file{.java} files
371 using the @code{java.lang.System.getProperty} method.
495 @code{java.awt}. There are also individual missing classes and methods.
652 source file (@file{.java} file).
826 be retrieved at runtime using the @code{java.lang.System.getProperty}
1091 #include <java/lang/Character.h>
1092 #include <java/util/Date.h>
1093 #include <java/lang/IndexOutOfBoundsException.h>
1130 @code{java.lang.String} is in the package @code{java.lang}, which is a
1131 sub-package of @code{java}. The C++ equivalent is the class
1132 @code{java::lang::String}, which is in the namespace @code{java::lang}
1133 which is in the namespace @code{java}.
1139 namespace java @{
1147 class java::lang::String : public java::lang::Object
1159 Always using the fully-qualified name of a java class can be
1234 e.g.: @code{boolean} has an associated @code{java.lang.Boolean} class.
1242 JvPrimClass(void) @result{} java.lang.Void.TYPE
1287 All Java classes are derived from @code{java.lang.Object}. C++ does
1289 @code{java::lang::Object} as the C++ version of the
1290 @code{java.lang.Object} Java class. All other Java classes are mapped
1291 into corresponding C++ classes derived from @code{java::lang::Object}.
1419 java::util::Hashtable *ht = new java::util::Hashtable(120);
1435 @code{java.lang.Object}). An array-valued variable is one that
1442 class __JArray : public java::lang::Object
1563 jint i = java::lang::Math::round((jfloat) 2.3);
1570 #include <java/lang/Integer>
1571 java::lang::Integer*
1572 java::lang::Integer::getInteger(jstring str)
1587 java::lang::Integer *x = new java::lang::Integer(234);
1602 java::lang::Integer *x = new java::lang::Integer(234);
1612 #include <java/lang/Integer.h>
1615 java::lang:Integer::doubleValue()
1689 class ::MyClass : public java::lang::Object
1731 class ::MyClass : public java::lang::Object
1778 throw new java::lang::IndexOutOfBoundsException();
1895 @deftypefun java::lang::Thread* JvAttachCurrentThread (jstring @var{name}, java::lang::ThreadGroup*…
1930 itself. The @code{java.lang.System} class is initialized in order to
1941 #include <java/lang/System.h>
1942 #include <java/io/PrintStream.h>
1943 #include <java/lang/Throwable.h>
1947 using namespace java::lang;
1997 @code{java.lang.System.setProperty()} method. Some system properties are only
2000 @code{java.lang.System.getProperty()} method.
2016 @item java.version
2019 @item java.vendor
2022 @item java.vendor.url
2023 Set to @uref{http://gcc.gnu.org/java/}.
2025 @item java.home
2029 @item java.class.version
2033 @item java.vm.specification.version
2037 @item java.vm.specification.vendor
2040 @item java.vm.specification.name
2044 @item java.vm.version
2047 @item java.vm.vendor
2050 @item java.vm.name
2053 @item java.specification.version
2057 @item java.specification.vendor
2060 @item java.specification.name
2064 @item java.class.path
2067 @item java.library.path
2070 @item java.io.tmpdir
2073 @item java.compiler
2077 @item java.ext.dirs
2081 @item java.protocol.handler.pkgs
2083 implement handlers for @code{java.net.URL}.
2085 @item java.rmi.server.codebase
2086 A list of URLs that is used by the @code{java.rmi.server.RMIClassLoader}
2090 A list of class names that will be loaded by the @code{java.sql.DriverManager}
2112 @code{java.security.Policy.getPolicy}.
2125 The default language as used by the @code{java.util.Locale} class.
2128 The default region as used by the @code{java.util.Local} class.
2134 The default timezone as used by the @code{java.util.TimeZone} class.
2147 Returned by @code{java.awt.Window.getWarningString()} when the window is
2151 The class name used for initializing the default @code{java.awt.Toolkit}.
2173 Enables printing serialization debugging by the @code{java.io.ObjectInput} and
2174 @code{java.io.ObjectOutput} classes when set to something else then the empty
2184 pointing to the @file{lib} directory under @samp{java.home}.
2192 normally not be found in other core libraries for the java language.
2196 @item java.fullversion
2197 The combination of @code{java.vm.name} and @code{java.vm.version}.
2199 @item java.vm.info
2200 Same as @code{java.fullversion}.
2203 Used by the @code{java.net.DatagramSocket} class when set to something else
2205 try to load a class @code{java.net.[impl.prefix]DatagramSocketImpl} instead of
2206 the normal @code{java.net.PlainDatagramSocketImpl}.
2247 at @uref{http://java.sun.com/}.
2250 @uref{http://gcc.gnu.org/java/}.