|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.internal.runtime.methods.DynamicMethod
org.jruby.internal.runtime.methods.InterpretedMethod
org.jruby.internal.runtime.methods.TraceableInterpretedMethod
public class TraceableInterpretedMethod
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
|---|
DynamicMethod.NativeCall |
| Field Summary |
|---|
| Fields inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
|---|
builtin, callConfig, implementationClass, name, nativeCall, notImplemented, protectedClass, serialNumber, visibility |
| Constructor Summary | |
|---|---|
TraceableInterpretedMethod(RubyModule implementationClass,
StaticScope staticScope,
Node body,
java.lang.String name,
ArgsNode argsNode,
Visibility visibility,
ISourcePosition position)
|
|
| Method Summary | |
|---|---|
DynamicMethod |
dup()
Duplicate this method, returning DynamicMethod referencing the same code and with the same attributes. |
protected boolean |
isTraceable()
|
| Methods inherited from class org.jruby.internal.runtime.methods.InterpretedMethod |
|---|
call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, getArgsNode, getArity, getBodyNode, getFile, getLine, getPosition, getStaticScope, post, pre |
| Methods inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
|---|
calculateProtectedClass, getCallConfig, getImplementationClass, getName, getNativeCall, getProtectedClass, getRealMethod, getSerialNumber, getVisibility, handleBreak, handleRedo, handleReturn, init, isBuiltin, isCallableFrom, isNative, isNotImplemented, isUndefined, setCallConfig, setImplementationClass, setIsBuiltin, setName, setNativeCall, setNotImplemented, setVisibility |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TraceableInterpretedMethod(RubyModule implementationClass,
StaticScope staticScope,
Node body,
java.lang.String name,
ArgsNode argsNode,
Visibility visibility,
ISourcePosition position)
| Method Detail |
|---|
protected boolean isTraceable()
isTraceable in class InterpretedMethodpublic DynamicMethod dup()
DynamicMethod
dup in class InterpretedMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||