org.qbicc.runtime.stackwalk.JavaStackFrameVisitor 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 JavaStackFrameVisitor {
void visitFrame(int frameIndex, int scIndex);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy