Class IntPushConstantSource
java.lang.Object
de.geolykt.starloader.deobf.stack.source.AbstractSource
de.geolykt.starloader.deobf.stack.source.AbstractConstantSource<org.objectweb.asm.tree.IntInsnNode,Integer>
de.geolykt.starloader.deobf.stack.source.IntPushConstantSource
public class IntPushConstantSource
extends AbstractConstantSource<org.objectweb.asm.tree.IntInsnNode,Integer>
-
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
-
IntPushConstantSource
public IntPushConstantSource(org.objectweb.asm.tree.IntInsnNode insn)
-
-
Method Details
-
getIntConstant
public final int getIntConstant() -
getInsn
@NotNull public final org.objectweb.asm.tree.IntInsnNode getInsn()- Overrides:
getInsnin classAbstractSource
-