mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 17:31:05 +00:00
And/Or handling improved Preprocessor instructions introduced - §§pop,§§push...
11 lines
135 B
Java
11 lines
135 B
Java
package com.jpexs.decompiler.graph;
|
|
|
|
/**
|
|
*
|
|
* @author JPEXS
|
|
*/
|
|
public interface SimpleValue {
|
|
|
|
public boolean isSimpleValue();
|
|
}
|