Uses of Class
de.geolykt.starloader.deobf.StackElement
Packages that use StackElement
-
Uses of StackElement in de.geolykt.starloader.deobf
Fields in de.geolykt.starloader.deobf declared as StackElementMethod parameters in de.geolykt.starloader.deobf with type arguments of type StackElementModifier 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. -
Uses of StackElement in de.geolykt.starloader.deobf.stack.source
Fields in de.geolykt.starloader.deobf.stack.source declared as StackElementModifier and TypeFieldDescriptionfinal StackElementArraylengthSource.arrayfinal StackElementArrayLoadSource.arrayreffinal StackElementInstanceofSource.checkedElementfinal StackElementArrayLoadSource.indexfinal StackElementArithmeticOperationSource.leftHandfinal StackElementNumberCompareSource.leftHandfinal StackElementNewArraySource.lengthfinal StackElementArithmeticOperationSource.rightHandfinal StackElementNumberCompareSource.rightHandfinal StackElementConversionSource.sourceElementfinal StackElementCastSource.uncastElementConstructors in de.geolykt.starloader.deobf.stack.source with parameters of type StackElementModifierConstructorDescriptionArithmeticOperationSource(org.objectweb.asm.tree.InsnNode insn, StackElement leftHand, StackElement rightHand) ArraylengthSource(org.objectweb.asm.tree.InsnNode insn, StackElement array) ArrayLoadSource(org.objectweb.asm.tree.InsnNode insn, StackElement index, StackElement arrayRef) CastSource(org.objectweb.asm.tree.TypeInsnNode insn, StackElement oldElement) ConversionSource(org.objectweb.asm.tree.InsnNode insn, StackElement sourceElement) InstanceofSource(org.objectweb.asm.tree.TypeInsnNode insn, StackElement checkedElement) NewArraySource(org.objectweb.asm.tree.AbstractInsnNode insn, StackElement length) NumberCompareSource(org.objectweb.asm.tree.InsnNode insn, StackElement leftHand, StackElement rightHand)