mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 21:21:01 +00:00
Annotations documentation.
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ package com.jpexs.decompiler.flash.types.annotations.parser;
|
||||
import com.jpexs.decompiler.flash.ParseException;
|
||||
|
||||
/**
|
||||
*
|
||||
* Exception on parsing annotations.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class AnnotationParseException extends ParseException {
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ import java.util.Set;
|
||||
import java.util.Stack;
|
||||
|
||||
/**
|
||||
*
|
||||
* Evaluates annotation conditions.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ConditionEvaluator {
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
package com.jpexs.decompiler.flash.types.annotations.parser;
|
||||
|
||||
/**
|
||||
*
|
||||
* Condition token.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ConditionToken {
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
package com.jpexs.decompiler.flash.types.annotations.parser;
|
||||
|
||||
/**
|
||||
*
|
||||
* Type of codition token.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public enum ConditionTokenType {
|
||||
|
||||
Reference in New Issue
Block a user