代码搜索:getClass
找到约 825 项符合「getClass」的源代码
代码结果 825
www.eeworm.com/read/100409/6270007
java dxboolean.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Library License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// C
www.eeworm.com/read/100409/6270027
java maptest.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Library License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// C
www.eeworm.com/read/100409/6270275
java cxmlcontenthandler.java
/*
* $Id: CXMLContentHandler.java,v 1.5 2000/11/08 16:31:17 conny Exp $
*
* This code was part of the prove of concept of a binary representation of XML
* called CXML send to the Cocoon users l
www.eeworm.com/read/449241/6301923
java runtimeinfo.java
public class Runtimeinfo
{
public static void main (String args[])
{
int i=123;
String str = new String(i+"");
System.out.printl
www.eeworm.com/read/489637/6467832
java tracingbeforeadvice.java
import java.lang.reflect.Method;
import org.springframework.aop.MethodBeforeAdvice;
public class TracingBeforeAdvice implements MethodBeforeAdvice
{
public void before(Method m, Object[] args
www.eeworm.com/read/480189/6667802
java runtimeinfo.java
public class Runtimeinfo
{
public String getinfo(Object obj)
{
String result = "值为 "+obj.toString();
if (obj instanceof Integer)
{
Integer intobj = (
www.eeworm.com/read/478816/6703749
java sets.java
/*作者:徐朝*/
/*keystonexu@yahoo.com.cn*/
package regression.function;
import kernel.*;
/**
*这个类为生成语法树做准备
*/
public class Sets extends SetInterface
{
public Sets()
{
TerminalSet = new Cla
www.eeworm.com/read/478118/6720111
java holders30.java
// generics/Holders30.java
// TIJ4 Chapter Generics, Exercise 30, page 696
// Create a Holder for each of the primitive wrapper types, and show that
// autoboxing and autounboxing works for the set
www.eeworm.com/read/478118/6720155
java ex8(3).java
// typeinfo/Ex8.java
// TIJ4 Chapter Typeinfo, Exercise 8, page 562
// Write a method that takes an object and recursively prints all
// the classes in that object's hierarchy.
class A {}
cl
www.eeworm.com/read/478118/6720171
java ex9(2).java
// typeinfo/Ex9.java
// TIJ4 Chapter Typeinfo, Exercise 9, page 562
// Modify the previous exercise so that it uses Class.getDeclaredFields()
// to also display information about the fields in a c