mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-04 20:34:19 +00:00
More documentation.
This commit is contained in:
@@ -19,6 +19,7 @@ package com.jpexs.decompiler.flash.docs;
|
||||
import com.jpexs.helpers.Cache;
|
||||
import com.jpexs.helpers.Helper;
|
||||
import com.jpexs.helpers.utf8.Utf8Helper;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.StringReader;
|
||||
@@ -30,6 +31,9 @@ import java.util.TimeZone;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
/**
|
||||
* Abstract class for documentation.
|
||||
*/
|
||||
public class AbstractDocs {
|
||||
|
||||
protected static Cache<String, String> docsCache = Cache.getInstance(false, true, "abstractDocsCache", false);
|
||||
|
||||
@@ -33,7 +33,7 @@ import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
/**
|
||||
* Generator for AVM2 instruction set documentation.
|
||||
* Generator for AS 1/2 actions documentation.
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
|
||||
@@ -22,6 +22,9 @@ import java.util.Arrays;
|
||||
import java.util.Date;
|
||||
import java.util.ResourceBundle;
|
||||
|
||||
/**
|
||||
* AS3 PCode other documentation.
|
||||
*/
|
||||
public class As3PCodeOtherDocs extends AbstractDocs {
|
||||
|
||||
static ResourceBundle prop;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
package com.jpexs.decompiler.flash.docs;
|
||||
|
||||
/**
|
||||
*
|
||||
* Exception thrown when parsing documentation fails.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class DocsParseException extends Exception {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
package com.jpexs.decompiler.flash.docs;
|
||||
|
||||
/**
|
||||
*
|
||||
* Parsed symbol in documentation.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ParsedSymbol {
|
||||
|
||||
Reference in New Issue
Block a user