All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sun.misc.VM Maven / Gradle / Ivy

The newest version!
package sun.misc;

import edu.columbia.cs.psl.phosphor.struct.ControlTaintTagStack;
import edu.columbia.cs.psl.phosphor.struct.TaintedBooleanWithIntTag;
import edu.columbia.cs.psl.phosphor.struct.TaintedBooleanWithObjTag;

public class VM {
	public static TaintedBooleanWithIntTag isBooted$$PHOSPHORTAGGED(TaintedBooleanWithIntTag in)
	{
		return in;
	}
	public static TaintedBooleanWithIntTag isBooted$$PHOSPHORTAGGED(ControlTaintTagStack z, TaintedBooleanWithIntTag in)
	{
		return in;
	}
	
	public static TaintedBooleanWithObjTag isBooted$$PHOSPHORTAGGED(TaintedBooleanWithObjTag in)
	{
		return in;
	}
	public static TaintedBooleanWithObjTag isBooted$$PHOSPHORTAGGED(ControlTaintTagStack z, TaintedBooleanWithObjTag in)
	{
		return in;
	}
	public static boolean isBooted()
	{
		return false;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy