org.qbicc.runtime.stackwalk.StackFrameVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-runtime-main Show documentation
Show all versions of qbicc-runtime-main Show documentation
Qbicc run time main entry point
package org.qbicc.runtime.stackwalk;
@FunctionalInterface
public interface StackFrameVisitor {
void visitFrame(int frameIndex, long ip, long sp);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy