Uses of Class
de.geolykt.starloader.deobf.LIFOQueue
Packages that use LIFOQueue
-
Uses of LIFOQueue in de.geolykt.starloader.deobf
Methods in de.geolykt.starloader.deobf with parameters of type LIFOQueueModifier and TypeMethodDescriptionvoidStackWalker.StackWalkerConsumer.postCalculation(org.objectweb.asm.tree.AbstractInsnNode instruction, LIFOQueue<StackElement> stack) Method that is invoked after the effect of a given instruction on the stack is calculated.voidStackWalker.StackWalkerConsumer.preCalculation(org.objectweb.asm.tree.AbstractInsnNode instruction, LIFOQueue<StackElement> stack) Method that is invoked before the effect of a given instruction on the stack is calculated.