Uses of Enum
org.jruby.runtime.backtrace.FrameType
Packages that use FrameType
-
Uses of FrameType in org.jruby.runtime.backtrace
Fields in org.jruby.runtime.backtrace declared as FrameTypeMethods in org.jruby.runtime.backtrace that return FrameTypeModifier and TypeMethodDescriptionfinal FrameTypeRubyStackTraceElement.getFrameType()static FrameTypeFrameType.getInterpreterFrame(String methodName) static FrameTypeFrameType.getInterpreterFrame(String className, String methodName) static FrameTypeReturns the enum constant of this type with the specified name.static FrameType[]FrameType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jruby.runtime.backtrace with parameters of type FrameTypeModifierConstructorDescriptionRubyStackTraceElement(String klass, String method, String file, int line, boolean binding, FrameType frameType) -
Uses of FrameType in org.jruby.util
Methods in org.jruby.util that return FrameTypeModifier and TypeMethodDescriptionstatic FrameTypeJavaNameMangler.decodeFrameTypeFromMangledName(String type) Methods in org.jruby.util with parameters of type FrameTypeModifier and TypeMethodDescriptionstatic StringJavaNameMangler.decodeMethodName(FrameType type, List<String> mangledTuple)