⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 parserthread.java

📁 反ajax原代码
💻 JAVA
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 
// Source File Name:   ParserThread.java

package com.laoer.bbscs.lucene.html;

import java.io.*;

// Referenced classes of package com.laoer.bbscs.lucene.html:
//            ParseException, TokenMgrError, HTMLParser

class ParserThread extends Thread
{

    HTMLParser parser;

    ParserThread(HTMLParser p)
    {
        parser = p;
    }

    public void run()
    {
        parser.HTMLDocument();
        parser.pipeOut.close();
        HTMLParser htmlparser = parser;
        JVM INSTR monitorenter ;
        parser.summary;
        parser;
        HTMLParser.SUMMARY_LENGTH;
        setLength();
        parser.titleComplete = true;
        parser.notifyAll();
        htmlparser;
        JVM INSTR monitorexit ;
        break MISSING_BLOCK_LABEL_334;
        Exception exception;
        exception;
        htmlparser;
        JVM INSTR monitorexit ;
        throw exception;
        ParseException e;
        e;
        System.out.println("Parse Aborted: " + e.getMessage());
        parser.pipeOut.close();
        e = parser;
        JVM INSTR monitorenter ;
        parser.summary;
        parser;
        HTMLParser.SUMMARY_LENGTH;
        setLength();
        parser.titleComplete = true;
        parser.notifyAll();
        e;
        JVM INSTR monitorexit ;
        break MISSING_BLOCK_LABEL_334;
        Exception exception1;
        exception1;
        e;
        JVM INSTR monitorexit ;
        throw exception1;
        e;
        System.out.println("Parse Aborted: " + e.getMessage());
        parser.pipeOut.close();
        e = parser;
        JVM INSTR monitorenter ;
        parser.summary;
        parser;
        HTMLParser.SUMMARY_LENGTH;
        setLength();
        parser.titleComplete = true;
        parser.notifyAll();
        e;
        JVM INSTR monitorexit ;
        break MISSING_BLOCK_LABEL_334;
        Exception exception2;
        exception2;
        e;
        JVM INSTR monitorexit ;
        throw exception2;
        Exception exception3;
        exception3;
        parser.pipeOut.close();
        HTMLParser htmlparser1 = parser;
        JVM INSTR monitorenter ;
        parser.summary;
        parser;
        HTMLParser.SUMMARY_LENGTH;
        setLength();
        parser.titleComplete = true;
        parser.notifyAll();
        htmlparser1;
        JVM INSTR monitorexit ;
          goto _L1
        Exception exception4;
        exception4;
        htmlparser1;
        JVM INSTR monitorexit ;
        throw exception4;
_L1:
        throw exception3;
        e;
        e.printStackTrace();
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -