Enclosing class:
StackWalker

  • Method Summary

    int

    Returns the index to the code array of the Code attribute containing the execution point represented by this stack frame.

    Returns the binary name of the declaring class of the method represented by this stack frame.

    Returns the declaring Class for the method represented by this stack frame.

    Returns the descriptor of the method represented by this stack frame as defined by The Java Virtual Machine Specification.

    Returns the name of the source file containing the execution point represented by this stack frame.

    int

    Returns the line number of the source line containing the execution point represented by this stack frame.

    Returns the name of the method represented by this stack frame.

    Returns the MethodType representing the parameter types and the return type for the method represented by this stack frame.

    boolean

    Returns true if the method containing the execution point represented by this stack frame is a native method.

    Returns StackTraceElement for this stack frame.

  • Method Details

    • getClassName

    • getMethodName

    • getDeclaringClass

    • getMethodType

    • getDescriptor

    • getByteCodeIndex

    • getFileName

    • getLineNumber

    • isNativeMethod

    • toStackTraceElement