Uses of Enum
org.jruby.runtime.ArgumentType
Packages that use ArgumentType
-
Uses of ArgumentType in org.jruby.ir
Methods in org.jruby.ir with parameters of type ArgumentTypeModifier and TypeMethodDescriptionvoidIRBuilder.addArgumentDescription(ArgumentType type, RubySymbol name) -
Uses of ArgumentType in org.jruby.runtime
Fields in org.jruby.runtime declared as ArgumentTypeModifier and TypeFieldDescriptionfinal ArgumentTypeArgumentDescriptor.typeThe type of the argumentMethods in org.jruby.runtime that return ArgumentTypeModifier and TypeMethodDescriptionArgumentType.anonymousForm()static ArgumentTypeArgumentType.valueOf(char prefix) Returns the enum constant of this type with the specified name.static ArgumentTypeReturns the enum constant of this type with the specified name.static ArgumentType[]ArgumentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby.runtime with parameters of type ArgumentTypeModifier and TypeMethodDescription(package private) static charArgumentType.prefixFrom(ArgumentType type) Constructors in org.jruby.runtime with parameters of type ArgumentType