Class DoubleConstantSource
java.lang.Object
de.geolykt.starloader.deobf.stack.source.AbstractSource
de.geolykt.starloader.deobf.stack.source.AbstractConstantSource<org.objectweb.asm.tree.InsnNode,Double>
de.geolykt.starloader.deobf.stack.source.DoubleConstantSource
public class DoubleConstantSource
extends AbstractConstantSource<org.objectweb.asm.tree.InsnNode,Double>
-
Field Summary
Fields inherited from class de.geolykt.starloader.deobf.stack.source.AbstractSource
insn -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.geolykt.starloader.deobf.stack.source.AbstractConstantSource
getConstant
-
Constructor Details
-
DoubleConstantSource
public DoubleConstantSource(org.objectweb.asm.tree.InsnNode insn, double value)
-
-
Method Details
-
getDoubleConstant
public final double getDoubleConstant() -
getInsn
@NotNull public final org.objectweb.asm.tree.InsnNode getInsn()- Overrides:
getInsnin classAbstractSource
-