mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 11:40:45 +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();
|
|
}
|