📄 logrelation.java
字号:
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name: LogRelation.java
package org.gudy.azureus2.core3.logging;
public class LogRelation
{
private boolean running;
public LogRelation()
{
running = false;
}
public String getRelationText()
{
return toString();
}
protected final String propogatedRelationText(Object o)
{
if (o instanceof LogRelation)
return ((LogRelation)o).getRelationText();
else
return null;
}
public Object[] getQueryableInterfaces()
{
return null;
}
public final Object queryForClass(Class c)
{
return queryForClass(c, getQueryableInterfaces());
}
protected final Object queryForClass(Class c, Object queryObjects[])
{
if (running || queryObjects == null)
return null;
LogRelation logrelation;
running = true;
if (!c.isInstance(this))
break MISSING_BLOCK_LABEL_35;
logrelation = this;
running = false;
return logrelation;
int i = 0;
_L1:
Object obj1;
if (i >= queryObjects.length)
break MISSING_BLOCK_LABEL_72;
if (!c.isInstance(queryObjects[i]))
break MISSING_BLOCK_LABEL_66;
obj1 = queryObjects[i];
running = false;
return obj1;
i++;
goto _L1
i = 0;
_L2:
Object obj2;
if (i >= queryObjects.length)
break MISSING_BLOCK_LABEL_133;
if (!(queryObjects[i] instanceof LogRelation))
break MISSING_BLOCK_LABEL_127;
Object obj = ((LogRelation)queryObjects[i]).queryForClass(c, ((LogRelation)queryObjects[i]).getQueryableInterfaces());
if (obj == null)
break MISSING_BLOCK_LABEL_127;
obj2 = obj;
running = false;
return obj2;
i++;
goto _L2
i = null;
running = false;
return i;
Exception exception;
exception;
running = false;
throw exception;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -