Package org.jruby.javasupport.util
Class RuntimeHelpers
java.lang.Object
org.jruby.runtime.Helpers
org.jruby.javasupport.util.RuntimeHelpers
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jruby.runtime.Helpers
Helpers.MethodMissingWrapper
-
Field Summary
Fields inherited from class org.jruby.runtime.Helpers
MAX_ARRAY_SIZE, MAX_SPECIFIC_ARITY_HASH, MAX_SPECIFIC_ARITY_OBJECT_ARRAY, SEMICOLON_PATTERN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RubyHash
constructHash
(Ruby runtime, IRubyObject key, IRubyObject value) Deprecated.static RubyHash
constructHash
(Ruby runtime, IRubyObject key1, IRubyObject value1, IRubyObject key2, IRubyObject value2) Deprecated.Methods inherited from class org.jruby.runtime.Helpers
aastoreIRubyObjects, aastoreIRubyObjects, aastoreIRubyObjects, aastoreIRubyObjects, aastoreIRubyObjects, aastoreIRubyObjects, aastoreIRubyObjects, aastoreIRubyObjects, aastoreIRubyObjects, aastoreIRubyObjects, addBufferLength, addBufferLength, addInstanceMethod, addInstanceMethod, addInstanceMethod, additionOverflowed, anewarrayIRubyObjects, appendAsString, appendByteList, appendToObjectArray, argsCat, argsCat, argsCatToArguments, argsNodeToArgumentDescriptors, argsPush, argsPush, argumentDescriptorsToParameters, argumentDescriptorsToParameters, arrayEntryOrNil, arrayEntryOrNilOne, arrayEntryOrNilTwo, arrayEntryOrNilZero, arrayOf, arrayOf, arrayOf, arrayOf, arrayOf, arrayOf, arrayOf, arrayPostOrNil, arrayPostOrNilOne, arrayPostOrNilTwo, arrayPostOrNilZero, arrayValue, arrayValue, arrayValue, aryOrToAry, aryToAry, aryToAry, asArray, aValueSplat, backref, backrefLastMatch, backrefMatchLast, backrefMatchPost, backrefMatchPre, BNE, breakLocalJumpError, byteListToString, calculateBufferLength, calculateBufferLength, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, checkArgumentCount, checkArgumentCount, checkArgumentCount, checkIsModule, checkJavaException, checkJavaException, checkSuperDisabledOrOutOfMethod, checkSuperDisabledOrOutOfMethod, clearErrorInfo, concatObjectArrays, constructHash, constructHash, constructHash, constructHash, constructHash, constructObjectArray, constructObjectArray, constructObjectArray, constructObjectArray, constructObjectArray, constructObjectArray, constructObjectArray, constructObjectArray, constructObjectArray, constructObjectArray, constructObjectArrayHandle, constructRubyArray, constructRubyArray, constructRubyArray, constructRubyArray, constructRubyArray, constructRubyArray, constructRubyArray, constructRubyArray, constructRubyArray, constructRubyArray, constructRubyStringArray, constructRubyStringArray, constructRubyStringArray, constructRubyStringArray, constructRubyStringArray, constructRubyStringArray, constructRubyStringArray, constructRubyStringArray, constructRubyStringArray, constructRubyStringArray, constructRubyStringArrayHandle, constructSmallHash, constructSmallHash, constructSmallHash, constructSmallHash, constructSmallHash, constructStringArray, constructStringArray, constructStringArray, constructStringArray, constructStringArray, constructStringArray, constructStringArray, constructStringArray, constructStringArray, constructStringArray, createMethodMissingEntry, createSubarray, createSubarray, createSubarray, createSubarray, decodeByteList, decodeCaptureOffsets, decodeDoubleString, decodeLongString, decodeScopeAndDetermineModule, describeScope, elementOrNil, elementOrNull, encodeCaptureOffsets, encodeDoubleString, encodeLongString, encodeParameterList, ensureRubyArray, ensureRubyArray, ensureRubyArray, errnoFromException, extractExceptionOnlyArg, extractExceptionOnlyArg, extractExceptionOnlyArg, fillNil, fillNil, fillNil, fillNil, findImplementerIfNecessary, getBackref, getBlock, getBlock, getBlockFromBlockPassBody, getBlockFromBlockPassBody, getCalleeNameFromCompositeName, getDefinedCall, getDefinedConstantOrBoundMethod, getDefinedConstantOrBoundMethod, getErrorInfo, getGlobalVariable, getImplicitBlockFromBlockBinding, getInstanceVariable, getInstanceVariableNoWarn, getLastLine, getLocalJumpTypeOrRethrow, getNthScopeModule, getScopeNames, getSingletonClass, getStaticMethodParams, getStaticMethodSignature, getStaticScope, getSuperClassForDefined, getSuperNameFromCompositeName, handleArgumentSizes, hashEnd, hashStart, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invokeAs, invokeAs, invokeAs, invokeAs, invokeAs, invokeChecked, invokeChecked, invokeChecked, invokeChecked, invokeChecked, invokedynamic, invokedynamic, invokedynamic, invokedynamic, invokeFrom, invokeFrom, invokeFrom, invokePublic, invokeSuper, invokeSuper, invokeSuper, invokeSuper, invokeSuper, invokeSuper, invokeSuper, irCheckArgsArrayArity, isExceptionHandled, isExceptionHandled, isExceptionHandled, isExceptionHandled, isExceptionHandled, isJavaExceptionHandled, isJavaExceptionHandled, isJavaExceptionHandled, isJavaExceptionHandled, isModuleAndHasConstant, isModuleAndHasConstant, isRequiredKeywordArgumentValueNode, javaStringFromPath, lastElement, map, match3, memchr, memchr, memchr, metaclass, methodToArgumentDescriptors, methodToArgumentDescriptors, methodToParameters, methodToParameters, multAndMix, multiplyBufferLength, multiplyBufferLength, murmur, murmur_finish, murmur_step, murmur1, murmurCombine, negate, newErrorFromException, newErrorFromException, newIOErrorFromException, newLiteralLambda, newLocalJumpErrorForBreak, nilledArray, nullToNil, nullToNil, nullToNil, nullToUndefined, optElementOrNull, parameterListToArgumentDescriptors, parameterListToArgumentDescriptors, performNormalMethodChecksAndDetermineVisibility, performNormalMethodChecksAndDetermineVisibility, postLoad, preLoad, preLoadCommon, rawBytesToString, rbEql, rbEqual, rbEqual, registerEndBlock, respondsToMethod, restoreScope, rewriteStackTrace, rewriteStackTraceAndThrow, safeHash, selectMethodMissing, selectMethodMissing, selectMethodMissing, setBackref, setConstantInModule, setErrorInfo, setGlobalVariable, setInstanceVariable, setLastLine, splatToArguments, splatValue, storeExceptionInErrorInfo, stringOrNil, stringToRawBytes, subarrayOrEmpty, subarrayOrEmpty, subseq, subtractionOverflowed, symbolBytesToString, throwErrorFromException, throwException, toArray, toArray, toArray, toArray, tryThrow, unwrapLocalJumpErrorValue, validateBufferLength, validateBufferLength, viewArgsArray, wrapJavaException
-
Constructor Details
-
RuntimeHelpers
public RuntimeHelpers()Deprecated.
-
-
Method Details
-
constructHash
Deprecated. -
constructHash
@Deprecated public static RubyHash constructHash(Ruby runtime, IRubyObject key1, IRubyObject value1, IRubyObject key2, IRubyObject value2) Deprecated.
-