org.jruby.runtime
Class CallType
java.lang.Object
org.jruby.runtime.CallType
- public final class CallType
- extends java.lang.Object
- Version:
- $Revision: 1.3 $
- Author:
- jpetersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NORMAL
public static final CallType NORMAL
FUNCTIONAL
public static final CallType FUNCTIONAL
SUPER
public static final CallType SUPER
VARIABLE
public static final CallType VARIABLE
isNormal
public boolean isNormal()
registerCallStatus
public void registerCallStatus(LastCallStatus lastCallStatus,
java.lang.String name)
Copyright © 2002 Jan Arne Petersen. All Rights Reserved.