A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

ASTSerializer - class org.jruby.main.ASTSerializer.
 
ASTSerializer() - Constructor for class org.jruby.main.ASTSerializer
 
Ablaf - class org.ablaf.common.Ablaf.
 
Ablaf() - Constructor for class org.ablaf.common.Ablaf
 
AbstractCallback - class org.jruby.runtime.callback.AbstractCallback.
 
AbstractCallback(Class, String, Class[], boolean, boolean, Arity) - Constructor for class org.jruby.runtime.callback.AbstractCallback
 
AbstractCallback.CallType - class org.jruby.runtime.callback.AbstractCallback.CallType.
 
AbstractCallback.CallType() - Constructor for class org.jruby.runtime.callback.AbstractCallback.CallType
 
AbstractLexerSource - class org.ablaf.internal.lexer.AbstractLexerSource.
An abstract implementation of an ILexerSource.
AbstractLexerSource(String) - Constructor for class org.ablaf.internal.lexer.AbstractLexerSource
 
AbstractMethod - class org.jruby.internal.runtime.methods.AbstractMethod.
 
AbstractMethod(Visibility) - Constructor for class org.jruby.internal.runtime.methods.AbstractMethod
 
AbstractNode - class org.jruby.ast.AbstractNode.
 
AbstractNode() - Constructor for class org.jruby.ast.AbstractNode
constructor without a position.
AbstractNode(ISourcePosition) - Constructor for class org.jruby.ast.AbstractNode
 
AbstractStack - class org.jruby.util.collections.AbstractStack.
 
AbstractStack() - Constructor for class org.jruby.util.collections.AbstractStack
 
AbstractVisitor - class org.jruby.ast.visitor.AbstractVisitor.
This visitor calls by default the visitNode method for each visited Node.
AbstractVisitor() - Constructor for class org.jruby.ast.visitor.AbstractVisitor
 
AliasMethod - class org.jruby.internal.runtime.methods.AliasMethod.
 
AliasMethod(ICallable, String) - Constructor for class org.jruby.internal.runtime.methods.AliasMethod
 
AliasNode - class org.jruby.ast.AliasNode.
An AliasNode represents an alias statement.
AliasNode(ISourcePosition, String, String) - Constructor for class org.jruby.ast.AliasNode
 
AndNode - class org.jruby.ast.AndNode.
An AndNode represents a && operator.
AndNode(ISourcePosition, INode, INode) - Constructor for class org.jruby.ast.AndNode
 
ArgsNode - class org.jruby.ast.ArgsNode.
arguments for a function.
ArgsNode(ISourcePosition, int, IListNode, int, BlockArgNode) - Constructor for class org.jruby.ast.ArgsNode
 
ArgsUtil - class org.jruby.ast.util.ArgsUtil.
 
ArgsUtil() - Constructor for class org.jruby.ast.util.ArgsUtil
 
ArgumentError - exception org.jruby.exceptions.ArgumentError.
 
ArgumentError(Ruby, String) - Constructor for class org.jruby.exceptions.ArgumentError
Constructs an RubyTypeException with the specified detail message.
ArgumentError(Ruby, int, int) - Constructor for class org.jruby.exceptions.ArgumentError
 
Arity - class org.jruby.runtime.Arity.
The arity of a method is the number of arguments it takes.
ArrayNode - class org.jruby.ast.ArrayNode.
Represents an array.
ArrayNode(ISourcePosition) - Constructor for class org.jruby.ast.ArrayNode
 
ArrayStack - class org.jruby.util.collections.ArrayStack.
 
ArrayStack() - Constructor for class org.jruby.util.collections.ArrayStack
 
AssertError - error org.jruby.util.AssertError.
Java 1.3 compatibility class.
AssertError() - Constructor for class org.jruby.util.AssertError
Constructor for AssertError.
AssertError(String) - Constructor for class org.jruby.util.AssertError
Constructor for AssertError.
Asserts - class org.jruby.util.Asserts.
Debugging util class to terminate the application if the assertion fails.
Asserts() - Constructor for class org.jruby.util.Asserts
 
AssignmentVisitor - class org.jruby.evaluator.AssignmentVisitor.
 
AssignmentVisitor(Ruby, IRubyObject) - Constructor for class org.jruby.evaluator.AssignmentVisitor
 
AstPersistenceDelegates - class org.jruby.ast.util.AstPersistenceDelegates.
 
AttrSetNode - class org.jruby.ast.AttrSetNode.
 
AttrSetNode(ISourcePosition, String) - Constructor for class org.jruby.ast.AttrSetNode
 
abort_on_exception(IRubyObject) - Static method in class org.jruby.ThreadClass
Returns the status of the global ``abort on exception'' condition.
abort_on_exception() - Method in class org.jruby.ThreadClass
 
abort_on_exception_set(IRubyObject, IRubyObject) - Static method in class org.jruby.ThreadClass
 
abort_on_exception_set(IRubyObject) - Method in class org.jruby.ThreadClass
 
abs() - Method in class org.jruby.RubyNumeric
num_abs
accept(INodeVisitor) - Method in interface org.ablaf.ast.INode
 
accept(INodeVisitor) - Method in class org.jruby.ast.AliasNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.AndNode
 
accept(INodeVisitor) - Method in class org.jruby.ast.ArgsNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ArrayNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.AttrSetNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.BackRefNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.BeginNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.BignumNode
 
accept(INodeVisitor) - Method in class org.jruby.ast.BlockArgNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.BlockNode
Method used by visitors.
accept(INodeVisitor) - Method in class org.jruby.ast.BlockPassNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.BreakNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.CallNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.CaseNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ClassNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ClassVarAsgnNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ClassVarDeclNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ClassVarNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.Colon2Node
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.Colon3Node
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ConstDeclNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ConstNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.DAsgnNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.DRegexpNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.DStrNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.DVarNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.DXStrNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.DefinedNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.DefnNode
 
accept(INodeVisitor) - Method in class org.jruby.ast.DefsNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.DotNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.EnsureNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.EvStrNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ExpandArrayNode
 
accept(INodeVisitor) - Method in class org.jruby.ast.FCallNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.FalseNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.FixnumNode
 
accept(INodeVisitor) - Method in class org.jruby.ast.FlipNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.FloatNode
 
accept(INodeVisitor) - Method in class org.jruby.ast.ForNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.GlobalAsgnNode
Method used by visitors.
accept(INodeVisitor) - Method in class org.jruby.ast.GlobalVarNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.HashNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.IfNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.InstAsgnNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.InstVarNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.IterNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.LocalAsgnNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.LocalVarNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.Match2Node
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.Match3Node
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.MatchNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ModuleNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.MultipleAsgnNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.NewlineNode
Method used by visitors.
accept(INodeVisitor) - Method in class org.jruby.ast.NextNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.NilNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.NotNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.NthRefNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.OpAsgnAndNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.OpAsgnNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.OpAsgnOrNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.OpElementAsgnNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.OptNNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.OrNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.PostExeNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.RedoNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.RegexpNode
 
accept(INodeVisitor) - Method in class org.jruby.ast.RescueBodyNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.RescueNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.RestArgsNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.RetryNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ReturnNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.SClassNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ScopeNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.SelfNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.StarNode
 
accept(INodeVisitor) - Method in class org.jruby.ast.StrNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.SuperNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.SymbolNode
 
accept(INodeVisitor) - Method in class org.jruby.ast.TrueNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.UndefNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.UntilNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.VAliasNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.VCallNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.WhenNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.WhileNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.XStrNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.YieldNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ZArrayNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ZSuperNode
Accept for the visitor pattern.
accept(INodeVisitor) - Method in class org.jruby.ast.ZeroArgNode
 
acceptNode(INode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
add(INode) - Method in class org.jruby.ast.ArrayNode
 
add(INode) - Method in class org.jruby.ast.BlockNode
 
add(INode) - Method in class org.jruby.ast.DRegexpNode
 
add(INode) - Method in class org.jruby.ast.DStrNode
 
add(INode) - Method in class org.jruby.ast.DXStrNode
 
add(INode) - Method in class org.jruby.ast.RescueBodyNode
 
add(INode) - Method in interface org.jruby.ast.types.IListNode
 
add(String) - Method in class org.jruby.parser.BlockNamesElement
 
add(String) - Method in class org.jruby.parser.BlockNamesStack
 
add(IRubyObject) - Method in class org.jruby.runtime.ObjectSpace
 
add(Object) - Method in class org.jruby.util.collections.IdentitySet
 
addAll(IListNode, IListNode) - Static method in class org.jruby.ast.util.ListNodeUtil
 
addAutoload(String, IAutoloadMethod) - Method in class org.jruby.internal.runtime.load.LoadService
 
addAutoload(String, IAutoloadMethod) - Method in interface org.jruby.runtime.load.ILoadService
 
addClass(String, byte[]) - Static method in class org.jruby.compiler.ByteCodeRuntime
 
addErrorHandler(IErrorHandler) - Method in interface org.ablaf.common.IErrorSupport
 
addFileset(FileSet) - Method in class org.jruby.util.ant.JRubySerialize
Adds a set of files to copy.
addLocalVariables(List) - Method in class org.jruby.runtime.Scope
 
addLocalVariables(List) - Method in class org.jruby.runtime.ScopeStack
 
addMethod(String, ICallable) - Method in class org.jruby.RubyModule
rb_add_method
addString(IRubyObject) - Method in class org.jruby.RubyIO
rb_io_addstr
addToClasspath(URL) - Method in class org.jruby.javasupport.JavaSupport
 
addToList(Object) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
addTrace(RubyProc) - Method in class org.jruby.internal.runtime.GlobalVariable
 
advance() - Method in interface org.ablaf.lexer.IYaccLexer
 
advance() - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
alias(String, String) - Method in class org.jruby.internal.runtime.GlobalVariables
Creates a new global variable which links to the oldName global variable.
alias(String, String) - Method in interface org.jruby.runtime.IGlobalVariables
 
aliasMethod(String, String) - Method in class org.jruby.RubyModule
rb_alias
alias_method(IRubyObject, IRubyObject) - Method in class org.jruby.RubyModule
 
allocateObject() - Method in class org.jruby.RubyClass
Creates a new object of this class by calling the 'allocate' method.
ancestors() - Method in class org.jruby.RubyModule
rb_mod_ancestors
append(IRubyObject) - Method in class org.jruby.RubyArray
 
append(IRubyObject) - Method in class org.jruby.RubyString
rb_str_append
append(char) - Method in class org.jruby.lexer.yacc.StringToken
 
append(String) - Method in class org.jruby.lexer.yacc.StringToken
 
appendEscape(char) - Method in class org.jruby.lexer.yacc.StringToken
 
appendPrintToBlock(INode) - Method in class org.jruby.parser.ParserSupport
 
appendToBlock(INode, INode) - Method in class org.jruby.parser.ParserSupport
 
appendWhileLoopToBlock(INode, boolean, boolean) - Method in class org.jruby.parser.ParserSupport
 
append_features(RubyModule) - Method in class org.jruby.RubyModule
rb_mod_append_features
append_features(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyPrecision
 
apply(String, int, int, Object, Vector, Vector) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
applyPattern(String) - Method in class org.jruby.util.RubyDateFormat
 
aref(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_aref
aref(RubyNumeric) - Method in class org.jruby.RubyBignum
 
aref(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
aref(IRubyObject) - Method in class org.jruby.RubyHash
 
aref(IRubyObject[]) - Method in class org.jruby.RubyMatchData
match_aref
aref(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_aref, rb_str_aref_m
aref(IRubyObject) - Method in class org.jruby.RubyStruct
 
aref(IRubyObject) - Method in class org.jruby.ThreadClass
 
aref(IRubyObject) - Method in class org.jruby.javasupport.JavaArray
 
aref(IRubyObject) - Method in class org.jruby.javasupport.JavaObject
 
argCount(IRubyObject[], int, int) - Method in class org.jruby.RubyObject
 
argCount(IRubyObject[], int, int) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method argCount.
arg_blk_pass(IListNode, BlockPassNode) - Method in class org.jruby.parser.ParserSupport
 
argumentIndex - Variable in class org.jruby.util.CommandlineParser
 
argumentTypes - Variable in class org.jruby.runtime.callback.AbstractCallback
 
argument_types() - Method in class org.jruby.javasupport.JavaCallable
 
arity() - Method in class org.jruby.Method
Returns the number of arguments a method accepted.
arity() - Method in class org.jruby.RubyProc
 
arity() - Method in class org.jruby.javasupport.JavaCallable
 
arity() - Method in class org.jruby.runtime.Block
 
arity - Variable in class org.jruby.runtime.callback.AbstractCallback
 
arrayToSingle(IRubyObject, boolean) - Method in class org.jruby.evaluator.ValueConverter
 
arrayValue(IRubyObject) - Static method in class org.jruby.RubyArray
to_ary
array_class() - Method in class org.jruby.javasupport.JavaClass
 
array_p() - Method in class org.jruby.javasupport.JavaClass
 
asSymbol() - Method in class org.jruby.RubyObject
rb_to_id
asSymbol() - Method in class org.jruby.RubyString
rb_to_id
asSymbol() - Method in class org.jruby.RubySymbol
rb_to_id
asSymbol() - Method in interface org.jruby.runtime.builtin.IRubyObject
Convert the object into a symbol name if possible.
asctime() - Method in class org.jruby.RubyTime
 
aset(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_aset
aset(IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
 
aset(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_aset, rb_str_aset_m
aset(IRubyObject, IRubyObject) - Method in class org.jruby.RubyStruct
 
aset(IRubyObject, IRubyObject) - Method in class org.jruby.ThreadClass
 
aset(IRubyObject, IRubyObject) - Method in class org.jruby.javasupport.JavaArray
 
aset(IRubyObject, IRubyObject) - Method in class org.jruby.javasupport.JavaObject
 
assign(INode, IRubyObject, boolean) - Method in class org.jruby.evaluator.AssignmentVisitor
 
assignable_from_p(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
assoc(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_assoc
assumeLoop - Variable in class org.jruby.util.CommandlineParser
 
assumePrinting - Variable in class org.jruby.util.CommandlineParser
 
at(RubyNumeric) - Method in class org.jruby.RubyArray
rb_ary_at
atan2(IRubyObject, RubyNumeric, RubyNumeric) - Static method in class org.jruby.RubyMath
 
attachToObject(IRubyObject) - Method in class org.jruby.MetaClass
 
attachToObject(IRubyObject) - Method in class org.jruby.RubyClass
 
attr(IRubyObject, IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_attr
attr_accessor(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_attr_accessor
attr_reader(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_attr_reader
attr_writer(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_attr_writer
autoload(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
autoload(String) - Method in class org.jruby.internal.runtime.load.LoadService
 
autoload(String) - Method in interface org.jruby.runtime.load.ILoadService
 

B

BSFExample - class org.jruby.javasupport.bsf.BSFExample.
An example demonstrating the use of JRuby and BSF.
BSFExample(BSFManager) - Constructor for class org.jruby.javasupport.bsf.BSFExample
 
BackRefNode - class org.jruby.ast.BackRefNode.
Regexp backref.
BackRefNode(ISourcePosition, char) - Constructor for class org.jruby.ast.BackRefNode
 
BeginNode - class org.jruby.ast.BeginNode.
Begin/End block.
BeginNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.BeginNode
 
BignumNode - class org.jruby.ast.BignumNode.
Represents a big integer literal.
BignumNode(ISourcePosition, BigInteger) - Constructor for class org.jruby.ast.BignumNode
 
Block - class org.jruby.runtime.Block.
 
BlockArgNode - class org.jruby.ast.BlockArgNode.
a block argument.
BlockArgNode(ISourcePosition, int) - Constructor for class org.jruby.ast.BlockArgNode
 
BlockNamesElement - class org.jruby.parser.BlockNamesElement.
 
BlockNamesElement() - Constructor for class org.jruby.parser.BlockNamesElement
 
BlockNamesStack - class org.jruby.parser.BlockNamesStack.
 
BlockNamesStack(LocalNamesStack) - Constructor for class org.jruby.parser.BlockNamesStack
 
BlockNode - class org.jruby.ast.BlockNode.
A structuring node (linked list of other nodes).
BlockNode(ISourcePosition) - Constructor for class org.jruby.ast.BlockNode
 
BlockPassNode - class org.jruby.ast.BlockPassNode.
Block passed explicitly as an argument in a method call.
BlockPassNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.BlockPassNode
 
BlockStack - class org.jruby.runtime.BlockStack.
 
BlockStack() - Constructor for class org.jruby.runtime.BlockStack
 
BreakJump - exception org.jruby.exceptions.BreakJump.
 
BreakJump() - Constructor for class org.jruby.exceptions.BreakJump
Creates new BreakException
BreakNode - class org.jruby.ast.BreakNode.
Represents a 'break' statement.
BreakNode(ISourcePosition) - Constructor for class org.jruby.ast.BreakNode
 
BreakStatementVisitor - class org.jruby.ast.visitor.BreakStatementVisitor.
 
BreakStatementVisitor() - Constructor for class org.jruby.ast.visitor.BreakStatementVisitor
 
BuiltinScript - class org.jruby.util.BuiltinScript.
Loading of pre-parsed, serialized, Ruby scripts that are built into JRuby.
BuiltinScript(String) - Constructor for class org.jruby.util.BuiltinScript
 
Builtins - class org.jruby.Builtins.
Builtins provides methods to create the built-ins classes and to convert between the classes.
Builtins(Ruby) - Constructor for class org.jruby.Builtins
 
ByteCodeRuntime - class org.jruby.compiler.ByteCodeRuntime.
Provides some services for Ruby code that is compiled to JVM bytecode.
ByteCodeRuntime() - Constructor for class org.jruby.compiler.ByteCodeRuntime
 
backquote(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
backrefAssignError(INode) - Method in class org.jruby.parser.ParserSupport
 
backtrace() - Method in class org.jruby.RubyException
 
basename(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
begin(RubyFixnum) - Method in class org.jruby.RubyMatchData
match_begin
begin() - Method in class org.jruby.lexer.yacc.StackState
 
beginCallArgs(ThreadContext) - Static method in class org.jruby.ast.util.ArgsUtil
 
between_p(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
 
bigIntValue(RubyNumeric) - Static method in class org.jruby.RubyBignum
 
bind(IRubyObject) - Method in class org.jruby.UnboundMethod
 
block_given(IRubyObject) - Static method in class org.jruby.KernelModule
 
bmcall(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.Method
Delegate a block call to a bound method call.
borrowParser() - Method in interface org.ablaf.parser.IParserPool
 
borrowParser() - Method in class org.jruby.parser.RubyParserPool
 
bytesToString(byte[]) - Static method in class org.jruby.RubyString
 

C

COMPILE_DATE - Static variable in interface org.jruby.runtime.Constants
 
COMPILE_ERROR - Static variable in interface org.jruby.common.IErrors
 
CacheEntry - class org.jruby.internal.runtime.methods.CacheEntry.
 
CacheEntry(String, RubyModule) - Constructor for class org.jruby.internal.runtime.methods.CacheEntry
 
CallNode - class org.jruby.ast.CallNode.
A method or operator call.
CallNode(ISourcePosition, INode, String, IListNode) - Constructor for class org.jruby.ast.CallNode
 
CallType - class org.jruby.runtime.CallType.
 
Callback - interface org.jruby.runtime.callback.Callback.
 
CallbackFactory - class org.jruby.runtime.CallbackFactory.
Helper class to build Callback method.
CallbackFactory() - Constructor for class org.jruby.runtime.CallbackFactory
 
CallbackMethod - class org.jruby.internal.runtime.methods.CallbackMethod.
 
CallbackMethod(Callback, Visibility) - Constructor for class org.jruby.internal.runtime.methods.CallbackMethod
 
CaseNode - class org.jruby.ast.CaseNode.
A Case statement.
CaseNode(ISourcePosition, INode, IListNode, INode) - Constructor for class org.jruby.ast.CaseNode
 
CglibCallback - class org.jruby.runtime.callback.CglibCallback.
Similar to ReflectionCallback, but uses CGLIB's reflection optimizer instead of Java's native reflection for instance calls.
CglibCallback(Class, String, Class[], boolean, boolean, Arity) - Constructor for class org.jruby.runtime.callback.CglibCallback
 
CglibCallbackFactory - class org.jruby.runtime.callback.CglibCallbackFactory.
 
CglibCallbackFactory() - Constructor for class org.jruby.runtime.callback.CglibCallbackFactory
 
ClassNode - class org.jruby.ast.ClassNode.
A class statement.
ClassNode(ISourcePosition, String, ScopeNode, INode) - Constructor for class org.jruby.ast.ClassNode
 
ClassVarAsgnNode - class org.jruby.ast.ClassVarAsgnNode.
Class variable assignment node.
ClassVarAsgnNode(ISourcePosition, String, INode) - Constructor for class org.jruby.ast.ClassVarAsgnNode
 
ClassVarDeclNode - class org.jruby.ast.ClassVarDeclNode.
Class variable declaration.
ClassVarDeclNode(ISourcePosition, String, INode) - Constructor for class org.jruby.ast.ClassVarDeclNode
 
ClassVarNode - class org.jruby.ast.ClassVarNode.
Access to a class variable.
ClassVarNode(ISourcePosition, String) - Constructor for class org.jruby.ast.ClassVarNode
 
CollectionFactory - class org.jruby.util.collections.CollectionFactory.
 
CollectionFactory() - Constructor for class org.jruby.util.collections.CollectionFactory
 
Colon2Node - class org.jruby.ast.Colon2Node.
Represents a '::' constant access or method call.
Colon2Node(ISourcePosition, INode, String) - Constructor for class org.jruby.ast.Colon2Node
 
Colon3Node - class org.jruby.ast.Colon3Node.
Global scope node.
Colon3Node(ISourcePosition, String) - Constructor for class org.jruby.ast.Colon3Node
 
CommandlineParser - class org.jruby.util.CommandlineParser.
 
CommandlineParser(String[]) - Constructor for class org.jruby.util.CommandlineParser
 
CompiledReflectionCallback - class org.jruby.runtime.callback.CompiledReflectionCallback.
 
CompiledReflectionCallback(Ruby, String, String, int, ClassLoader) - Constructor for class org.jruby.runtime.callback.CompiledReflectionCallback
 
ConstDeclNode - class org.jruby.ast.ConstDeclNode.
Declaration (and assignment) of a Constant.
ConstDeclNode(ISourcePosition, String, INode) - Constructor for class org.jruby.ast.ConstDeclNode
 
ConstNode - class org.jruby.ast.ConstNode.
The access to a Constant.
ConstNode(ISourcePosition, String) - Constructor for class org.jruby.ast.ConstNode
 
Constants - interface org.jruby.runtime.Constants.
 
call(IRubyObject[]) - Method in class org.jruby.Method
Call the method.
call(IRubyObject, String, IRubyObject[], CallType) - Method in class org.jruby.RubyModule
rb_call
call(IRubyObject[]) - Method in class org.jruby.RubyProc
 
call(IRubyObject[], IRubyObject) - Method in class org.jruby.RubyProc
 
call(IRubyObject[]) - Method in class org.jruby.UnboundMethod
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in class org.jruby.internal.runtime.methods.CallbackMethod
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in class org.jruby.internal.runtime.methods.DefaultMethod
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in class org.jruby.internal.runtime.methods.EvaluateMethod
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in class org.jruby.internal.runtime.methods.IterateMethod
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in class org.jruby.internal.runtime.methods.MethodMethod
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in class org.jruby.internal.runtime.methods.ProcMethod
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in class org.jruby.internal.runtime.methods.UndefinedMethod
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in class org.jruby.internal.runtime.methods.WrapperCallable
 
call(Object, String, Object[]) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
call(IRubyObject[]) - Method in class org.jruby.runtime.Block
 
call(IRubyObject[], IRubyObject) - Method in class org.jruby.runtime.Block
 
call(Ruby, IRubyObject, String, IRubyObject[], boolean) - Method in interface org.jruby.runtime.ICallable
 
call0(IRubyObject, String, IRubyObject[], ICallable, boolean) - Method in class org.jruby.RubyModule
rb_call0
callInit(IRubyObject[]) - Method in class org.jruby.RubyObject
 
callInit(IRubyObject[]) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
callMethod(String, IRubyObject[]) - Method in class org.jruby.RubyObject
rb_funcall2
callMethod(String) - Method in class org.jruby.RubyObject
 
callMethod(String, IRubyObject) - Method in class org.jruby.RubyObject
rb_funcall
callMethod(String) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method funcall.
callMethod(String, IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method funcall.
callMethod(String, IRubyObject[]) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method callMethod.
callSuper(IRubyObject[]) - Method in class org.jruby.runtime.ThreadContext
 
callTraceFunction(String, ISourcePosition, IRubyObject, String, IRubyObject) - Method in class org.jruby.Ruby
Call the trace function MRI: eval.c - call_trace_func
callType - Variable in class org.jruby.runtime.callback.AbstractCallback
 
callType(boolean) - Method in class org.jruby.runtime.callback.AbstractCallback
 
callType(boolean) - Method in class org.jruby.runtime.callback.CglibCallback
 
callType(boolean) - Method in class org.jruby.runtime.callback.ReflectionCallback
 
callbackFactory() - Method in class org.jruby.Ruby
 
callbackFactory() - Method in class org.jruby.RubyObject
 
caller(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
capitalize() - Method in class org.jruby.RubyString
rb_str_capitalize
capitalize_bang() - Method in class org.jruby.RubyString
rb_str_capitalize_bang
casefold() - Method in class org.jruby.RubyRegexp
rb_reg_casefold_p
cat(String) - Method in class org.jruby.RubyString
rb_str_cat
ceil() - Method in class org.jruby.RubyFloat
 
ceil() - Method in class org.jruby.RubyNumeric
num_ceil
center(IRubyObject) - Method in class org.jruby.RubyString
rb_str_center
changeBlockLevel(int) - Method in class org.jruby.parser.LocalNamesElement
 
changeBlockLevel(int) - Method in class org.jruby.parser.LocalNamesStack
 
characterIndex - Variable in class org.jruby.util.CommandlineParser
 
chdir(IRubyObject, RubyString) - Static method in class org.jruby.RubyDir
Changes the current directory to path
checkArity(Ruby, IRubyObject[]) - Method in class org.jruby.runtime.Arity
 
checkExpression(INode) - Method in class org.jruby.parser.ParserSupport
 
checkOpen() - Method in class org.jruby.util.IOHandler
 
checkPermissionsSubsetOf(IOModes) - Method in class org.jruby.util.IOHandler
 
checkReadable() - Method in class org.jruby.RubyIO
 
checkReadable() - Method in class org.jruby.util.IOHandler
 
checkSafeString() - Method in class org.jruby.RubyObject
 
checkSafeString() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method checkSafeString.
checkSubsetOf(IOModes) - Method in class org.jruby.util.IOModes
 
checkUselessStatement(INode) - Method in class org.jruby.parser.ParserSupport
 
checkUselessStatements(BlockNode) - Method in class org.jruby.parser.ParserSupport
 
checkWriteable() - Method in class org.jruby.RubyIO
 
checkWriteable() - Method in class org.jruby.util.IOHandler
 
chmod(IRubyObject, RubyInteger, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
chomp(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
chomp(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_chomp
chomp_bang(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
chomp_bang(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_chomp_bang
chop(IRubyObject) - Static method in class org.jruby.KernelModule
 
chop() - Method in class org.jruby.RubyString
rb_str_chop
chop_bang(IRubyObject) - Static method in class org.jruby.KernelModule
 
chop_bang() - Method in class org.jruby.RubyString
rb_str_chop_bang
chr() - Method in class org.jruby.RubyInteger
 
chroot(IRubyObject, RubyString) - Static method in class org.jruby.RubyDir
Changes the root directory (only allowed by super user).
class_variables() - Method in class org.jruby.RubyModule
rb_mod_class_variables
clear() - Method in class org.jruby.RubyArray
rb_ary_clear
clear() - Method in class org.jruby.RubyHash
 
clearMethodCache(Ruby) - Static method in class org.jruby.RubyModule
 
clearMethodCache(Ruby, String) - Static method in class org.jruby.RubyModule
 
clone() - Method in class org.jruby.util.collections.ArrayStack
 
cloneBlock() - Method in class org.jruby.runtime.Block
 
cloneIOHandler() - Method in class org.jruby.util.IOHandler
 
cloneIOHandler() - Method in class org.jruby.util.IOHandlerSeekable
 
cloneIOHandler() - Method in class org.jruby.util.IOHandlerUnseekable
 
clone_IO() - Method in class org.jruby.RubyIO
 
close() - Method in interface org.ablaf.ast.IAstDecoder
 
close() - Method in interface org.ablaf.ast.IAstEncoder
 
close() - Method in class org.jruby.RubyDir
Closes the directory stream.
close() - Method in class org.jruby.RubyIO
Closes all open resources for the IO.
close() - Method in class org.jruby.util.IOHandler
 
close() - Method in class org.jruby.util.IOHandlerSeekable
Close IO handler resources.
close() - Method in class org.jruby.util.IOHandlerUnseekable
Close IO handler resources.
closed() - Method in class org.jruby.RubyIO
Closes the IO.
cmp(RubyNumeric) - Method in class org.jruby.RubyNumeric
 
cmp(RubyString) - Method in class org.jruby.RubyString
rb_str_cmp
coerce(RubyNumeric) - Method in class org.jruby.RubyFloat
 
coerce(RubyNumeric) - Method in class org.jruby.RubyNumeric
num_coerce
collect() - Method in class org.jruby.RubyArray
rb_ary_collect
collect_bang() - Method in class org.jruby.RubyArray
rb_ary_collect_bang
compact() - Method in class org.jruby.RubyArray
rb_ary_compact
compact_bang() - Method in class org.jruby.RubyArray
rb_ary_compact_bang
compareValue(RubyNumeric) - Method in class org.jruby.RubyBignum
 
compareValue(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
compareValue(RubyNumeric) - Method in class org.jruby.RubyFloat
 
compareValue(RubyNumeric) - Method in class org.jruby.RubyNumeric
 
compile(Ruby, String) - Method in class org.jruby.runtime.regexp.GNURegexpAdapter
Compile the regex.
compile(Ruby, String) - Method in class org.jruby.runtime.regexp.IRegexpAdapter
Compile the regex.
compile(Ruby, String) - Method in class org.jruby.runtime.regexp.JDKRegexpAdapter
Compile the regex.
compile(Ruby, String) - Method in class org.jruby.runtime.regexp.ORORegexpAdapter
Compile the regex.
component_type() - Method in class org.jruby.javasupport.JavaClass
 
concat(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_concat
concat(IRubyObject) - Method in class org.jruby.RubyString
rb_str_concat
const_defined(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_const_defined
const_get(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_const_get
const_missing(IRubyObject) - Method in class org.jruby.RubyModule
 
const_set(IRubyObject, IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_const_set
constants() - Method in class org.jruby.RubyModule
rb_mod_constants
constructor(IRubyObject[]) - Method in class org.jruby.javasupport.JavaClass
 
constructors() - Method in class org.jruby.javasupport.JavaClass
 
contains(Object) - Method in class org.jruby.util.collections.IdentitySet
 
contents() - Method in class org.jruby.util.collections.ArrayStack
 
convertArgument(Object, Class) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaArrayToRuby(Ruby, Object[]) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, Object) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, Object, Class) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Object[]) - Method in class org.jruby.javasupport.RubyConversion
 
convertJavaToRuby(Object) - Method in class org.jruby.javasupport.RubyConversion
 
convertJavaToRuby(Object[]) - Method in class org.jruby.javasupport.RubyProxyFactory
Helper methods for RubyConversion (used by RubyInvocationHandler)
convertRubyArrayToJava(RubyArray, Class) - Method in class org.jruby.javasupport.RubyConversion
 
convertRubyToJava(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
 
convertRubyToJava(IRubyObject, Class) - Static method in class org.jruby.javasupport.JavaUtil
 
convertRubyToJava(IRubyObject[]) - Method in class org.jruby.javasupport.RubyConversion
 
convertRubyToJava(IRubyObject) - Method in class org.jruby.javasupport.RubyConversion
 
convertRubyToJava(IRubyObject, Class) - Method in class org.jruby.javasupport.RubyConversion
 
convertRubyToJava(IRubyObject, Class) - Method in class org.jruby.javasupport.RubyProxyFactory
 
convertToString() - Method in class org.jruby.RubyObject
 
convertToString() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
convertToType(String, String, boolean) - Method in class org.jruby.RubyObject
Converts this object to type 'targetType' using 'convertMethod' method.
convertToType(String, String, boolean) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method convertToType.
convertType(Class, String, String) - Method in class org.jruby.RubyObject
rb_convert_type
convertType(Class, String, String) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method convertType.
cos(IRubyObject, RubyNumeric) - Static method in class org.jruby.RubyMath
 
count(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_count
create(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArray
rb_ary_s_create
create(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyHash
 
create(Ruby, Method) - Static method in class org.jruby.javasupport.JavaMethod
 
create(Ruby, Class, String, Class[]) - Static method in class org.jruby.javasupport.JavaMethod
 
createArity(int) - Static method in class org.jruby.runtime.Arity
 
createArray(int) - Static method in class org.jruby.util.TestHelper
used to test Java Arrays in Ruby.
createArrayClass(Ruby) - Static method in class org.jruby.RubyArray
 
createBacktrace(Ruby, int) - Static method in class org.jruby.exceptions.RaiseException
Create an Array with backtrace information.
createBignumClass(Ruby) - Static method in class org.jruby.RubyBignum
 
createBlock(INode, ICallable, IRubyObject) - Static method in class org.jruby.runtime.Block
 
createClassClass(RubyClass) - Static method in class org.jruby.RubyClass
 
createComparable(Ruby) - Static method in class org.jruby.RubyComparable
 
createDirClass(Ruby) - Static method in class org.jruby.RubyDir
 
createEnumerableModule(Ruby) - Static method in class org.jruby.RubyEnumerable
 
createExceptionClass(Ruby) - Static method in class org.jruby.RubyException
 
createFactory() - Static method in class org.jruby.runtime.CallbackFactory
 
createFalseClass(Ruby) - Static method in class org.jruby.RubyBoolean
 
createFileClass(Ruby) - Static method in class org.jruby.RubyFile
 
createFileStatClass(Ruby) - Static method in class org.jruby.FileStatClass
 
createFileTestModule(Ruby) - Static method in class org.jruby.RubyFileTest
 
createFixnumClass(Ruby) - Static method in class org.jruby.RubyFixnum
 
createFloatClass(Ruby) - Static method in class org.jruby.RubyFloat
 
createGCModule(Ruby) - Static method in class org.jruby.RubyGC
 
createGlobals(Ruby) - Static method in class org.jruby.RubyGlobal
 
createHashClass(Ruby) - Static method in class org.jruby.RubyHash
 
createIOClass(Ruby) - Static method in class org.jruby.RubyIO
 
createIntegerClass(Ruby) - Static method in class org.jruby.RubyInteger
 
createJavaArrayClass(Ruby) - Static method in class org.jruby.javasupport.JavaArray
 
createJavaClassClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaClass
 
createJavaConstructorClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaConstructor
 
createJavaFieldClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaField
 
createJavaMethodClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaMethod
 
createJavaModule(Ruby) - Static method in class org.jruby.javasupport.Java
 
createJavaObjectClass(Ruby) - Static method in class org.jruby.javasupport.JavaObject
 
createKernelModule(Ruby) - Static method in class org.jruby.KernelModule
 
createLoadService(Ruby) - Static method in class org.jruby.runtime.load.LoadServiceFactory
 
createMapper() - Method in class org.jruby.util.ant.JRubySerialize
Defines the mapper to map source to destination files.
createMarshalModule(Ruby) - Static method in class org.jruby.RubyMarshal
 
createMatchDataClass(Ruby) - Static method in class org.jruby.RubyMatchData
 
createMathModule(Ruby) - Static method in class org.jruby.RubyMath
Create the Math module and add it to the Ruby runtime.
createMethodClass(Ruby) - Static method in class org.jruby.Method
Create the Method class and add it to the Ruby runtime.
createModuleClass(RubyClass) - Static method in class org.jruby.RubyModule
 
createMutexClass(Ruby) - Static method in class org.jruby.libraries.Mutex
 
createNilClass(Ruby) - Static method in class org.jruby.RubyNil
 
createNumericClass(Ruby) - Static method in class org.jruby.RubyNumeric
 
createObjectClass(RubyClass) - Static method in class org.jruby.RubyObject
 
createObjectSpaceModule(Ruby) - Static method in class org.jruby.RubyObjectSpace
Create the ObjectSpace module and add it to the Ruby runtime.
createPrecisionModule(Ruby) - Static method in class org.jruby.RubyPrecision
 
createProcClass(Ruby) - Static method in class org.jruby.RubyProc
 
createProcessModule(Ruby) - Static method in class org.jruby.RubyProcess
 
createRangeClass(Ruby) - Static method in class org.jruby.RubyRange
 
createRegexpClass(Ruby) - Static method in class org.jruby.RubyRegexp
 
createRuby(URL) - Method in class org.jruby.javasupport.test.RubyTestCase
 
createStringClass(Ruby) - Static method in class org.jruby.RubyString
 
createStructClass(Ruby) - Static method in class org.jruby.RubyStruct
 
createSymbolClass(Ruby) - Static method in class org.jruby.RubySymbol
 
createThreadClass(Ruby) - Static method in class org.jruby.ThreadClass
 
createTimeClass(Ruby) - Static method in class org.jruby.RubyTime
 
createTopSelf(Ruby) - Static method in class org.jruby.TopSelfFactory
 
createTrueClass(Ruby) - Static method in class org.jruby.RubyBoolean
 
createUndefined(String, RubyModule) - Static method in class org.jruby.internal.runtime.methods.CacheEntry
 
createVisitor(IRubyObject) - Static method in class org.jruby.evaluator.EvaluateVisitor
 
current(IRubyObject) - Static method in class org.jruby.ThreadClass
 
current() - Method in class org.jruby.runtime.ScopeStack
 
currentScope() - Method in class org.jruby.runtime.ThreadContext
 

D

DAsgnNode - class org.jruby.ast.DAsgnNode.
assignment to dynamic variable
DAsgnNode(ISourcePosition, String, INode) - Constructor for class org.jruby.ast.DAsgnNode
 
DRegexpNode - class org.jruby.ast.DRegexpNode.
Dynamic regexp node.
DRegexpNode(ISourcePosition) - Constructor for class org.jruby.ast.DRegexpNode
 
DRegexpNode(ISourcePosition, int, boolean) - Constructor for class org.jruby.ast.DRegexpNode
 
DStrNode - class org.jruby.ast.DStrNode.
a Dynamic String node.
DStrNode(ISourcePosition) - Constructor for class org.jruby.ast.DStrNode
 
DVarNode - class org.jruby.ast.DVarNode.
Access to a Dynamic variable.
DVarNode(ISourcePosition, String) - Constructor for class org.jruby.ast.DVarNode
 
DXStrNode - class org.jruby.ast.DXStrNode.
Dynamic backquote string.
DXStrNode(ISourcePosition) - Constructor for class org.jruby.ast.DXStrNode
 
DataInputBridgeStream - class org.jruby.util.DataInputBridgeStream.
 
DataInputBridgeStream(DataInput) - Constructor for class org.jruby.util.DataInputBridgeStream
 
DataOutputBridgeStream - class org.jruby.util.DataOutputBridgeStream.
 
DataOutputBridgeStream(DataOutput) - Constructor for class org.jruby.util.DataOutputBridgeStream
 
DefaultAdapterManager - class org.ablaf.internal.common.DefaultAdapterManager.
 
DefaultAdapterManager() - Constructor for class org.ablaf.internal.common.DefaultAdapterManager
 
DefaultIteratorVisitor - class org.jruby.ast.visitor.DefaultIteratorVisitor.
Default iterator visitor.
DefaultIteratorVisitor(NodeVisitor) - Constructor for class org.jruby.ast.visitor.DefaultIteratorVisitor
Constructs a DefaultIteratorVisitor.
DefaultLanguageManager - class org.ablaf.internal.common.DefaultLanguageManager.
 
DefaultLanguageManager() - Constructor for class org.ablaf.internal.common.DefaultLanguageManager
 
DefaultLexerPosition - class org.ablaf.internal.lexer.DefaultLexerPosition.
 
DefaultLexerSupport - class org.ablaf.internal.lexer.DefaultLexerSupport.
 
DefaultLexerSupport(ILexerSource) - Constructor for class org.ablaf.internal.lexer.DefaultLexerSupport
 
DefaultMethod - class org.jruby.internal.runtime.methods.DefaultMethod.
 
DefaultMethod(ScopeNode, ArgsNode, Visibility, RubyModule) - Constructor for class org.jruby.internal.runtime.methods.DefaultMethod
 
DefaultRubyParser - class org.jruby.parser.DefaultRubyParser.
 
DefaultRubyParser() - Constructor for class org.jruby.parser.DefaultRubyParser
 
DefaultRubyParser.YyCheckClass - class org.jruby.parser.DefaultRubyParser.YyCheckClass.
 
DefaultRubyParser.YyCheckClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YyCheckClass
 
DefaultRubyParser.YyDefRedClass - class org.jruby.parser.DefaultRubyParser.YyDefRedClass.
 
DefaultRubyParser.YyDefRedClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YyDefRedClass
 
DefaultRubyParser.YyDgotoClass - class org.jruby.parser.DefaultRubyParser.YyDgotoClass.
 
DefaultRubyParser.YyDgotoClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YyDgotoClass
 
DefaultRubyParser.YyGindexClass - class org.jruby.parser.DefaultRubyParser.YyGindexClass.
 
DefaultRubyParser.YyGindexClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YyGindexClass
 
DefaultRubyParser.YyLenClass - class org.jruby.parser.DefaultRubyParser.YyLenClass.
 
DefaultRubyParser.YyLenClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YyLenClass
 
DefaultRubyParser.YyLhsClass - class org.jruby.parser.DefaultRubyParser.YyLhsClass.
 
DefaultRubyParser.YyLhsClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YyLhsClass
 
DefaultRubyParser.YyNameClass - class org.jruby.parser.DefaultRubyParser.YyNameClass.
 
DefaultRubyParser.YyNameClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YyNameClass
 
DefaultRubyParser.YyRindexClass - class org.jruby.parser.DefaultRubyParser.YyRindexClass.
 
DefaultRubyParser.YyRindexClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YyRindexClass
 
DefaultRubyParser.YySindexClass - class org.jruby.parser.DefaultRubyParser.YySindexClass.
 
DefaultRubyParser.YySindexClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YySindexClass
 
DefaultRubyParser.YyTableClass - class org.jruby.parser.DefaultRubyParser.YyTableClass.
 
DefaultRubyParser.YyTableClass() - Constructor for class org.jruby.parser.DefaultRubyParser.YyTableClass
 
DefaultRubyParser.yyException - exception org.jruby.parser.DefaultRubyParser.yyException.
thrown for irrecoverable syntax errors and stack overflow.
DefaultRubyParser.yyException(String) - Constructor for class org.jruby.parser.DefaultRubyParser.yyException
 
DefinedNode - class org.jruby.ast.DefinedNode.
a defined statement.
DefinedNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.DefinedNode
 
DefinedVisitor - class org.jruby.evaluator.DefinedVisitor.
This visitor is used to evaluate a defined? statement.
DefinedVisitor(Ruby, IRubyObject) - Constructor for class org.jruby.evaluator.DefinedVisitor
 
DefnNode - class org.jruby.ast.DefnNode.
method definition node.
DefnNode(ISourcePosition, String, INode, ScopeNode, Visibility) - Constructor for class org.jruby.ast.DefnNode
 
DefsNode - class org.jruby.ast.DefsNode.
Represents a singleton method definition.
DefsNode(ISourcePosition, INode, String, INode, ScopeNode) - Constructor for class org.jruby.ast.DefsNode
 
DotNode - class org.jruby.ast.DotNode.
Represents a range literal.
DotNode(ISourcePosition, INode, INode, boolean) - Constructor for class org.jruby.ast.DotNode
 
DynamicVariableSet - class org.jruby.runtime.DynamicVariableSet.
Names and values of dynamic variables.
DynamicVariableSet() - Constructor for class org.jruby.runtime.DynamicVariableSet
 
DynamicVariableSet(DynamicVariableSet) - Constructor for class org.jruby.runtime.DynamicVariableSet
 
data - Variable in class org.jruby.internal.util.collections.LinkedObject
 
declareBean(BSFDeclaredBean) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
decode(Ruby, Pack.PtrList) - Method in class org.jruby.util.Pack.Converter
 
decode(Ruby, Pack.PtrList, int, RubyArray, Pack.Converter) - Static method in class org.jruby.util.Pack
 
define(String, IAccessor) - Method in class org.jruby.internal.runtime.GlobalVariables
 
define(String, IAccessor) - Method in interface org.jruby.runtime.IGlobalVariables
 
defineAlias(String, String) - Method in class org.jruby.RubyModule
rb_define_alias
defineClass(String, RubyClass) - Method in class org.jruby.Ruby
Define a new class with name 'name' and super class 'superClass'.
defineClassUnder(String, RubyClass, RubyModule) - Method in class org.jruby.Ruby
 
defineClassUnder(String, RubyClass) - Method in class org.jruby.RubyModule
rb_define_class_under
defineConstant(String, IRubyObject) - Method in class org.jruby.RubyModule
rb_define_const
defineExceptionHandler(String, RubyProc) - Method in class org.jruby.javasupport.JavaSupport
 
defineGlobalConstant(String, IRubyObject) - Method in class org.jruby.Ruby
rb_define_global_const
defineMethod(String, Callback) - Method in class org.jruby.RubyModule
 
defineModule(String) - Method in class org.jruby.Ruby
rb_define_module / rb_define_module_id
defineModuleFunction(String, Callback) - Method in class org.jruby.RubyModule
rb_define_module_function
defineModuleUnder(String, RubyModule) - Method in class org.jruby.Ruby
 
defineModuleUnder(String) - Method in class org.jruby.RubyModule
 
defineOrGetClassUnder(String, RubyClass) - Method in class org.jruby.RubyModule
 
definePrivateMethod(String, Callback) - Method in class org.jruby.RubyModule
 
defineReadonly(String, IAccessor) - Method in class org.jruby.internal.runtime.GlobalVariables
 
defineReadonly(String, IAccessor) - Method in interface org.jruby.runtime.IGlobalVariables
 
defineReadonlyVariable(String, IRubyObject) - Method in class org.jruby.Ruby
defines a readonly global variable
defineSingletonMethod(String, Callback) - Method in class org.jruby.RubyObject
rb_define_singleton_method
defineSingletonMethod(String, Callback) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method defineSingletonMethod.
defineUnboundMethodClass(Ruby) - Static method in class org.jruby.UnboundMethod
 
defineVariable(GlobalVariable) - Method in class org.jruby.Ruby
Defines a global variable
define_exception_handler(IRubyObject, IRubyObject[]) - Static method in class org.jruby.javasupport.Java
 
define_method(IRubyObject[]) - Method in class org.jruby.RubyModule
 
delete(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_delete
delete(IRubyObject) - Method in class org.jruby.RubyHash
 
delete(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_delete
delete_at(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_delete_at
delete_bang(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_delete_bang
delete_if() - Method in class org.jruby.RubyArray
rb_ary_delete_if
delete_if() - Method in class org.jruby.RubyHash
 
depth() - Method in class org.jruby.util.collections.ArrayStack
 
dir - Variable in class org.jruby.RubyDir
 
directory_p() - Method in class org.jruby.FileStatClass
 
directory_p(IRubyObject, RubyString) - Static method in class org.jruby.RubyFileTest
 
dirname(IRubyObject, RubyString) - Static method in class org.jruby.RubyFile
 
dispatchObject(Object) - Method in interface org.jruby.util.TestHelper.SomeInterface
 
display(IRubyObject[]) - Method in class org.jruby.RubyObject
 
displayedFileName() - Method in class org.jruby.util.CommandlineParser
 
disposeCurrentThread() - Method in class org.jruby.internal.runtime.ThreadService
 
divmod(RubyNumeric) - Method in class org.jruby.RubyNumeric
num_divmod
doStuff() - Method in interface org.jruby.util.TestHelper.SomeInterface
 
downcase() - Method in class org.jruby.RubyString
rb_str_downcase
downcase_bang() - Method in class org.jruby.RubyString
rb_str_downcase_bang
downto(RubyNumeric) - Method in class org.jruby.RubyInteger
 
dump(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyMarshal
 
dump() - Method in class org.jruby.RubyString
rb_str_dump
dumpInt(int) - Method in class org.jruby.runtime.marshal.MarshalStream
 
dumpObject(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
 
dumpString(String) - Method in class org.jruby.runtime.marshal.MarshalStream
 
dup() - Method in class org.jruby.RubyModule
rb_mod_dup
dup() - Method in class org.jruby.RubyObject
rb_obj_dup
dup() - Method in class org.jruby.RubyString
rb_str_dup
dup() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.CallbackMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.DefaultMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.EvaluateMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.IterateMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.MethodMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.ProcMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.UndefinedMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.WrapperCallable
 
dup() - Method in interface org.jruby.runtime.ICallable
 
dup() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method dup.
duplicate() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
duplicate() - Method in class org.jruby.runtime.Frame
 

E

E2BIG - Static variable in interface org.jruby.IErrno
 
EACCES - Static variable in interface org.jruby.IErrno
 
EAGAIN - Static variable in interface org.jruby.IErrno
 
EBADF - Static variable in interface org.jruby.IErrno
 
EBUSY - Static variable in interface org.jruby.IErrno
 
ECHILD - Static variable in interface org.jruby.IErrno
 
EDEADLK - Static variable in interface org.jruby.IErrno
 
EDEADLOCK - Static variable in interface org.jruby.IErrno
 
EDOM - Static variable in interface org.jruby.IErrno
 
EEXIST - Static variable in interface org.jruby.IErrno
 
EFAULT - Static variable in interface org.jruby.IErrno
 
EFBIG - Static variable in interface org.jruby.IErrno
 
EILSEQ - Static variable in interface org.jruby.IErrno
 
EINTR - Static variable in interface org.jruby.IErrno
 
EINVAL - Static variable in interface org.jruby.IErrno
 
EIO - Static variable in interface org.jruby.IErrno
 
EISDIR - Static variable in interface org.jruby.IErrno
 
EMFILE - Static variable in interface org.jruby.IErrno
 
EMLINK - Static variable in interface org.jruby.IErrno
 
ENAMETOOLONG - Static variable in interface org.jruby.IErrno
 
ENFILE - Static variable in interface org.jruby.IErrno
 
ENODEV - Static variable in interface org.jruby.IErrno
 
ENOENT - Static variable in interface org.jruby.IErrno
 
ENOEXEC - Static variable in interface org.jruby.IErrno
 
ENOLCK - Static variable in interface org.jruby.IErrno
 
ENOMEM - Static variable in interface org.jruby.IErrno
 
ENOSPC - Static variable in interface org.jruby.IErrno
 
ENOSYS - Static variable in interface org.jruby.IErrno
 
ENOTDIR - Static variable in interface org.jruby.IErrno
 
ENOTEMPTY - Static variable in interface org.jruby.IErrno
 
ENOTTY - Static variable in interface org.jruby.IErrno
 
ENXIO - Static variable in interface org.jruby.IErrno
 
EOFError - exception org.jruby.exceptions.EOFError.
End of file reached error.
EOFError(Ruby) - Constructor for class org.jruby.exceptions.EOFError
 
EPERM - Static variable in interface org.jruby.IErrno
 
EPIPE - Static variable in interface org.jruby.IErrno
 
ERANGE - Static variable in interface org.jruby.IErrno
 
EROFS - Static variable in interface org.jruby.IErrno
 
ERROR - Static variable in interface org.jruby.common.IErrors
 
ESPIPE - Static variable in interface org.jruby.IErrno
 
ESRCH - Static variable in interface org.jruby.IErrno
 
EWOULDBLOCK - Static variable in interface org.jruby.IErrno
 
EXDEV - Static variable in interface org.jruby.IErrno
 
EXPR_ARG - Static variable in class org.jruby.lexer.yacc.LexState
 
EXPR_BEG - Static variable in class org.jruby.lexer.yacc.LexState
 
EXPR_CLASS - Static variable in class org.jruby.lexer.yacc.LexState
 
EXPR_CMDARG - Static variable in class org.jruby.lexer.yacc.LexState
 
EXPR_DOT - Static variable in class org.jruby.lexer.yacc.LexState
 
EXPR_END - Static variable in class org.jruby.lexer.yacc.LexState
 
EXPR_ENDARG - Static variable in class org.jruby.lexer.yacc.LexState
 
EXPR_FNAME - Static variable in class org.jruby.lexer.yacc.LexState
 
EXPR_MID - Static variable in class org.jruby.lexer.yacc.LexState
 
EnsureNode - class org.jruby.ast.EnsureNode.
an ensure statement.
EnsureNode(ISourcePosition, INode, INode) - Constructor for class org.jruby.ast.EnsureNode
 
ErrnoError - exception org.jruby.exceptions.ErrnoError.
 
ErrnoError(Ruby, RubyClass, String) - Constructor for class org.jruby.exceptions.ErrnoError
 
ErrorLogger - interface org.jruby.runtime.ErrorLogger.
Defines an interface which should used in JRuby to log error messages and warnings.
EvStrNode - class org.jruby.ast.EvStrNode.
Represents an #{} expression in a string.
EvStrNode(ISourcePosition, String) - Constructor for class org.jruby.ast.EvStrNode
 
EvaluateMethod - class org.jruby.internal.runtime.methods.EvaluateMethod.
 
EvaluateMethod(INode, Visibility) - Constructor for class org.jruby.internal.runtime.methods.EvaluateMethod
 
EvaluateMethod(INode) - Constructor for class org.jruby.internal.runtime.methods.EvaluateMethod
 
EvaluateVisitor - class org.jruby.evaluator.EvaluateVisitor.
 
EvaluateVisitor(Ruby, IRubyObject) - Constructor for class org.jruby.evaluator.EvaluateVisitor
 
ExpandArrayNode - class org.jruby.ast.ExpandArrayNode.
Represents an expanded argument (*expr).
ExpandArrayNode(INode) - Constructor for class org.jruby.ast.ExpandArrayNode
 
ExpandArrayNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.ExpandArrayNode
Constructor for ExpandArrayNode.
ExpressionVisitor - class org.jruby.ast.visitor.ExpressionVisitor.
 
ExpressionVisitor() - Constructor for class org.jruby.ast.visitor.ExpressionVisitor
 
ExternalScript - class org.jruby.runtime.load.ExternalScript.
 
ExternalScript(URL, String) - Constructor for class org.jruby.runtime.load.ExternalScript
 
each() - Method in class org.jruby.RubyArray
rb_ary_each
each() - Method in class org.jruby.RubyDir
Executes the block once for each entry in the directory.
each() - Method in class org.jruby.RubyHash
 
each() - Method in class org.jruby.RubyRange
 
each() - Method in class org.jruby.RubyStruct
 
each_byte() - Method in class org.jruby.RubyIO
Invoke a block for each byte.
each_byte() - Method in class org.jruby.RubyString
rb_str_each_byte
each_index() - Method in class org.jruby.RubyArray
rb_ary_each_index
each_key() - Method in class org.jruby.RubyHash
 
each_line(IRubyObject[]) - Method in class org.jruby.RubyArgsFile
Invoke a block for each line.
each_line(IRubyObject[]) - Method in class org.jruby.RubyIO
Invoke a block for each line.
each_line(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_each_line
each_object(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyObjectSpace
 
each_value() - Method in class org.jruby.RubyHash
 
empty() - Method in class org.jruby.RubyString
rb_str_empty
empty_p() - Method in class org.jruby.RubyArray
rb_ary_empty_p
empty_p() - Method in class org.jruby.RubyHash
 
encode(Ruby, IRubyObject, StringBuffer) - Method in class org.jruby.util.Pack.Converter
 
encode(Ruby, int, StringBuffer, ArrayList, int, Pack.Converter) - Static method in class org.jruby.util.Pack
 
end(RubyFixnum) - Method in class org.jruby.RubyMatchData
match_end
end() - Method in class org.jruby.lexer.yacc.StackState
 
endCallArgs(ThreadContext, Block) - Static method in class org.jruby.ast.util.ArgsUtil
 
ensureLocalRegistered(String) - Method in class org.jruby.parser.LocalNamesElement
 
ensureLocalRegistered(String) - Method in class org.jruby.parser.LocalNamesStack
 
entries(IRubyObject, RubyString) - Static method in class org.jruby.RubyDir
Returns an array containing all of the filenames in the given directory.
entry(long) - Method in class org.jruby.RubyArray
rb_ary_entry
eof() - Method in class org.jruby.RubyIO
 
eql(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_eql
eql(IRubyObject) - Method in class org.jruby.RubyNumeric
num_eql
equal(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_equal
equal(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
 
equal(IRubyObject) - Method in class org.jruby.RubyHash
 
equal(IRubyObject) - Method in class org.jruby.RubyNumeric
num_equal
equal(IRubyObject) - Method in class org.jruby.RubyObject
rb_obj_equal
equal(IRubyObject) - Method in class org.jruby.RubyRange
 
equal(IRubyObject) - Method in class org.jruby.RubyRegexp
rb_reg_equal
equal(IRubyObject) - Method in class org.jruby.RubyString
rb_str_equal
equal(IRubyObject) - Method in class org.jruby.RubyStruct
 
equal(IRubyObject) - Method in class org.jruby.RubySymbol
 
equal(IRubyObject) - Method in class org.jruby.javasupport.JavaObject
 
equals(Object) - Method in class org.ablaf.internal.lexer.DefaultLexerPosition
 
equals(Object) - Method in class org.jruby.RubyObject
This method is just a wrapper around the Ruby "==" method, provided so that RubyObjects can be used as keys in the Java HashMap object underlying RubyHash.
equals(Object) - Method in class org.jruby.internal.util.collections.LinkedObject
 
equals(Object) - Method in class org.jruby.internal.util.collections.Stack
 
equals(Object) - Method in class org.jruby.javasupport.test.TestIntWrapperImpl
 
equals(Object) - Method in class org.jruby.lexer.yacc.LexState
 
equals(Object) - Method in class org.jruby.runtime.Arity
 
equals(Object) - Method in class org.jruby.runtime.Iter
 
error(String) - Method in interface org.jruby.runtime.ErrorLogger
 
errorMessageFormat(String) - Method in class org.jruby.runtime.LastCallStatus
 
eval(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
eval(INode) - Method in class org.jruby.Ruby
 
eval(INode) - Method in class org.jruby.RubyObject
rb_eval
eval(IRubyObject, IRubyObject, String, int) - Method in class org.jruby.RubyObject
 
eval(INode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
eval(String, int, int, Object) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
eval(INode) - Method in class org.jruby.runtime.ThreadContext
 
eval(INode) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method eval.
eval(IRubyObject, IRubyObject, String, int) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method eval.
eval(String) - Method in class org.jruby.test.TestRubyBase
evaluate a string and returns the standard output.
evalScript(String, Class) - Method in class org.jruby.Ruby
Deprecated. If anyone actually uses this method then speak up now!
evalScript(String) - Method in class org.jruby.Ruby
Evaluates a script and returns a RubyObject.
evalUnder(RubyModule, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyObject
 
evaluateAtStart() - Method in class org.jruby.ast.WhileNode
Determine whether this is while or do while
exception(IRubyObject[]) - Method in class org.jruby.RubyException
 
exceptionRaised(IRubyObject) - Method in interface org.jruby.runtime.IRaiseListener
 
exclude_end_p() - Method in class org.jruby.RubyRange
 
exec(String, int, int, Object) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
execute(IRubyObject, IRubyObject[]) - Method in class org.jruby.runtime.callback.AbstractCallback
 
execute(IRubyObject, IRubyObject[]) - Method in interface org.jruby.runtime.callback.Callback
 
execute(IRubyObject, IRubyObject[]) - Method in class org.jruby.runtime.callback.CompiledReflectionCallback
 
execute() - Method in class org.jruby.util.ant.JRubySerialize
 
executeUnder(Callback, IRubyObject[]) - Method in class org.jruby.RubyModule
 
exist_p(IRubyObject, RubyString) - Static method in class org.jruby.RubyFileTest
 
exit(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
exp(IRubyObject, RubyNumeric) - Static method in class org.jruby.RubyMath
 
expand_path(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
expected() - Method in class org.jruby.parser.SyntaxErrorState
the list of the names of the expected tokens.
exportMethod(String, Visibility) - Method in class org.jruby.RubyModule
rb_export_method
extend(IRubyObject[]) - Method in class org.jruby.RubyObject
 
extendObject(RubyModule) - Method in class org.jruby.RubyObject
 
extendObject(RubyModule) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method extendObject.
extend_object(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_extend_object

F

FCallNode - class org.jruby.ast.FCallNode.
Represents a method call with self as receiver.
FCallNode(ISourcePosition, String, IListNode) - Constructor for class org.jruby.ast.FCallNode
 
FUNCTIONAL - Static variable in class org.jruby.runtime.CallType
 
FalseNode - class org.jruby.ast.FalseNode.
Represents a false literal.
FalseNode(ISourcePosition) - Constructor for class org.jruby.ast.FalseNode
 
FileStatClass - class org.jruby.FileStatClass.
Implements File::Stat
FileStatClass(Ruby, File) - Constructor for class org.jruby.FileStatClass
 
FixnumNode - class org.jruby.ast.FixnumNode.
Represents an integer literal.
FixnumNode(ISourcePosition, long) - Constructor for class org.jruby.ast.FixnumNode
 
FlipNode - class org.jruby.ast.FlipNode.
a Range in a boolean expression.
FlipNode(ISourcePosition, INode, INode, boolean) - Constructor for class org.jruby.ast.FlipNode
 
FloatNode - class org.jruby.ast.FloatNode.
Represents a float literal.
FloatNode(ISourcePosition, double) - Constructor for class org.jruby.ast.FloatNode
 
ForNode - class org.jruby.ast.ForNode.
a For statement.
ForNode(ISourcePosition, INode, INode, INode) - Constructor for class org.jruby.ast.ForNode
 
Frame - class org.jruby.runtime.Frame.
 
Frame(IRubyObject, IRubyObject[], String, RubyModule, ISourcePosition, Iter) - Constructor for class org.jruby.runtime.Frame
 
Frame(Frame) - Constructor for class org.jruby.runtime.Frame
 
FrameStack - class org.jruby.runtime.FrameStack.
 
FrameStack(ThreadContext) - Constructor for class org.jruby.runtime.FrameStack
 
FrozenError - exception org.jruby.exceptions.FrozenError.
 
FrozenError(Ruby, String) - Constructor for class org.jruby.exceptions.FrozenError
Constructs a RubyFrozenException with the specified detail message.
fdOpen(Ruby, int) - Static method in class org.jruby.RubyIO
Open a file descriptor, unless it is already open, then return it.
fetch(IRubyObject[]) - Method in class org.jruby.RubyHash
 
field(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
fields() - Method in class org.jruby.javasupport.JavaClass
 
file - Variable in class org.jruby.util.IOHandlerSeekable
 
filename() - Method in class org.jruby.RubyArgsFile
 
fileno - Static variable in class org.jruby.RubyIO
 
fileno() - Method in class org.jruby.RubyIO
 
fileno - Variable in class org.jruby.util.IOHandler
 
fill(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_fill
fillInStackTrace() - Method in class org.jruby.exceptions.JumpException
This method don't do anything for performance reasons.
fillInStackTrace() - Method in class org.jruby.exceptions.RaiseException
 
final_p() - Method in class org.jruby.javasupport.JavaClass
 
final_p() - Method in class org.jruby.javasupport.JavaField
 
final_p() - Method in class org.jruby.javasupport.JavaMethod
 
finalize() - Method in class org.jruby.RubyIO
 
finite_p() - Method in class org.jruby.RubyFloat
 
first() - Method in class org.jruby.RubyArray
rb_ary_first
first() - Method in class org.jruby.RubyRange
 
fix2int(IRubyObject) - Static method in class org.jruby.RubyNumeric
 
fix2long(IRubyObject) - Static method in class org.jruby.RubyNumeric
 
fixed(int) - Static method in class org.jruby.runtime.Arity
 
fixnumCache - Variable in class org.jruby.Ruby
 
flatten() - Method in class org.jruby.RubyArray
rb_ary_flatten
flatten_bang() - Method in class org.jruby.RubyArray
rb_ary_flatten_bang
floor() - Method in class org.jruby.RubyFloat
 
floor() - Method in class org.jruby.RubyNumeric
num_floor
flush() - Method in class org.jruby.RubyIO
Flushes the IO output stream.
flush() - Method in class org.jruby.util.IOHandler
 
flush() - Method in class org.jruby.util.IOHandlerSeekable
 
flush() - Method in class org.jruby.util.IOHandlerUnseekable
 
for_name(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaClass
 
foreach(IRubyObject, RubyString) - Static method in class org.jruby.RubyDir
Executes the block once for each file in the directory specified by path.
foreach(IRubyObject, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
rb_io_s_foreach
format(IRubyObject) - Method in class org.jruby.RubyString
rb_str_format
format(Date, StringBuffer, FieldPosition) - Method in class org.jruby.util.RubyDateFormat
 
found() - Method in class org.jruby.parser.SyntaxErrorState
the name of the found token.
freeze() - Method in class org.jruby.RubyFixnum
 
freeze() - Method in class org.jruby.RubyObject
Freeze an object.
freeze() - Method in class org.jruby.RubySymbol
 
frexp(IRubyObject, RubyNumeric) - Static method in class org.jruby.RubyMath
 
fromException(Ruby, IOException) - Static method in class org.jruby.exceptions.IOError
 
frozen() - Method in class org.jruby.RubyArray
rb_ary_frozen_p
frozen() - Method in class org.jruby.RubyObject
rb_obj_frozen_p
fsync() - Method in class org.jruby.RubyIO
 

G

GNURegexpAdapter - class org.jruby.runtime.regexp.GNURegexpAdapter.
Regexp adapter for gnu.regexp.
GNURegexpAdapter() - Constructor for class org.jruby.runtime.regexp.GNURegexpAdapter
 
Glob - class org.jruby.util.Glob.
 
Glob(String) - Constructor for class org.jruby.util.Glob
Constructor for Glob.
GlobalAsgnNode - class org.jruby.ast.GlobalAsgnNode.
Represents an assignment to a global variable.
GlobalAsgnNode(ISourcePosition, String, INode) - Constructor for class org.jruby.ast.GlobalAsgnNode
 
GlobalVarNode - class org.jruby.ast.GlobalVarNode.
access to a global variable.
GlobalVarNode(ISourcePosition, String) - Constructor for class org.jruby.ast.GlobalVarNode
 
GlobalVariable - class org.jruby.internal.runtime.GlobalVariable.
 
GlobalVariable(IAccessor) - Constructor for class org.jruby.internal.runtime.GlobalVariable
 
GlobalVariable - class org.jruby.runtime.GlobalVariable.
 
GlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.runtime.GlobalVariable
 
GlobalVariables - class org.jruby.internal.runtime.GlobalVariables.
 
GlobalVariables(Ruby) - Constructor for class org.jruby.internal.runtime.GlobalVariables
 
garbage_collect(IRubyObject) - Static method in class org.jruby.RubyObjectSpace
 
get() - Method in class org.jruby.RubyStruct
 
get() - Static method in class org.jruby.ast.util.AstPersistenceDelegates
 
get(String) - Method in class org.jruby.internal.runtime.GlobalVariables
 
get(String) - Method in class org.jruby.runtime.DynamicVariableSet
 
get() - Method in class org.jruby.runtime.GlobalVariable
 
get(String) - Method in interface org.jruby.runtime.IGlobalVariables
 
getAST() - Method in interface org.ablaf.parser.IParserResult
 
getAST() - Method in class org.jruby.parser.RubyParserResult
 
getAccessNode(String, ISourcePosition) - Method in class org.jruby.parser.ParserSupport
Returns a Node representing the access of the variable or constant named id.
getAccessor() - Method in class org.jruby.internal.runtime.GlobalVariable
 
getAdapter(Class) - Method in interface org.ablaf.common.IAdaptable
 
getAdapter(IAdaptable, Class) - Method in interface org.ablaf.common.IAdapterFactory
 
getAdapter(IAdaptable, Class) - Method in interface org.ablaf.common.IAdapterManager
 
getAdapter(IAdaptable, Class) - Method in class org.ablaf.internal.common.DefaultAdapterManager
 
getAdapter(Class) - Method in interface org.ablaf.runtime.reflection.IReflection
 
getAdapter(String) - Static method in class org.jruby.runtime.regexp.IRegexpAdapter
 
getAdapterList() - Method in interface org.ablaf.common.IAdapterFactory
 
getAdapterManager() - Static method in class org.ablaf.common.Ablaf
 
getAfterEndStream() - Method in interface org.jruby.parser.IRubyParserResult
An input stream to the content after the __END__ directive.
getAfterEndStream() - Method in class org.jruby.parser.RubyParserResult
Gets the afterEndStream.
getArgs() - Method in class org.jruby.runtime.Frame
Getter for property args.
getArgsCount() - Method in class org.jruby.ast.ArgsNode
Gets the argsCount.
getArgsNode() - Method in class org.jruby.ast.BlockPassNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.CallNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.DefnNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.DefsNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.FCallNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.MultipleAsgnNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.OpElementAsgnNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.SuperNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.YieldNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.internal.runtime.methods.DefaultMethod
Gets the argsNode.
getArgumentDefinition(INode, String) - Method in class org.jruby.evaluator.DefinedVisitor
 
getArgumentError() - Method in class org.jruby.runtime.RubyExceptions
Gets the argumentError
getArgumentNode() - Method in class org.jruby.ast.RestArgsNode
Gets the argumentNode.
getArity() - Method in class org.jruby.internal.runtime.methods.AbstractMethod
 
getArity() - Method in class org.jruby.internal.runtime.methods.CallbackMethod
 
getArity() - Method in class org.jruby.internal.runtime.methods.DefaultMethod
 
getArity() - Method in class org.jruby.internal.runtime.methods.EvaluateMethod
 
getArity() - Method in class org.jruby.javasupport.JavaCallable
 
getArity() - Method in class org.jruby.javasupport.JavaConstructor
 
getArity() - Method in class org.jruby.javasupport.JavaMethod
 
getArity() - Method in interface org.jruby.runtime.ICallable
 
getArity() - Method in class org.jruby.runtime.callback.AbstractCallback
 
getArity() - Method in interface org.jruby.runtime.callback.Callback
 
getArity() - Method in class org.jruby.runtime.callback.CompiledReflectionCallback
 
getArrayClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Array class.
getAssignmentNode(String, INode, ISourcePosition) - Method in class org.jruby.parser.ParserSupport
Returns a Node representing the assignment of value to the variable or constant named id.
getAttachedObject() - Method in class org.jruby.MetaClass
 
getAttributeAssignmentNode(INode, String) - Method in class org.jruby.parser.ParserSupport
 
getAttributeName() - Method in class org.jruby.ast.AttrSetNode
Gets the attributeName.
getAuthors() - Method in interface org.ablaf.common.ILanguage
 
getBackref() - Method in class org.jruby.Ruby
 
getBackref() - Method in class org.jruby.runtime.Scope
 
getBackref() - Method in class org.jruby.runtime.ScopeStack
 
getBackref() - Method in class org.jruby.runtime.ThreadContext
 
getBaseName() - Method in class org.jruby.RubyModule
 
getBeginLength(long, boolean, boolean) - Method in class org.jruby.RubyRange
Converts this Range to a pair of integers representing a start position and length.
getBeginNode() - Method in class org.jruby.ast.DotNode
Gets the beginNode.
getBeginNode() - Method in class org.jruby.ast.FlipNode
Gets the beginNode.
getBeginNodes() - Method in interface org.jruby.parser.IRubyParserResult
Returns a Node which contains all BEGIN blocks.
getBeginNodes() - Method in class org.jruby.parser.RubyParserResult
Gets the beginNodes.
getBignumClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Bignum class.
getBindingClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Binding class.
getBlock() - Method in class org.jruby.RubyProc
 
getBlockArgNode() - Method in class org.jruby.ast.ArgsNode
Gets the blockArgNode.
getBlockMethod(Class, String) - Method in class org.jruby.runtime.CallbackFactory
 
getBlockMethod(Class, String) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getBlockMethod(Class, String) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getBlockNames() - Method in interface org.jruby.parser.ITopLocalVariables
 
getBlockNames() - Method in class org.jruby.parser.ParserSupport
Gets the blockNames.
getBlockStack() - Method in class org.jruby.Ruby
 
getBlockStack() - Method in class org.jruby.runtime.ThreadContext
 
getBlockVariables() - Method in interface org.jruby.parser.IRubyParserConfiguration
 
getBlockVariables() - Method in interface org.jruby.parser.IRubyParserResult
Returns a list of the names of the top level block variables.
getBlockVariables() - Method in class org.jruby.parser.RubyParserConfiguration
Gets the blockVariables.
getBlockVariables() - Method in class org.jruby.parser.RubyParserResult
Gets the blockVariables.
getBodyNode() - Method in class org.jruby.ast.BeginNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.BlockPassNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.ClassNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.DefnNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.DefsNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.EnsureNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.ForNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.IterNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.ModuleNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.OptNNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.RescueBodyNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.RescueNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.SClassNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.ScopeNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.UntilNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.WhenNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.WhileNode
Gets the bodyNode.
getBool() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getCallback() - Method in class org.jruby.internal.runtime.methods.CallbackMethod
 
getCaseNode() - Method in class org.jruby.ast.CaseNode
Gets the caseNode.
getCasefold() - Method in class org.jruby.runtime.regexp.GNURegexpAdapter
Get whether matches are case-insensitive or not
getCasefold() - Method in class org.jruby.runtime.regexp.IRegexpAdapter
Get whether matches are case-insensitive or not
getCasefold() - Method in class org.jruby.runtime.regexp.JDKRegexpAdapter
Get whether matches are case-insensitive or not
getCasefold() - Method in class org.jruby.runtime.regexp.ORORegexpAdapter
Get whether matches are case-insensitive or not
getCharAt(int) - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
getCharAt(int) - Method in interface org.ablaf.lexer.ILexerSupport
 
getClass(String) - Method in class org.jruby.Ruby
Returns a class from the instance pool.
getClass(String) - Method in class org.jruby.RubyClasses
Gets the class attribute of the RubyClasses object
getClassClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Class class.
getClassFromPath(String) - Method in class org.jruby.RubyClasses
 
getClassMap() - Method in class org.jruby.RubyClasses
Returns a RubyMap with references to all named classes in a ruby runtime..
getClassName() - Method in class org.jruby.ast.ClassNode
Gets the className.
getClassNest() - Method in class org.jruby.parser.ParserSupport
Getter for property classNest.
getClassPath() - Method in class org.jruby.RubyModule
 
getClassVar(String) - Method in class org.jruby.RubyModule
rb_cvar_get
getClasses() - Method in class org.jruby.Ruby
 
getClassname() - Method in class org.jruby.IncludedModuleWrapper
 
getClassname() - Method in class org.jruby.RubyModule
 
getCmdArgumentState() - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
getCoerce(RubyNumeric) - Method in class org.jruby.RubyBignum
 
getCoerce(RubyNumeric) - Method in class org.jruby.RubyNumeric
!!!
getColumn() - Method in interface org.ablaf.common.ISourcePosition
 
getColumn() - Method in class org.ablaf.internal.lexer.DefaultLexerPosition
 
getColumn() - Method in interface org.jruby.lexer.yacc.IRubyLexerSupport
 
getColumn() - Method in class org.jruby.lexer.yacc.RubyLexerSupport
 
getComparableModule() - Method in class org.jruby.RubyClasses
Returns the reference to the Comparable module.
getCondition() - Method in class org.jruby.ast.IfNode
Gets the condition.
getConditionNode() - Method in class org.jruby.ast.NotNode
Gets the conditionNode.
getConditionNode() - Method in class org.jruby.ast.UntilNode
Gets the conditionNode.
getConditionNode() - Method in class org.jruby.ast.WhileNode
Gets the conditionNode.
getConditionNode(INode) - Method in class org.jruby.parser.ParserSupport
 
getConditionState() - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
getConfiguration() - Method in class org.jruby.parser.ParserSupport
Gets the configuration.
getConstant(String) - Method in class org.jruby.RubyModule
 
getConstant(String) - Method in class org.jruby.runtime.ThreadContext
 
getContents(File) - Static method in class org.jruby.RubyDir
Returns the contents of the specified directory as an ArrayList containing the names of the files as Java Strings.
getContents(File, Ruby) - Static method in class org.jruby.RubyDir
Returns the contents of the specified directory as an ArrayList containing the names of the files as Ruby Strings.
getContinuationClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Continuation class.
getCount() - Method in class org.jruby.ast.BlockArgNode
Gets the count.
getCount() - Method in class org.jruby.ast.FlipNode
Gets the count.
getCount() - Method in class org.jruby.ast.LocalAsgnNode
Gets the count.
getCount() - Method in class org.jruby.ast.LocalVarNode
Gets the count.
getCurrent() - Method in class org.jruby.runtime.BlockStack
 
getCurrentContext() - Method in class org.jruby.Ruby
 
getCurrentContext() - Method in class org.jruby.internal.runtime.ThreadService
 
getCurrentDynamicVars() - Method in class org.jruby.runtime.ThreadContext
 
getCurrentFrame() - Method in class org.jruby.Ruby
 
getCurrentFrame() - Method in class org.jruby.runtime.ThreadContext
 
getCurrentIter() - Method in class org.jruby.runtime.ThreadContext
 
getCurrentVisibility() - Method in class org.jruby.Ruby
 
getCurrentVisibility() - Method in class org.jruby.runtime.ThreadContext
 
getDefaultInstance(String) - Static method in class org.jruby.Ruby
Returns a default instance of the JRuby runtime.
getDefaultInstance() - Static method in class org.jruby.Ruby
 
getDefaultInstance(Class) - Static method in class org.jruby.Ruby
Deprecated. use getDefaultInstance(String) or getDefaultInstance() instead.
getDefaultValue() - Method in class org.jruby.RubyHash
 
getDefinition(INode) - Method in class org.jruby.evaluator.DefinedVisitor
 
getDelegate() - Method in class org.jruby.IncludedModuleWrapper
 
getDir(Ruby, String) - Static method in class org.jruby.RubyDir
Returns a Java File object for the specified path.
getDirClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Dir class.
getDoubleValue() - Method in class org.jruby.RubyBignum
 
getDoubleValue() - Method in class org.jruby.RubyFixnum
 
getDoubleValue() - Method in class org.jruby.RubyFloat
 
getDoubleValue() - Method in class org.jruby.RubyNumeric
 
getDynamicNames() - Method in class org.jruby.Ruby
 
getDynamicNames() - Method in class org.jruby.runtime.ThreadContext
 
getDynamicValue(String) - Method in class org.jruby.runtime.ThreadContext
 
getDynamicVariables() - Method in class org.jruby.runtime.Block
Gets the dynamicVariables.
getDynamicVars() - Method in class org.jruby.Ruby
Getter for property dynamicVars.
getEOFError() - Method in class org.jruby.runtime.RubyExceptions
Gets the eofError
getElementAssignmentNode(INode, IListNode) - Method in class org.jruby.parser.ParserSupport
 
getElseBody() - Method in class org.jruby.ast.IfNode
Gets the elseBody.
getElseNode() - Method in class org.jruby.ast.CaseNode
Gets the elseNode.
getElseNode() - Method in class org.jruby.ast.RescueNode
Gets the elseNode.
getEndNode() - Method in class org.jruby.ast.DotNode
Gets the endNode.
getEndNode() - Method in class org.jruby.ast.FlipNode
Gets the endNode.
getEnsureNode() - Method in class org.jruby.ast.EnsureNode
Gets the ensureNode.
getEnumerableModule() - Method in class org.jruby.RubyClasses
Returns the reference to the Enumerable module.
getErrnoError(Ruby, String, String) - Static method in class org.jruby.exceptions.ErrnoError
 
getErrnoModule() - Method in class org.jruby.runtime.RubyExceptions
Returns the reference to the Errno module.
getErrorHandler() - Method in class org.jruby.Ruby
Returns the errorHandler.
getErrorHandler() - Method in class org.jruby.lexer.yacc.StringToken
Gets the errorHandler.
getErrorStream() - Method in class org.jruby.Ruby
 
getEvaluatedNode() - Method in class org.jruby.ast.EvStrNode
Gets the evaluatedNode.
getException() - Method in class org.jruby.exceptions.RaiseException
Gets the exception
getExceptionClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Exception class.
getExceptionNodes() - Method in class org.jruby.ast.RescueBodyNode
Gets the exceptionNodes.
getExceptions() - Method in class org.jruby.Ruby
Gets the exceptions
getExpandNode() - Method in class org.jruby.ast.ExpandArrayNode
Gets the expandNode.
getExpectedArgsString(IRubyObject[]) - Method in class org.jruby.runtime.callback.AbstractCallback
 
getExpressionNode() - Method in class org.jruby.ast.DefinedNode
Gets the expressionNode.
getExpressionNodes() - Method in class org.jruby.ast.WhenNode
Gets the expressionNodes.
getFactory() - Method in class org.jruby.Ruby
Returns the factory.
getFalse() - Method in class org.jruby.Ruby
Returns the "false" instance from the instance pool.
getFalseClass() - Method in class org.jruby.RubyClasses
Returns the reference to the FalseClass class.
getFalseMethod(int) - Method in class org.jruby.runtime.CallbackFactory
 
getFatal() - Method in class org.jruby.runtime.RubyExceptions
Gets the fatal
getFile() - Method in interface org.ablaf.common.ISourcePosition
 
getFile() - Method in class org.ablaf.internal.lexer.DefaultLexerPosition
 
getFile() - Method in class org.jruby.runtime.Frame
 
getFileClass() - Method in class org.jruby.RubyClasses
Returns the reference to the File class.
getFileStatClass() - Method in class org.jruby.RubyClasses
 
getFileTestModule() - Method in class org.jruby.RubyClasses
Returns the reference to the Enumerable module.
getFileno() - Method in class org.jruby.util.IOHandler
 
getFiles() - Method in class org.jruby.util.Glob
 
getFirstNode() - Method in class org.jruby.ast.AndNode
Gets the firstNode.
getFirstNode() - Method in class org.jruby.ast.OpAsgnAndNode
Gets the firstNode.
getFirstNode() - Method in class org.jruby.ast.OpAsgnOrNode
Gets the firstNode.
getFirstNode() - Method in class org.jruby.ast.OrNode
Gets the firstNode.
getFixnumClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Fixnum class.
getFloatClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Float class.
getFrame() - Method in class org.jruby.runtime.Block
Gets the frame.
getFrameStack() - Method in class org.jruby.Ruby
 
getFrameStack() - Method in class org.jruby.runtime.ThreadContext
 
getGcModule() - Method in class org.jruby.RubyClasses
Returns the reference to the GC module.
getGlobalVariables() - Method in interface org.ablaf.runtime.reflection.IGlobalVariables
 
getGlobalVariables() - Method in class org.jruby.Ruby
 
getHashClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Hash class.
getHashcode(Object) - Static method in class org.jruby.internal.util.Utils
 
getHeadNode() - Method in class org.jruby.ast.MultipleAsgnNode
Gets the headNode.
getIOError() - Method in class org.jruby.runtime.RubyExceptions
Gets the ioError
getIOHandlerByFileno(int) - Static method in class org.jruby.RubyIO
 
getImplementationClass() - Method in class org.jruby.internal.runtime.methods.AbstractMethod
 
getImplementationClass() - Method in interface org.jruby.runtime.ICallable
 
getInSingle() - Method in class org.jruby.parser.ParserSupport
Getter for property inSingle.
getInStream() - Method in class org.jruby.RubyIO
 
getIndexError() - Method in class org.jruby.runtime.RubyExceptions
Gets the indexError
getInputStream() - Method in class org.jruby.Ruby
 
getInputStream() - Method in class org.jruby.util.IOHandler
 
getInputStream() - Method in class org.jruby.util.IOHandlerSeekable
 
getInputStream() - Method in class org.jruby.util.IOHandlerUnseekable
 
getInstance(String, int) - Static method in class org.ablaf.internal.lexer.DefaultLexerPosition
 
getInstance(String, int, int) - Static method in class org.ablaf.internal.lexer.DefaultLexerPosition
 
getInstance() - Static method in class org.ablaf.lexer.LexerFactory
 
getInstance() - Static method in class org.jruby.ast.util.RubyAstMarshal
 
getInstance() - Static method in class org.jruby.internal.runtime.methods.UndefinedMethod
Returns the instance.
getInstance() - Static method in class org.jruby.parser.RubyParserPool
 
getInstance() - Static method in class org.jruby.util.collections.CollectionFactory
 
getInstanceVariable(String) - Method in class org.jruby.RubyObject
rb_iv_get / rb_ivar_get
getInstanceVariable(String) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method getInstanceVar.
getInstanceVariables() - Method in class org.jruby.IncludedModuleWrapper
 
getInstanceVariables() - Method in class org.jruby.RubyObject
 
getInteger() - Method in interface org.jruby.javasupport.test.TestIntWrapper
 
getInteger() - Method in class org.jruby.javasupport.test.TestIntWrapperImpl
 
getIntegerClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Integer class.
getInterfacedInstance() - Static method in class org.jruby.util.TestHelper
 
getInterrupt() - Method in class org.jruby.runtime.RubyExceptions
Gets the interrupt
getIoClass() - Method in class org.jruby.RubyClasses
Returns the reference to the IO class.
getIter() - Method in class org.jruby.runtime.Block
Gets the iter.
getIter() - Method in class org.jruby.runtime.Frame
Getter for property iter.
getIterNode() - Method in class org.jruby.ast.BlockPassNode
Gets the iterNode.
getIterNode() - Method in class org.jruby.ast.ForNode
Gets the iterNode.
getIterNode() - Method in class org.jruby.ast.IterNode
Gets the iterNode.
getIterStack() - Method in class org.jruby.Ruby
 
getIterStack() - Method in class org.jruby.runtime.ThreadContext
 
getJavaArrayClass() - Method in class org.jruby.RubyClasses
 
getJavaClass() - Method in class org.jruby.RubyBoolean
 
getJavaClass() - Method in class org.jruby.RubyFixnum
 
getJavaClass() - Method in class org.jruby.RubyFloat
 
getJavaClass() - Method in class org.jruby.RubyObject
 
getJavaClass() - Method in class org.jruby.RubyString
 
getJavaClass() - Method in class org.jruby.javasupport.JavaObject
 
getJavaClass() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method getJavaClass.
getJavaClassForRubyClass(RubyClass) - Method in class org.jruby.javasupport.ReflectionClassMap
 
getJavaClassForRubyClass(RubyClass) - Method in class org.jruby.javasupport.RubyProxyFactory
 
getJavaClassForRubyClass(RubyClass) - Method in interface org.jruby.javasupport.RubyToJavaClassMap
 
getJavaClassLoader() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaDate() - Method in class org.jruby.RubyTime
 
getJavaModule() - Method in class org.jruby.RubyClasses
Returns the reference to the Java module.
getJavaObjectClass() - Method in class org.jruby.RubyClasses
Returns the reference to the JavaObject class.
getJavaObjectFromCache(Object) - Method in class org.jruby.javasupport.JavaSupport
 
getJavaSupport() - Method in class org.jruby.Ruby
 
getJavaSupport() - Method in class org.jruby.runtime.RubyOptions
 
getKernelModule() - Method in class org.jruby.RubyClasses
Returns the reference to the Kernel module.
getKeyword(String, int) - Static method in class org.jruby.lexer.yacc.Keyword
 
getKlass() - Method in class org.jruby.runtime.Block
Gets the klass.
getLanguageManager() - Static method in class org.ablaf.common.Ablaf
 
getLast(IListNode) - Static method in class org.jruby.ast.util.ListNodeUtil
 
getLastCallStatus() - Method in class org.jruby.Ruby
Returns the lastCallStatus.
getLastClass() - Method in class org.jruby.runtime.Frame
Getter for property lastClass.
getLastFunc() - Method in class org.jruby.runtime.Frame
Getter for property lastFunc.
getLastLine() - Method in class org.jruby.runtime.Scope
 
getLastLine() - Method in class org.jruby.runtime.ScopeStack
 
getLastRead() - Method in class org.ablaf.internal.lexer.AbstractLexerSource
 
getLastRead() - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
getLastRead() - Method in interface org.ablaf.lexer.ILexerSource
 
getLastRead() - Method in interface org.ablaf.lexer.ILexerSupport
 
getLastline() - Method in class org.jruby.Ruby
 
getLeftNode() - Method in class org.jruby.ast.Colon2Node
Gets the leftNode.
getLength() - Method in class org.jruby.RubyArray
 
getLength(IListNode) - Static method in class org.jruby.ast.util.ListNodeUtil
 
getLength() - Method in class org.jruby.lexer.yacc.StringToken
 
getLine() - Method in interface org.ablaf.common.ISourcePosition
 
getLine() - Method in class org.ablaf.internal.lexer.AbstractLexerSource
 
getLine() - Method in class org.ablaf.internal.lexer.DefaultLexerPosition
 
getLine() - Method in interface org.ablaf.lexer.ILexerSource
 
getLine() - Method in class org.jruby.runtime.Frame
Getter for property line.
getList() - Method in class org.jruby.RubyArray
Getter for property list.
getList() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getListAsArray() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getListAsCollection() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getListAsIntArray() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getListAsIntegerArray() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getListAsSet() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getListAsStringArray() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getListNode() - Method in class org.jruby.ast.HashNode
Gets the listNode.
getLoadError() - Method in class org.jruby.runtime.RubyExceptions
Gets the loadError
getLoadPath() - Method in class org.jruby.internal.runtime.load.LoadService
 
getLoadPath() - Method in interface org.jruby.runtime.load.ILoadService
 
getLoadService() - Method in class org.jruby.Ruby
Returns the loadService.
getLoadedFeatures() - Method in class org.jruby.internal.runtime.load.LoadService
 
getLoadedFeatures() - Method in interface org.jruby.runtime.load.ILoadService
 
getLocalIndex(String) - Method in class org.jruby.parser.LocalNamesElement
Returns the index of the local variable 'name' in the table of registered variable names.
getLocalIndex(String) - Method in class org.jruby.parser.LocalNamesStack
Returns the index of the local variable 'name' in the table of registered variable names.
getLocalJumpError() - Method in class org.jruby.runtime.RubyExceptions
Returns the LocalJumpError class.
getLocalNames() - Method in class org.jruby.ast.ScopeNode
Gets the localNames.
getLocalNames() - Method in interface org.jruby.parser.ITopLocalVariables
 
getLocalNames() - Method in class org.jruby.parser.LocalNamesElement
Gets the localNames.
getLocalNames() - Method in class org.jruby.parser.ParserSupport
Gets the localNames.
getLocalNames() - Method in class org.jruby.runtime.ScopeStack
 
getLocalValues() - Method in class org.jruby.runtime.Scope
 
getLocalVariables() - Method in interface org.jruby.parser.IRubyParserConfiguration
 
getLocalVariables() - Method in interface org.jruby.parser.IRubyParserResult
Returns a list of the names of the top level local variables.
getLocalVariables() - Method in class org.jruby.parser.RubyParserConfiguration
Gets the localVariables.
getLocalVariables() - Method in class org.jruby.parser.RubyParserResult
Gets the localVariables.
getLongValue() - Method in class org.jruby.RubyBignum
 
getLongValue() - Method in class org.jruby.RubyFixnum
 
getLongValue() - Method in class org.jruby.RubyFloat
 
getLongValue() - Method in class org.jruby.RubyNumeric
 
getLooslyCastedInstance() - Static method in class org.jruby.util.TestHelper
 
getMainThread() - Method in class org.jruby.internal.runtime.ThreadService
 
getMap() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getMarshalModule() - Method in class org.jruby.RubyClasses
Returns the reference to the Marshal module.
getMatchDataClass() - Method in class org.jruby.RubyClasses
Returns the reference to the MatchData class.
getMatchNode(INode, INode) - Method in class org.jruby.parser.ParserSupport
 
getMatchNumber() - Method in class org.jruby.ast.NthRefNode
Gets the matchNumber.
getMathModule() - Method in class org.jruby.RubyClasses
Returns the reference to the Math module.
getMetaClass() - Method in class org.jruby.IncludedModuleWrapper
 
getMetaClass() - Method in class org.jruby.RubyBoolean
 
getMetaClass() - Method in class org.jruby.RubyClass
 
getMetaClass() - Method in class org.jruby.RubyObject
if exist return the meta-class else return the type of the object.
getMetaClass() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method getRubyClass.
getMethod() - Method in class org.jruby.internal.runtime.methods.CacheEntry
Getter for property method.
getMethod() - Method in class org.jruby.runtime.Block
Gets the method.
getMethod(Class, String) - Method in class org.jruby.runtime.CallbackFactory
gets an instance method with no arguments.
getMethod(Class, String, Class) - Method in class org.jruby.runtime.CallbackFactory
gets an instance method with 1 argument.
getMethod(Class, String, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
gets an instance method with two arguments.
getMethod(Class, String) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getMethod(Class, String, Class) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getMethod(Class, String, Class, Class) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getMethod(Class, String) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getMethod(Class, String, Class) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getMethod(Class, String, Class, Class) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getMethodBodyCached(String) - Method in class org.jruby.RubyModule
 
getMethodClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Method class.
getMethodName() - Method in class org.jruby.ast.VCallNode
Gets the methodName.
getMethodVisibility(String) - Method in class org.jruby.RubyModule
 
getMethods() - Method in class org.jruby.IncludedModuleWrapper
 
getMethods() - Method in class org.jruby.RubyModule
 
getModeString() - Method in class org.jruby.util.IOHandler
 
getModeString() - Method in class org.jruby.util.IOModes
 
getModule(String) - Method in class org.jruby.Ruby
 
getModuleClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Module class.
getName() - Method in interface org.ablaf.common.ILanguage
 
getName() - Method in interface org.ablaf.runtime.reflection.IType
 
getName() - Method in interface org.ablaf.runtime.reflection.IVariable
 
getName() - Method in class org.jruby.RubyModule
classname
getName() - Method in class org.jruby.ast.CallNode
Gets the name.
getName() - Method in class org.jruby.ast.ClassVarAsgnNode
Gets the name.
getName() - Method in class org.jruby.ast.ClassVarDeclNode
Gets the name.
getName() - Method in class org.jruby.ast.ClassVarNode
Gets the name.
getName() - Method in class org.jruby.ast.Colon2Node
Gets the name.
getName() - Method in class org.jruby.ast.Colon3Node
Gets the name.
getName() - Method in class org.jruby.ast.ConstDeclNode
Gets the name.
getName() - Method in class org.jruby.ast.ConstNode
Gets the name.
getName() - Method in class org.jruby.ast.DAsgnNode
Gets the name.
getName() - Method in class org.jruby.ast.DVarNode
Gets the name.
getName() - Method in class org.jruby.ast.DefnNode
Gets the name.
getName() - Method in class org.jruby.ast.DefsNode
Gets the name.
getName() - Method in class org.jruby.ast.FCallNode
Gets the name.
getName() - Method in class org.jruby.ast.GlobalAsgnNode
Gets the name.
getName() - Method in class org.jruby.ast.GlobalVarNode
Gets the name.
getName() - Method in class org.jruby.ast.InstAsgnNode
Gets the name.
getName() - Method in class org.jruby.ast.InstVarNode
Gets the name.
getName() - Method in class org.jruby.ast.ModuleNode
Gets the name.
getName() - Method in class org.jruby.ast.SymbolNode
Gets the name.
getName() - Method in class org.jruby.ast.UndefNode
Gets the name.
getName() - Method in interface org.jruby.ast.types.INameNode
 
getName() - Method in class org.jruby.internal.runtime.methods.CacheEntry
 
getNameError() - Method in class org.jruby.exceptions.ThrowJump
 
getNameError() - Method in class org.jruby.runtime.RubyExceptions
Gets the nameError
getNames() - Method in class org.jruby.internal.runtime.GlobalVariables
 
getNames() - Method in class org.jruby.parser.BlockNamesElement
 
getNames() - Method in class org.jruby.parser.BlockNamesStack
 
getNames() - Method in class org.jruby.parser.LocalNamesStack
 
getNames() - Method in interface org.jruby.runtime.IGlobalVariables
 
getNames() - Method in class org.jruby.util.Glob
 
getNewFileno() - Static method in class org.jruby.RubyIO
 
getNewName() - Method in class org.jruby.ast.AliasNode
Gets the newName.
getNewName() - Method in class org.jruby.ast.VAliasNode
Gets the newName.
getNext() - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
getNext() - Method in interface org.ablaf.lexer.ILexerSupport
 
getNext() - Method in class org.jruby.parser.BlockNamesElement
 
getNext() - Method in class org.jruby.parser.LocalNamesElement
 
getNext() - Method in class org.jruby.runtime.Block
 
getNext() - Method in class org.jruby.runtime.Scope
 
getNext() - Method in interface org.jruby.util.collections.ListObject
 
getNext() - Method in interface org.jruby.util.collections.StackElement
 
getNextNode() - Method in class org.jruby.ast.NewlineNode
Gets the nextNode.
getNextToken() - Method in interface org.ablaf.lexer.ITokenLexer
 
getNil() - Method in class org.jruby.Ruby
Returns the "nil" singleton instance.
getNilClass() - Method in class org.jruby.RubyClasses
Returns the reference to the NilClass class.
getNilMethod(int) - Method in class org.jruby.runtime.CallbackFactory
 
getNoMemError() - Method in class org.jruby.runtime.RubyExceptions
Gets the noMemError
getNoMethodError() - Method in class org.jruby.runtime.RubyExceptions
Gets the noMethodError
getNode() - Method in class org.jruby.internal.runtime.methods.EvaluateMethod
 
getNotImplementedError() - Method in class org.jruby.runtime.RubyExceptions
Gets the notImplementedError
getNull() - Static method in class org.jruby.util.TestHelper
 
getNumberAsDouble() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getNumberAsDoubleObj() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getNumberAsInt() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getNumberAsIntObj() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getNumberAsLong() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getNumberAsLongObj() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getNumericClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Numeric class.
getObject() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getObjectClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Object class.
getObjectSpaceModule() - Method in class org.jruby.RubyClasses
Returns the reference to the ObjectSpace module.
getOffset() - Method in class org.ablaf.internal.lexer.AbstractLexerSource
 
getOffset() - Method in interface org.ablaf.lexer.ILexerSource
Return the count of read characters.
getOldMethod() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
getOldName() - Method in class org.jruby.ast.AliasNode
Gets the oldName.
getOldName() - Method in class org.jruby.ast.VAliasNode
Gets the oldName.
getOldName() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
getOnce() - Method in class org.jruby.ast.DRegexpNode
Gets the once.
getOperatorCallNode(INode, String) - Method in class org.jruby.parser.ParserSupport
 
getOperatorCallNode(INode, String, INode) - Method in class org.jruby.parser.ParserSupport
 
getOperatorName() - Method in class org.jruby.ast.OpAsgnNode
Gets the methodName.
getOperatorName() - Method in class org.jruby.ast.OpElementAsgnNode
Gets the operatorName.
getOperatorName(int) - Method in class org.jruby.parser.ParserSupport
 
getOptArgs() - Method in class org.jruby.ast.ArgsNode
Gets the optArgs.
getOptMethod(Class, String) - Method in class org.jruby.runtime.CallbackFactory
gets an instance method with no mandatory argument and some optional arguments.
getOptMethod(Class, String, Class) - Method in class org.jruby.runtime.CallbackFactory
gets an instance method with 1 mandatory argument and some optional arguments.
getOptMethod(Class, String) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getOptMethod(Class, String, Class) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getOptMethod(Class, String) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getOptMethod(Class, String, Class) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getOptSingletonMethod(Class, String, Class) - Method in class org.jruby.runtime.CallbackFactory
gets a singleton (class) method with 1 mandatory argument and some optional arguments.
getOptSingletonMethod(Class, String, Class[]) - Method in class org.jruby.runtime.CallbackFactory
gets a singleton (class) method with several mandatory argument and some optional arguments.
getOptSingletonMethod(Class, String) - Method in class org.jruby.runtime.CallbackFactory
gets a singleton (class) method with no mandatory argument and some optional arguments.
getOptSingletonMethod(Class, String, Class) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getOptSingletonMethod(Class, String, Class[]) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getOptSingletonMethod(Class, String) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getOptSingletonMethod(Class, String, Class) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getOptSingletonMethod(Class, String, Class[]) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getOptSingletonMethod(Class, String) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getOptions() - Method in class org.jruby.ast.DRegexpNode
Gets the options.
getOptions() - Method in class org.jruby.ast.RegexpNode
Gets the options.
getOrCreateModule(String) - Method in class org.jruby.Ruby
In the current context, get the named module.
getOrigin() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
getOrigin() - Method in class org.jruby.internal.runtime.methods.CacheEntry
Getter for property origin.
getOriginalName() - Method in class org.jruby.internal.runtime.methods.CacheEntry
 
getOutStream() - Method in class org.jruby.RubyIO
 
getOutputStream() - Method in class org.jruby.Ruby
 
getOutputStream() - Method in class org.jruby.util.IOHandler
 
getOutputStream() - Method in class org.jruby.util.IOHandlerSeekable
 
getOutputStream() - Method in class org.jruby.util.IOHandlerUnseekable
 
getParser() - Method in class org.jruby.Ruby
 
getPosition() - Method in interface org.ablaf.ast.INode
 
getPosition() - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
getPosition() - Method in interface org.ablaf.lexer.ILexerSupport
 
getPosition() - Method in interface org.ablaf.lexer.IToken
 
getPosition() - Method in class org.jruby.Ruby
 
getPosition() - Method in class org.jruby.ast.AbstractNode
 
getPosition() - Method in class org.jruby.lexer.yacc.RubyLexerSupport
 
getPosition() - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
getPosition() - Method in class org.jruby.lexer.yacc.StringToken
Gets the position.
getPosition() - Method in class org.jruby.runtime.Frame
 
getPosition() - Method in class org.jruby.runtime.ThreadContext
 
getPrecisionModule() - Method in class org.jruby.RubyClasses
Gets the precisionModule attribute of the RubyClasses object
getPrevious() - Method in class org.jruby.runtime.FrameStack
 
getProcClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Proc class.
getProcessModule() - Method in class org.jruby.RubyClasses
Gets the processModule attribute of the RubyClasses object
getProxyForGlobal(String) - Method in class org.jruby.javasupport.RubyProxyFactory
 
getProxyForGlobal(String, Class) - Method in class org.jruby.javasupport.RubyProxyFactory
 
getProxyForObject(IRubyObject) - Method in class org.jruby.javasupport.RubyProxyFactory
Create a wrapper around the specified RubyObject.
getProxyForObject(IRubyObject, Class) - Method in class org.jruby.javasupport.RubyProxyFactory
 
getRangeClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Range class.
getRangeError() - Method in class org.jruby.runtime.RubyExceptions
Gets the rangeError
getRealClass() - Method in class org.jruby.IncludedModuleWrapper
 
getRealClass() - Method in class org.jruby.MetaClass
 
getRealClass() - Method in class org.jruby.RubyClass
 
getReceiverNode() - Method in class org.jruby.ast.CallNode
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.DefsNode
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.Match2Node
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.Match3Node
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.OpAsgnNode
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.OpElementAsgnNode
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.SClassNode
Gets the receiverNode.
getRecvClass() - Method in class org.jruby.internal.runtime.methods.CacheEntry
Getter for property recvClass.
getReflection() - Method in interface org.ablaf.runtime.IRuntime
 
getRegExpClass() - Method in class org.jruby.RubyClasses
Returns the reference to the RegExp class.
getRegexpAdapterClass() - Method in class org.jruby.Ruby
 
getRegexpError() - Method in class org.jruby.runtime.RubyExceptions
Gets the regexpError
getRegexpNode() - Method in class org.jruby.ast.MatchNode
Gets the regexpNode.
getRescueNodes() - Method in class org.jruby.ast.RescueNode
Gets the rescueNodes.
getRestArg() - Method in class org.jruby.ast.ArgsNode
Gets the restArg.
getResult() - Method in class org.jruby.parser.ParserSupport
Gets the result.
getReturnArgsNode(INode) - Method in class org.jruby.parser.ParserSupport
 
getReturnValue() - Method in class org.jruby.exceptions.ReturnJump
Returns the return value.
getRuby() - Method in class org.jruby.javasupport.RubyConversion
 
getRuby() - Method in class org.jruby.javasupport.RubyInvocationHandler
Get the Ruby instance that should be used.
getRuby() - Method in class org.jruby.javasupport.RubyProxyFactory
 
getRubyClass() - Method in class org.jruby.Ruby
 
getRubyClass() - Method in class org.jruby.runtime.ThreadContext
 
getRubyClassForJavaClass(Class) - Method in class org.jruby.javasupport.RubyProxyFactory
Helper methods for RubyToJavaClassMap
getRubyClassNameForJavaClass(Class) - Method in class org.jruby.javasupport.ReflectionClassMap
 
getRubyClassNameForJavaClass(Class) - Method in interface org.jruby.javasupport.RubyToJavaClassMap
 
getRubyModule(String) - Method in class org.jruby.Ruby
Deprecated. use getModule(String) instead
getRubyObject() - Method in class org.jruby.javasupport.RubyInvocationHandler
Get the RubyObject that we should forward method calls to.
getRubyObject() - Method in interface org.jruby.javasupport.RubyProxy
 
getRubyProxyFactory() - Method in class org.jruby.javasupport.RubyInvocationHandler
Get the RubyProxyFactory instance that created this handler.
getRubyProxyFactory() - Method in interface org.jruby.javasupport.RubyProxy
 
getRuntime() - Method in class org.jruby.RubyObject
Getter for property ruby.
getRuntime() - Method in class org.jruby.runtime.LastCallStatus
 
getRuntime() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method getRuntime.
getRuntime() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
getRuntime() - Method in class org.jruby.util.IOHandler
 
getRuntimeError() - Method in class org.jruby.runtime.RubyExceptions
Gets the runtimeError
getSafeLevel() - Method in class org.jruby.Ruby
Getter for property securityLevel.
getScope() - Method in class org.jruby.Ruby
Getter for property rubyScope.
getScope() - Method in class org.jruby.runtime.Block
Gets the scope.
getScopeStack() - Method in class org.jruby.runtime.ThreadContext
 
getScriptError() - Method in class org.jruby.runtime.RubyExceptions
Gets the scriptError
getScriptSource() - Method in class org.jruby.util.CommandlineParser
 
getSecondNode() - Method in class org.jruby.ast.AndNode
Gets the secondNode.
getSecondNode() - Method in class org.jruby.ast.OpAsgnAndNode
Gets the secondNode.
getSecondNode() - Method in class org.jruby.ast.OpAsgnOrNode
Gets the secondNode.
getSecondNode() - Method in class org.jruby.ast.OrNode
Gets the secondNode.
getSecurityError() - Method in class org.jruby.runtime.RubyExceptions
Gets the securityError
getSelf() - Method in class org.jruby.runtime.Block
Gets the self.
getSelf() - Method in class org.jruby.runtime.Frame
Getter for property self.
getSelfMethod(int) - Method in class org.jruby.runtime.CallbackFactory
 
getSignalException() - Method in class org.jruby.runtime.RubyExceptions
Gets the signalException
getSingletonClass() - Method in class org.jruby.RubyObject
rb_singleton_class
getSingletonClass() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method getSingletonClass.
getSingletonClassClone() - Method in class org.jruby.RubyClass
rb_singleton_class_clone
getSingletonMethod(Class, String) - Method in class org.jruby.runtime.CallbackFactory
gets a singleton (class) method without arguments.
getSingletonMethod(Class, String, Class) - Method in class org.jruby.runtime.CallbackFactory
gets a singleton (class) method with 1 argument.
getSingletonMethod(Class, String, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
gets a singleton (class) method with 2 arguments.
getSingletonMethod(Class, String) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getSingletonMethod(Class, String, Class) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getSingletonMethod(Class, String, Class, Class) - Method in class org.jruby.runtime.callback.CglibCallbackFactory
 
getSingletonMethod(Class, String) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getSingletonMethod(Class, String, Class) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getSingletonMethod(Class, String, Class, Class) - Method in class org.jruby.runtime.callback.ReflectionCallbackFactory
 
getSize() - Method in class org.jruby.RubyMatchData
 
getSource(String, String) - Method in class org.ablaf.lexer.LexerFactory
 
getSource(String, Reader) - Method in class org.ablaf.lexer.LexerFactory
 
getSourceFile() - Method in class org.jruby.Ruby
Getter for property sourceFile.
getSourceFile() - Method in class org.jruby.runtime.ThreadContext
 
getSourceLine() - Method in class org.jruby.Ruby
Getter for property sourceLine.
getSourceLine() - Method in class org.jruby.runtime.ThreadContext
 
getSourceName() - Method in class org.ablaf.internal.lexer.AbstractLexerSource
 
getSourceName() - Method in interface org.ablaf.lexer.ILexerSource
Return the name of the source.
getStandardError() - Method in class org.jruby.runtime.RubyExceptions
Gets the standardError
getString() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
getString(String) - Static method in class org.jruby.lexer.yacc.Messages
 
getString(String, Object) - Static method in class org.jruby.lexer.yacc.Messages
 
getString(String, Object, Object) - Static method in class org.jruby.lexer.yacc.Messages
 
getStringClass() - Method in class org.jruby.RubyClasses
Returns the reference to the String class.
getStructClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Struct class.
getStructTmsClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Struct::Tms class.
getSuperClass() - Method in class org.jruby.RubyModule
Getter for property superClass.
getSuperNode() - Method in class org.jruby.ast.ClassNode
Gets the superNode.
getSuperObject() - Method in class org.jruby.runtime.Scope
Getter for property superObject.
getSuperObject() - Method in class org.jruby.runtime.ScopeStack
 
getSupport() - Method in class org.jruby.lexer.yacc.StringToken
Gets the support.
getSupportedAdapters() - Method in interface org.ablaf.runtime.reflection.IReflection
 
getSymbol(Ruby, long) - Static method in class org.jruby.RubySymbol
 
getSymbolClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Symbol class.
getSyntaxError() - Method in class org.jruby.runtime.RubyExceptions
Gets the syntaxError
getSystemCallError() - Method in class org.jruby.runtime.RubyExceptions
Gets the systemCallError
getSystemExit() - Method in class org.jruby.runtime.RubyExceptions
Gets the systemExit
getTag() - Method in class org.jruby.exceptions.ThrowJump
 
getThenBody() - Method in class org.jruby.ast.IfNode
Gets the thenBody.
getThread() - Method in class org.jruby.runtime.ThreadContext
 
getThreadClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Thread class.
getThreadError() - Method in class org.jruby.runtime.RubyExceptions
 
getThreadGroupClass() - Method in class org.jruby.RubyClasses
Returns the reference to the ThreadGroup class.
getThreadService() - Method in class org.jruby.Ruby
 
getTimeClass() - Method in class org.jruby.RubyClasses
Returns the reference to the Time class.
getTimeInMillis() - Method in class org.jruby.RubyTime
 
getToken() - Method in class org.jruby.lexer.yacc.StringToken
 
getTop() - Method in class org.jruby.util.collections.AbstractStack
 
getTopConstant(String) - Method in class org.jruby.Ruby
 
getTopSelf() - Method in class org.jruby.Ruby
Getter for property rubyTopSelf.
getTraceFunction() - Method in class org.jruby.Ruby
 
getTraces() - Method in class org.jruby.internal.runtime.GlobalVariable
 
getTrue() - Method in class org.jruby.Ruby
Returns the "true" instance from the instance pool.
getTrueClass() - Method in class org.jruby.RubyClasses
Returns the reference to the TrueClass class.
getTrueMethod(int) - Method in class org.jruby.runtime.CallbackFactory
 
getTruncatedLongValue() - Method in class org.jruby.RubyBignum
 
getTruncatedLongValue() - Method in class org.jruby.RubyNumeric
 
getType() - Method in interface org.ablaf.lexer.IToken
 
getType() - Method in interface org.ablaf.runtime.reflection.ITyped
 
getType() - Method in class org.jruby.RubyObject
 
getType() - Method in class org.jruby.ast.BackRefNode
Gets the type.
getType() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method getType.
getTypeError() - Method in class org.jruby.runtime.RubyExceptions
Gets the typeError
getUnboundMethodClass() - Method in class org.jruby.RubyClasses
 
getValue() - Method in interface org.ablaf.runtime.reflection.IExpression
 
getValue() - Method in class org.jruby.RubyBignum
Getter for property value.
getValue() - Method in class org.jruby.RubyFloat
Getter for property value.
getValue() - Method in class org.jruby.RubyString
 
getValue() - Method in class org.jruby.ast.BignumNode
Gets the value.
getValue() - Method in class org.jruby.ast.EvStrNode
Gets the value.
getValue() - Method in class org.jruby.ast.FixnumNode
Gets the value.
getValue() - Method in class org.jruby.ast.FloatNode
Gets the value.
getValue() - Method in class org.jruby.ast.RegexpNode
Gets the value.
getValue() - Method in class org.jruby.ast.StrNode
Gets the value.
getValue() - Method in class org.jruby.ast.XStrNode
Gets the value.
getValue() - Method in class org.jruby.exceptions.ThrowJump
 
getValue() - Method in class org.jruby.internal.runtime.ReadonlyAccessor
 
getValue() - Method in class org.jruby.internal.runtime.UndefinedAccessor
 
getValue() - Method in class org.jruby.internal.runtime.ValueAccessor
 
getValue() - Method in class org.jruby.javasupport.JavaClass
 
getValue() - Method in class org.jruby.javasupport.JavaObject
 
getValue() - Method in class org.jruby.runtime.Arity
 
getValue() - Method in interface org.jruby.runtime.IAccessor
 
getValue(int) - Method in class org.jruby.runtime.Scope
 
getValue(int) - Method in class org.jruby.runtime.ScopeStack
 
getValueMap() - Method in class org.jruby.RubyHash
 
getValueNode() - Method in class org.jruby.ast.ClassVarAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.ClassVarDeclNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.ConstDeclNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.DAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.GlobalAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.InstAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.LocalAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.Match2Node
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.Match3Node
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.MultipleAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.OpAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.OpElementAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.ReturnNode
Gets the valueNode.
getValueNode() - Method in interface org.jruby.ast.types.IAssignableNode
 
getVar() - Method in class org.jruby.runtime.Block
Gets the var.
getVarNode() - Method in class org.jruby.ast.ForNode
Gets the varNode.
getVarNode() - Method in class org.jruby.ast.IterNode
Gets the varNode.
getVariableName() - Method in class org.jruby.ast.OpAsgnNode
Gets the varibaleName.
getVersion() - Method in interface org.ablaf.common.ILanguage
 
getVisibility() - Method in class org.jruby.ast.DefnNode
Gets the noex.
getVisibility() - Method in class org.jruby.internal.runtime.methods.AbstractMethod
 
getVisibility() - Method in class org.jruby.internal.runtime.methods.CacheEntry
 
getVisibility() - Method in class org.jruby.runtime.Block
 
getVisibility() - Method in interface org.jruby.runtime.ICallable
 
getVisibility() - Method in class org.jruby.runtime.Scope
Gets the methodScope.
getWhenNodes() - Method in class org.jruby.ast.CaseNode
Gets the whenNodes.
getWrapper() - Method in class org.jruby.Ruby
Getter for property wrapper.
getWrapper() - Method in class org.jruby.RubyProc
 
getWrapper() - Method in class org.jruby.runtime.ThreadContext
 
getc() - Method in class org.jruby.RubyIO
Read a byte.
getc() - Method in class org.jruby.util.IOHandler
 
gets(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
gets(IRubyObject[]) - Method in class org.jruby.RubyIO
Read a line.
gets(String) - Method in class org.jruby.util.IOHandler
 
gets(String) - Method in class org.jruby.util.RubyInputStream
 
getsEntireStream() - Method in class org.jruby.util.IOHandler
 
getwd(IRubyObject) - Static method in class org.jruby.RubyDir
Returns the current directory.
glob(IRubyObject, RubyString) - Static method in class org.jruby.RubyDir
Returns an array of filenames matching the specified wildcard pattern pat.
global_variables(IRubyObject) - Static method in class org.jruby.KernelModule
Returns an Array with the names of all global variables.
gmt() - Method in class org.jruby.RubyTime
 
gmtime() - Method in class org.jruby.RubyTime
 
group(long) - Method in class org.jruby.RubyMatchData
 
gsub(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
gsub(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_gsub
gsub_bang(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
gsub_bang(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_gsub_bang

H

HashNode - class org.jruby.ast.HashNode.
a Literal Hash.
HashNode(IListNode) - Constructor for class org.jruby.ast.HashNode
 
HashNode(ISourcePosition, IListNode) - Constructor for class org.jruby.ast.HashNode
 
handleError(int, String) - Method in interface org.ablaf.common.IErrorHandler
 
handleError(int, ISourcePosition, String) - Method in interface org.ablaf.common.IErrorHandler
 
handleError(int, ISourcePosition, String, Object) - Method in interface org.ablaf.common.IErrorHandler
 
handleError(int, String) - Method in class org.ablaf.internal.common.NullErrorHandler
 
handleError(int, ISourcePosition, String) - Method in class org.ablaf.internal.common.NullErrorHandler
 
handleError(int, ISourcePosition, String, Object) - Method in class org.ablaf.internal.common.NullErrorHandler
 
handleError(int, ISourcePosition, String, Object) - Method in class org.jruby.common.RubyErrorHandler
 
handleError(int, ISourcePosition, String) - Method in class org.jruby.common.RubyErrorHandler
 
handleError(int, String) - Method in class org.jruby.common.RubyErrorHandler
 
handleException(BSFException) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
handleNativeException(Throwable) - Method in class org.jruby.javasupport.JavaSupport
 
handler - Variable in class org.jruby.RubyIO
 
hasInlineScript() - Method in class org.jruby.util.CommandlineParser
 
hasInstanceVariable(String) - Method in class org.jruby.RubyObject
 
hasInstanceVariable(String) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method isInstanceVarDefined.
hasLocalVariables() - Method in class org.jruby.runtime.Scope
 
hasLocalVariables() - Method in class org.jruby.runtime.ScopeStack
 
hasNext() - Method in class org.jruby.internal.util.collections.LinkedObjectIterator
 
has_key(IRubyObject) - Method in class org.jruby.RubyHash
 
has_key(IRubyObject) - Method in class org.jruby.ThreadClass
 
has_value(IRubyObject) - Method in class org.jruby.RubyHash
 
hash() - Method in class org.jruby.RubyArray
 
hash() - Method in class org.jruby.RubyBignum
 
hash() - Method in class org.jruby.RubyFixnum
 
hash() - Method in class org.jruby.RubyFloat
 
hash() - Method in class org.jruby.RubyObject
 
hash() - Method in class org.jruby.RubyString
 
hash() - Method in class org.jruby.RubySymbol
 
hash() - Method in class org.jruby.RubyTime
 
hash() - Method in class org.jruby.javasupport.JavaObject
 
hashCode() - Method in class org.ablaf.internal.lexer.DefaultLexerPosition
hashcode based on the position value.
hashCode() - Method in class org.jruby.RubyObject
hashCode() is just a wrapper around Ruby's hash() method, so that Ruby objects can be used in Java collections.
hashCode() - Method in class org.jruby.internal.util.collections.LinkedObject
 
hashCode() - Method in class org.jruby.internal.util.collections.Stack
 
hashCode() - Method in class org.jruby.runtime.Arity
 
hashCode() - Method in class org.jruby.runtime.Iter
 
hex() - Method in class org.jruby.RubyString
rb_str_hex
hour() - Method in class org.jruby.RubyTime
 

I

IASTWriter - interface org.jruby.ast.IASTWriter.
 
IAccessor - interface org.jruby.runtime.IAccessor.
 
IAdaptable - interface org.ablaf.common.IAdaptable.
 
IAdapterFactory - interface org.ablaf.common.IAdapterFactory.
 
IAdapterManager - interface org.ablaf.common.IAdapterManager.
 
IAssignable - interface org.ablaf.runtime.reflection.IAssignable.
 
IAssignableNode - interface org.jruby.ast.types.IAssignableNode.
 
IAstDecoder - interface org.ablaf.ast.IAstDecoder.
 
IAstEncoder - interface org.ablaf.ast.IAstEncoder.
 
IAstMarshal - interface org.ablaf.ast.IAstMarshal.
 
IAutoloadMethod - interface org.jruby.runtime.load.IAutoloadMethod.
 
ICallable - interface org.jruby.runtime.ICallable.
 
IConfiguration - interface org.ablaf.common.IConfiguration.
 
IErrno - interface org.jruby.IErrno.
Error numbers.
IErrorHandler - interface org.ablaf.common.IErrorHandler.
 
IErrorSupport - interface org.ablaf.common.IErrorSupport.
 
IErrors - interface org.jruby.common.IErrors.
 
IExpression - interface org.ablaf.runtime.reflection.IExpression.
 
IGlobalVariables - interface org.ablaf.runtime.reflection.IGlobalVariables.
 
IGlobalVariables - interface org.jruby.runtime.IGlobalVariables.
 
ILanguage - interface org.ablaf.common.ILanguage.
Represents a Language.
ILanguageManager - interface org.ablaf.common.ILanguageManager.
 
ILexer - interface org.ablaf.lexer.ILexer.
 
ILexerErrorSupport - interface org.ablaf.lexer.ILexerErrorSupport.
 
ILexerSource - interface org.ablaf.lexer.ILexerSource.
ILexerSource provides a very simple interface to a lexable source.
ILexerState - interface org.ablaf.lexer.ILexerState.
 
ILexerSupport - interface org.ablaf.lexer.ILexerSupport.
 
IListNode - interface org.jruby.ast.types.IListNode.
A node which contains a list of other nodes.
ILiteralNode - interface org.jruby.ast.types.ILiteralNode.
A marker for literal nodes.
ILoadService - interface org.jruby.runtime.load.ILoadService.
 
IMetaClass - interface org.jruby.IMetaClass.
 
INameNode - interface org.jruby.ast.types.INameNode.
 
INode - interface org.ablaf.ast.INode.
This class represents a node in an AST.
INodeVisitor - interface org.ablaf.ast.visitor.INodeVisitor.
 
IOError - exception org.jruby.exceptions.IOError.
 
IOError(Ruby, String) - Constructor for class org.jruby.exceptions.IOError
Constructs an RubyTypeException with the specified detail message.
IOHandler - class org.jruby.util.IOHandler.
 
IOHandler(Ruby) - Constructor for class org.jruby.util.IOHandler
 
IOHandlerSeekable - class org.jruby.util.IOHandlerSeekable.
This file implements a seekable IO file.
IOHandlerSeekable(Ruby, String, String) - Constructor for class org.jruby.util.IOHandlerSeekable
 
IOHandlerUnseekable - class org.jruby.util.IOHandlerUnseekable.
 
IOHandlerUnseekable(Ruby, InputStream, OutputStream) - Constructor for class org.jruby.util.IOHandlerUnseekable
 
IOHandlerUnseekable(Ruby, int) - Constructor for class org.jruby.util.IOHandlerUnseekable
 
IOHandlerUnseekable(Ruby, int, String) - Constructor for class org.jruby.util.IOHandlerUnseekable
 
IOModes - class org.jruby.util.IOModes.
 
IOModes(Ruby) - Constructor for class org.jruby.util.IOModes
 
IOModes(Ruby, String) - Constructor for class org.jruby.util.IOModes
 
IObjectFactory - interface org.jruby.runtime.builtin.IObjectFactory.
 
IParser - interface org.ablaf.parser.IParser.
 
IParserPool - interface org.ablaf.parser.IParserPool.
 
IParserResult - interface org.ablaf.parser.IParserResult.
 
IRaiseListener - interface org.jruby.runtime.IRaiseListener.
 
IReflection - interface org.ablaf.runtime.reflection.IReflection.
 
IReflectionAdapter - interface org.ablaf.runtime.reflection.IReflectionAdapter.
 
IRegexpAdapter - class org.jruby.runtime.regexp.IRegexpAdapter.
Regexp adapter base class.
IRegexpAdapter() - Constructor for class org.jruby.runtime.regexp.IRegexpAdapter
 
IRubyErrorHandler - interface org.jruby.common.IRubyErrorHandler.
 
IRubyLexerSupport - interface org.jruby.lexer.yacc.IRubyLexerSupport.
Add some special Ruby stuff.
IRubyObject - interface org.jruby.runtime.builtin.IRubyObject.
Object is the parent class of all classes in Ruby.
IRubyParserConfiguration - interface org.jruby.parser.IRubyParserConfiguration.
 
IRubyParserResult - interface org.jruby.parser.IRubyParserResult.
Represents the result of parsing a file with the Ruby parser.
IRuntime - interface org.ablaf.runtime.IRuntime.
 
ISourcePosition - interface org.ablaf.common.ISourcePosition.
 
IStack - interface org.jruby.util.collections.IStack.
 
ITER_CUR - Static variable in class org.jruby.runtime.Iter
Is currently a block
ITER_NOT - Static variable in class org.jruby.runtime.Iter
No block given
ITER_PRE - Static variable in class org.jruby.runtime.Iter
Block given before last method call ("previous")
IToken - interface org.ablaf.lexer.IToken.
 
ITokenLexer - interface org.ablaf.lexer.ITokenLexer.
 
ITopLocalVariables - interface org.jruby.parser.ITopLocalVariables.
 
IType - interface org.ablaf.runtime.reflection.IType.
 
ITyped - interface org.ablaf.runtime.reflection.ITyped.
 
IVariable - interface org.ablaf.runtime.reflection.IVariable.
 
IYaccLexer - interface org.ablaf.lexer.IYaccLexer.
 
IdUtil - class org.jruby.util.IdUtil.
 
IdUtil() - Constructor for class org.jruby.util.IdUtil
 
IdentitySet - class org.jruby.util.collections.IdentitySet.
 
IdentitySet() - Constructor for class org.jruby.util.collections.IdentitySet
 
IfNode - class org.jruby.ast.IfNode.
an 'if' statement.
IfNode(ISourcePosition, INode, INode, INode) - Constructor for class org.jruby.ast.IfNode
 
IncludedModuleWrapper - class org.jruby.IncludedModuleWrapper.
This class represents an included module.
IncludedModuleWrapper(Ruby, RubyClass, RubyModule) - Constructor for class org.jruby.IncludedModuleWrapper
 
IndexError - exception org.jruby.exceptions.IndexError.
 
IndexError(Ruby, String) - Constructor for class org.jruby.exceptions.IndexError
Constructs an RubyIndexException with the specified detail message.
InstAsgnNode - class org.jruby.ast.InstAsgnNode.
Represents an instance variable assignment.
InstAsgnNode(ISourcePosition, String, INode) - Constructor for class org.jruby.ast.InstAsgnNode
Construtor.
InstVarNode - class org.jruby.ast.InstVarNode.
Represents an instance variable access.
InstVarNode(ISourcePosition, String) - Constructor for class org.jruby.ast.InstVarNode
 
Iter - class org.jruby.runtime.Iter.
 
IterNode - class org.jruby.ast.IterNode.
 
IterNode(ISourcePosition, INode, INode, INode) - Constructor for class org.jruby.ast.IterNode
 
IterateMethod - class org.jruby.internal.runtime.methods.IterateMethod.
 
IterateMethod(Callback, IRubyObject) - Constructor for class org.jruby.internal.runtime.methods.IterateMethod
 
id() - Method in class org.jruby.RubyFixnum
 
id(IRubyObject) - Static method in class org.jruby.RubyNil
 
id() - Method in class org.jruby.RubyObject
Return the internal id of an object.
id0 - Variable in class org.jruby.lexer.yacc.Keyword
 
id1 - Variable in class org.jruby.lexer.yacc.Keyword
 
id2name() - Method in class org.jruby.RubyFixnum
 
implementationModule - Variable in class org.jruby.Method
 
include(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_include
include(IRubyObject) - Method in class org.jruby.RubyString
rb_str_include
includeModule(IRubyObject) - Method in class org.jruby.RubyModule
Include a new module in this module or class.
include_p(IRubyObject) - Method in class org.jruby.RubyArray
 
included_modules() - Method in class org.jruby.RubyModule
rb_mod_included_modules
includes(IRubyObject) - Method in class org.jruby.RubyArray
 
index(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_index
index(IRubyObject) - Method in class org.jruby.RubyHash
 
index(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_index_m
indices(IRubyObject[]) - Method in class org.jruby.RubyArray
 
indices(IRubyObject[]) - Method in class org.jruby.RubyHash
 
induced_from(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFixnum
 
induced_from(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFloat
 
induced_from(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyInteger
 
induced_from(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyPrecision
 
infectBy(IRubyObject) - Method in class org.jruby.RubyObject
OBJ_INFECT
infinite_p() - Method in class org.jruby.RubyFloat
 
inherited(RubyClass) - Static method in class org.jruby.RubyClass
rb_class_s_inherited
inheritedBy(RubyClass) - Method in class org.jruby.RubyClass
Invokes if a class is inherited from an other class.
init(IConfiguration) - Method in interface org.ablaf.parser.IParser
 
init(IRubyObject, IRubyObject, RubyBoolean) - Method in class org.jruby.RubyRange
 
init(Writer) - Method in interface org.jruby.ast.IASTWriter
 
init(Ruby, List) - Method in class org.jruby.internal.runtime.load.LoadService
 
init(IConfiguration) - Method in class org.jruby.parser.DefaultRubyParser
 
init(Ruby, List) - Method in interface org.jruby.runtime.load.ILoadService
Init the LOAD_PATH array.
initArgsFile() - Method in class org.jruby.RubyArgsFile
 
initBuiltinClasses() - Method in class org.jruby.RubyClasses
 
initCoreClasses() - Method in class org.jruby.RubyClasses
This method defines the core classes and modules in the Ruby runtime.
initDefaultExceptionClasses() - Method in class org.jruby.runtime.RubyExceptions
 
initRuby(Ruby) - Method in class org.jruby.javasupport.test.RubyTestCase
 
initTopLocalVariables() - Method in class org.jruby.parser.ParserSupport
Description of the Method
initialize(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_initialize
initialize(RubyString) - Method in class org.jruby.RubyDir
Creates a new Dir.
initialize(IRubyObject[]) - Method in class org.jruby.RubyException
 
initialize(IRubyObject[]) - Method in class org.jruby.RubyFile
 
initialize(IRubyObject[]) - Method in class org.jruby.RubyHash
 
initialize(RubyFixnum, IRubyObject[]) - Method in class org.jruby.RubyIO
rb_io_initialize
initialize(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_initialize
initialize(IRubyObject[]) - Method in class org.jruby.RubyRange
 
initialize(String, int) - Method in class org.jruby.RubyRegexp
 
initialize(IRubyObject[]) - Method in class org.jruby.RubyRegexp
 
initialize(IRubyObject[]) - Method in class org.jruby.RubyStruct
 
initialize(BSFManager, String, Vector) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
initializeCacheEntry(CacheEntry) - Method in class org.jruby.internal.runtime.methods.AbstractMethod
 
initializeCacheEntry(CacheEntry) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
initializeCacheEntry(CacheEntry) - Method in interface org.jruby.runtime.ICallable
 
inlineScript() - Method in class org.jruby.util.CommandlineParser
 
input - Variable in class org.jruby.util.IOHandlerUnseekable
 
inspect() - Method in class org.jruby.RubyArray
rb_ary_inspect
inspect() - Method in class org.jruby.RubyException
inspects an object and return a kind of debug information
inspect() - Method in class org.jruby.RubyHash
 
inspect(IRubyObject) - Static method in class org.jruby.RubyNil
nil_inspect
inspect() - Method in class org.jruby.RubyObject
rb_obj_inspect
inspect() - Method in class org.jruby.RubyRange
 
inspect() - Method in class org.jruby.RubyRegexp
rb_reg_inspect
inspect() - Method in class org.jruby.RubyString
rb_str_inspect
inspect() - Method in class org.jruby.RubyStruct
 
inspect() - Method in class org.jruby.RubySymbol
 
inspect() - Method in class org.jruby.javasupport.JavaCallable
 
inspect() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method inspect.
instanceVariableNames() - Method in class org.jruby.RubyObject
 
instance_eval(IRubyObject[]) - Method in class org.jruby.RubyObject
 
instance_method(IRubyObject) - Method in class org.jruby.RubyModule
 
instance_methods(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_class_instance_methods
instance_of(IRubyObject) - Method in class org.jruby.RubyObject
rb_obj_is_instance_of
instance_variables() - Method in class org.jruby.RubyObject
 
int_p() - Method in class org.jruby.RubyInteger
 
int_p() - Method in class org.jruby.RubyNumeric
num_int_p
interface_p() - Method in class org.jruby.javasupport.JavaClass
 
interfaces() - Method in class org.jruby.javasupport.JavaClass
 
intern() - Method in class org.jruby.RubyString
rb_str_intern
internalGets(IRubyObject[]) - Method in class org.jruby.RubyArgsFile
 
internalGets(IRubyObject[]) - Method in class org.jruby.RubyIO
Read a line.
internalRead() - Method in class org.ablaf.internal.lexer.AbstractLexerSource
 
internalRead() - Method in class org.ablaf.internal.lexer.ReaderLexerSource
 
invert() - Method in class org.jruby.RubyFixnum
 
invert() - Method in class org.jruby.RubyHash
 
invoke(IRubyObject[]) - Method in class org.jruby.javasupport.JavaMethod
 
invoke(Object, Method, Object[]) - Method in class org.jruby.javasupport.RubyInvocationHandler
The invoke method is called by Java's reflection whenever a method is called on a Proxy object.
invokeMethod(IRubyObject, Object[]) - Method in class org.jruby.runtime.callback.AbstractCallback.CallType
 
invokeMethod(IRubyObject, Object[]) - Method in class org.jruby.runtime.callback.AbstractCallback
 
invoke_static(IRubyObject[]) - Method in class org.jruby.javasupport.JavaMethod
 
ioHandlers - Static variable in class org.jruby.RubyIO
 
isAlnum(char) - Static method in class org.jruby.RubyString
 
isAppendable() - Method in class org.jruby.util.IOModes
 
isArgument() - Method in class org.jruby.lexer.yacc.LexState
 
isAttrSet(String) - Static method in class org.jruby.util.IdUtil
 
isAutoloadDefined(String) - Method in class org.jruby.internal.runtime.load.LoadService
 
isAutoloadDefined(String) - Method in interface org.jruby.runtime.load.ILoadService
 
isBenchmarking - Variable in class org.jruby.util.CommandlineParser
 
isBlockGiven() - Method in class org.jruby.Ruby
 
isBlockGiven() - Method in class org.jruby.runtime.Frame
 
isBlockGiven() - Method in class org.jruby.runtime.Iter
 
isBlockGiven() - Method in class org.jruby.runtime.ThreadContext
 
isBreakStatement(INode) - Static method in class org.jruby.ast.util.NodeUtil
 
isBreakStatement(INode) - Method in class org.jruby.ast.visitor.BreakStatementVisitor
 
isClass() - Method in class org.jruby.IncludedModuleWrapper
 
isClass() - Method in class org.jruby.RubyClass
 
isClass() - Method in class org.jruby.RubyModule
 
isClassDefined(String) - Method in class org.jruby.Ruby
 
isClassNest() - Method in interface org.jruby.parser.IRubyParserConfiguration
 
isClassNest() - Method in class org.jruby.parser.RubyParserConfiguration
Gets the classNest.
isClassVarDefined(String) - Method in class org.jruby.RubyModule
rb_cvar_defined
isClassVariable(String) - Static method in class org.jruby.util.IdUtil
 
isCompileForEval() - Method in interface org.jruby.parser.IRubyParserConfiguration
 
isCompileForEval() - Method in class org.jruby.parser.ParserSupport
 
isCompileForEval() - Method in class org.jruby.parser.RubyParserConfiguration
Gets the compileForEval.
isConstant(String) - Static method in class org.jruby.util.IdUtil
 
isConstantDefined(String) - Method in class org.jruby.RubyModule
rb_const_defined
isConstantDefinedAt(String) - Method in class org.jruby.RubyModule
MRI: rb_const_defined_at
isCur() - Method in class org.jruby.runtime.Iter
 
isDefined(String) - Method in class org.jruby.internal.runtime.GlobalVariables
 
isDefined() - Method in class org.jruby.internal.runtime.methods.CacheEntry
 
isDefined(String) - Method in class org.jruby.parser.BlockNamesElement
 
isDefined(String) - Method in class org.jruby.parser.BlockNamesStack
 
isDefined(String) - Method in interface org.jruby.runtime.IGlobalVariables
 
isDigit(char) - Static method in class org.jruby.RubyString
 
isEOF() - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
isEOF() - Method in interface org.ablaf.lexer.ILexerSupport
 
isEOF() - Method in class org.jruby.util.IOHandler
Return true when at end of file (EOF).
isEOF() - Method in class org.jruby.util.IOHandlerSeekable
 
isEOF() - Method in class org.jruby.util.IOHandlerUnseekable
 
isEOL() - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
isEOL() - Method in interface org.ablaf.lexer.ILexerSupport
 
isEmpty() - Method in class org.jruby.internal.util.collections.Stack
 
isEmpty() - Method in class org.jruby.util.collections.AbstractStack
 
isEmpty() - Method in interface org.jruby.util.collections.IStack
 
isEquals(Object, Object) - Static method in class org.jruby.internal.util.Utils
 
isExclusive() - Method in class org.jruby.ast.DotNode
Gets the exclusive.
isExclusive() - Method in class org.jruby.ast.FlipNode
Gets the exclusive.
isExprArg() - Method in class org.jruby.lexer.yacc.LexState
 
isExprBeg() - Method in class org.jruby.lexer.yacc.LexState
 
isExprClass() - Method in class org.jruby.lexer.yacc.LexState
 
isExprCmdArg() - Method in class org.jruby.lexer.yacc.LexState
 
isExprDot() - Method in class org.jruby.lexer.yacc.LexState
 
isExprEnd() - Method in class org.jruby.lexer.yacc.LexState
 
isExprEndArg() - Method in class org.jruby.lexer.yacc.LexState
 
isExprFName() - Method in class org.jruby.lexer.yacc.LexState
 
isExprMid() - Method in class org.jruby.lexer.yacc.LexState
 
isExpression(INode) - Static method in class org.jruby.ast.util.NodeUtil
 
isExpression(INode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
isExpression() - Method in class org.jruby.ast.visitor.ExpressionVisitor
Gets the expression.
isFBlockGiven() - Method in class org.jruby.Ruby
 
isFalse() - Method in class org.jruby.RubyBoolean
 
isFalse() - Method in class org.jruby.RubyObject
 
isFrozen() - Method in class org.jruby.RubyObject
Gets the frozen.
isFrozen() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method isFrozen.
isGlobal(IVariable) - Method in interface org.ablaf.runtime.reflection.IGlobalVariables
 
isGlobal(String) - Static method in class org.jruby.util.IdUtil
 
isHandled(int) - Method in interface org.ablaf.common.IErrorHandler
 
isHandled(int) - Method in class org.ablaf.internal.common.NullErrorHandler
 
isHandled(int) - Method in class org.jruby.common.RubyErrorHandler
 
isInBlock() - Method in class org.jruby.parser.BlockNamesStack
 
isInBlock() - Method in class org.jruby.parser.LocalNamesElement
 
isInBlock() - Method in class org.jruby.parser.LocalNamesStack
 
isInDef() - Method in class org.jruby.parser.ParserSupport
 
isInDefined() - Method in class org.jruby.parser.ParserSupport
Getter for property inDefined.
isInSingle() - Method in class org.jruby.parser.ParserSupport
Getter for property inSingle.
isInState() - Method in class org.jruby.lexer.yacc.StackState
 
isIncluded() - Method in class org.jruby.IncludedModuleWrapper
 
isIncluded() - Method in class org.jruby.RubyModule
 
isInstanceVariable(String) - Static method in class org.jruby.util.IdUtil
 
isJavaNames() - Method in class org.jruby.runtime.RubyOptions.JavaSupport
 
isKindOf(RubyModule) - Method in class org.jruby.RubyObject
 
isKindOf(RubyModule) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method isKindOf.
isLetter(char) - Static method in class org.jruby.RubyString
 
isLinkType(int) - Method in class org.jruby.runtime.marshal.UnmarshalCache
 
isLocal(String) - Static method in class org.jruby.util.IdUtil
 
isLocalRegistered(String) - Method in class org.jruby.parser.LocalNamesElement
Returns true if there was already an assignment to a local variable named name, false otherwise.
isLocalRegistered(String) - Method in class org.jruby.parser.LocalNamesStack
Returns true if there was already an assignment to a local variable named name, false otherwise.
isLower(char) - Static method in class org.jruby.RubyString
 
isMethodBound(String, boolean) - Method in class org.jruby.RubyModule
MRI: rb_method_boundp
isMethodDefined(String) - Method in class org.jruby.RubyModule
 
isModule() - Method in class org.jruby.IncludedModuleWrapper
 
isModule() - Method in class org.jruby.RubyClass
 
isModule() - Method in class org.jruby.RubyModule
 
isModuleFunction() - Method in class org.jruby.runtime.Visibility
 
isNext(char) - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
isNext(String) - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
Check if the string s is the next string in the lexer.
isNext(char) - Method in interface org.ablaf.lexer.ILexerSupport
 
isNext(String) - Method in interface org.ablaf.lexer.ILexerSupport
Check if the string s is the next string in the lexer.
isNil() - Method in class org.jruby.RubyObject
 
isNil() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method isNil.
isNormal() - Method in class org.jruby.runtime.CallType
 
isNot() - Method in class org.jruby.runtime.Iter
 
isOpen - Variable in class org.jruby.RubyIO
 
isOpen() - Method in class org.jruby.RubyIO
 
isOpen - Variable in class org.jruby.util.IOHandler
 
isOpen() - Method in class org.jruby.util.IOHandler
 
isPre() - Method in class org.jruby.runtime.Iter
 
isPrint(char) - Static method in class org.jruby.RubyString
 
isPrivate() - Method in class org.jruby.runtime.Visibility
 
isProtected() - Method in class org.jruby.runtime.Visibility
 
isPublic() - Method in class org.jruby.runtime.Visibility
 
isReadable() - Method in class org.jruby.util.IOHandler
 
isReadable() - Method in class org.jruby.util.IOModes
 
isRegistered(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalCache
 
isRestArgs - Variable in class org.jruby.runtime.callback.AbstractCallback
 
isRubyModules() - Method in class org.jruby.runtime.RubyOptions.JavaSupport
 
isRubyNames() - Method in class org.jruby.runtime.RubyOptions.JavaSupport
 
isSelf(RubyTestObject) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
isSingleton() - Method in class org.jruby.MetaClass
 
isSingleton() - Method in class org.jruby.RubyClass
 
isSingleton() - Method in class org.jruby.RubyModule
 
isSync - Variable in class org.jruby.util.IOHandler
 
isSync() - Method in class org.jruby.util.IOHandler
 
isTaint() - Method in class org.jruby.RubyObject
Gets the taint.
isTaint() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method isTaint.
isTmpLock() - Method in class org.jruby.RubyArray
Getter for property tmpLock.
isTracing() - Method in class org.jruby.internal.runtime.GlobalVariable
 
isTrue() - Method in class org.jruby.RubyBoolean
 
isTrue() - Method in class org.jruby.RubyObject
 
isTrue() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
isTrue(boolean) - Static method in class org.jruby.util.Asserts
If the assertion fails (i.e.
isTrue(boolean, String) - Static method in class org.jruby.util.Asserts
 
isUndefined() - Method in class org.jruby.internal.runtime.methods.AbstractMethod
 
isUndefined() - Method in class org.jruby.internal.runtime.methods.UndefinedMethod
 
isUndefined() - Method in interface org.jruby.runtime.ICallable
 
isUpper(char) - Static method in class org.jruby.RubyString
 
isVerbose() - Method in class org.jruby.Ruby
Getter for property isVerbose.
isVerbose() - Method in interface org.jruby.common.IRubyErrorHandler
 
isVerbose() - Method in class org.jruby.common.RubyErrorHandler
Gets the verbose.
isWriteable() - Method in class org.jruby.util.IOHandler
 
isWriteable() - Method in class org.jruby.util.IOModes
 
is_alive() - Method in class org.jruby.ThreadClass
 
isdst() - Method in class org.jruby.RubyTime
 
iterate(Callback, IRubyObject, Callback, IRubyObject) - Method in class org.jruby.Ruby
rb_iterate
iterator() - Method in class org.jruby.ast.ArrayNode
 
iterator() - Method in class org.jruby.ast.BlockNode
 
iterator() - Method in class org.jruby.ast.DRegexpNode
 
iterator() - Method in class org.jruby.ast.DStrNode
 
iterator() - Method in class org.jruby.ast.DXStrNode
 
iterator() - Method in class org.jruby.ast.RescueBodyNode
 
iterator() - Method in interface org.jruby.ast.types.IListNode
 
iterator() - Method in class org.jruby.internal.util.collections.Stack
 
iterator(RubyModule) - Method in class org.jruby.runtime.ObjectSpace
 
iterator() - Method in interface org.jruby.util.collections.IStack
 

J

JDKRegexpAdapter - class org.jruby.runtime.regexp.JDKRegexpAdapter.
Regexp adapter for Java 1.4+.
JDKRegexpAdapter() - Constructor for class org.jruby.runtime.regexp.JDKRegexpAdapter
 
JRubyEngine - class org.jruby.javasupport.bsf.JRubyEngine.
An implementation of a JRuby BSF implementation.
JRubyEngine() - Constructor for class org.jruby.javasupport.bsf.JRubyEngine
 
JRubySerialize - class org.jruby.util.ant.JRubySerialize.
 
JRubySerialize() - Constructor for class org.jruby.util.ant.JRubySerialize
 
JarredScript - class org.jruby.runtime.load.JarredScript.
Loading of Ruby scripts packaged in Jar files.
JarredScript(URL) - Constructor for class org.jruby.runtime.load.JarredScript
 
Java - class org.jruby.javasupport.Java.
 
Java() - Constructor for class org.jruby.javasupport.Java
 
JavaArray - class org.jruby.javasupport.JavaArray.
 
JavaArray(Ruby, Object) - Constructor for class org.jruby.javasupport.JavaArray
 
JavaCallable - class org.jruby.javasupport.JavaCallable.
 
JavaCallable(Ruby, RubyClass) - Constructor for class org.jruby.javasupport.JavaCallable
 
JavaClass - class org.jruby.javasupport.JavaClass.
 
JavaClass(Ruby, Class) - Constructor for class org.jruby.javasupport.JavaClass
 
JavaConstructor - class org.jruby.javasupport.JavaConstructor.
 
JavaConstructor(Ruby, Constructor) - Constructor for class org.jruby.javasupport.JavaConstructor
 
JavaField - class org.jruby.javasupport.JavaField.
 
JavaField(Ruby, Field) - Constructor for class org.jruby.javasupport.JavaField
 
JavaMethod - class org.jruby.javasupport.JavaMethod.
 
JavaMethod(Ruby, Method) - Constructor for class org.jruby.javasupport.JavaMethod
 
JavaObject - class org.jruby.javasupport.JavaObject.
 
JavaObject(Ruby, RubyClass, Object) - Constructor for class org.jruby.javasupport.JavaObject
 
JavaObject(Ruby, Object) - Constructor for class org.jruby.javasupport.JavaObject
 
JavaSupport - class org.jruby.javasupport.JavaSupport.
 
JavaSupport(Ruby) - Constructor for class org.jruby.javasupport.JavaSupport
 
JavaSupportTestSuite - class org.jruby.javasupport.test.JavaSupportTestSuite.
 
JavaSupportTestSuite() - Constructor for class org.jruby.javasupport.test.JavaSupportTestSuite
 
JavaUtil - class org.jruby.javasupport.JavaUtil.
 
JavaUtil() - Constructor for class org.jruby.javasupport.JavaUtil
 
JumpException - exception org.jruby.exceptions.JumpException.
This class should be used for performance reasons if the Exception don't need a stack trace.
JumpException() - Constructor for class org.jruby.exceptions.JumpException
Constructor for JumpException.
JumpException(String) - Constructor for class org.jruby.exceptions.JumpException
Constructor for JumpException.
java_class() - Method in class org.jruby.javasupport.JavaObject
 
java_class_methods() - Method in class org.jruby.javasupport.JavaClass
 
java_instance_methods() - Method in class org.jruby.javasupport.JavaClass
 
java_method(IRubyObject[]) - Method in class org.jruby.javasupport.JavaClass
 
java_to_primitive(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
java_type() - Method in class org.jruby.javasupport.JavaObject
 
join(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_join_m
join(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
join() - Method in class org.jruby.ThreadClass
 
joinList() - Method in interface org.jruby.javasupport.test.RubyTestObject
 

K

KernelModule - class org.jruby.KernelModule.
 
KernelModule() - Constructor for class org.jruby.KernelModule
 
Keyword - class org.jruby.lexer.yacc.Keyword.
 
kALIAS - Static variable in class org.jruby.parser.DefaultRubyParser
 
kALIAS - Static variable in interface org.jruby.parser.Token
 
kAND - Static variable in class org.jruby.parser.DefaultRubyParser
 
kAND - Static variable in interface org.jruby.parser.Token
 
kBEGIN - Static variable in class org.jruby.parser.DefaultRubyParser
 
kBEGIN - Static variable in interface org.jruby.parser.Token
 
kBREAK - Static variable in class org.jruby.parser.DefaultRubyParser
 
kBREAK - Static variable in interface org.jruby.parser.Token
 
kCASE - Static variable in class org.jruby.parser.DefaultRubyParser
 
kCASE - Static variable in interface org.jruby.parser.Token
 
kCLASS - Static variable in class org.jruby.parser.DefaultRubyParser
 
kCLASS - Static variable in interface org.jruby.parser.Token
 
kDEF - Static variable in class org.jruby.parser.DefaultRubyParser
 
kDEF - Static variable in interface org.jruby.parser.Token
 
kDEFINED - Static variable in class org.jruby.parser.DefaultRubyParser
 
kDEFINED - Static variable in interface org.jruby.parser.Token
 
kDO - Static variable in class org.jruby.parser.DefaultRubyParser
 
kDO - Static variable in interface org.jruby.parser.Token
 
kDO_BLOCK - Static variable in class org.jruby.parser.DefaultRubyParser
 
kDO_BLOCK - Static variable in interface org.jruby.parser.Token
 
kDO_COND - Static variable in class org.jruby.parser.DefaultRubyParser
 
kDO_COND - Static variable in interface org.jruby.parser.Token
 
kELSE - Static variable in class org.jruby.parser.DefaultRubyParser
 
kELSE - Static variable in interface org.jruby.parser.Token
 
kELSIF - Static variable in class org.jruby.parser.DefaultRubyParser
 
kELSIF - Static variable in interface org.jruby.parser.Token
 
kEND - Static variable in class org.jruby.parser.DefaultRubyParser
 
kEND - Static variable in interface org.jruby.parser.Token
 
kENSURE - Static variable in class org.jruby.parser.DefaultRubyParser
 
kENSURE - Static variable in interface org.jruby.parser.Token
 
kFALSE - Static variable in class org.jruby.parser.DefaultRubyParser
 
kFALSE - Static variable in interface org.jruby.parser.Token
 
kFOR - Static variable in class org.jruby.parser.DefaultRubyParser
 
kFOR - Static variable in interface org.jruby.parser.Token
 
kIF - Static variable in class org.jruby.parser.DefaultRubyParser
 
kIF - Static variable in interface org.jruby.parser.Token
 
kIF_MOD - Static variable in class org.jruby.parser.DefaultRubyParser
 
kIF_MOD - Static variable in interface org.jruby.parser.Token
 
kIN - Static variable in class org.jruby.parser.DefaultRubyParser
 
kIN - Static variable in interface org.jruby.parser.Token
 
kMODULE - Static variable in class org.jruby.parser.DefaultRubyParser
 
kMODULE - Static variable in interface org.jruby.parser.Token
 
kNEXT - Static variable in class org.jruby.parser.DefaultRubyParser
 
kNEXT - Static variable in interface org.jruby.parser.Token
 
kNIL - Static variable in class org.jruby.parser.DefaultRubyParser
 
kNIL - Static variable in interface org.jruby.parser.Token
 
kNOT - Static variable in class org.jruby.parser.DefaultRubyParser
 
kNOT - Static variable in interface org.jruby.parser.Token
 
kOR - Static variable in class org.jruby.parser.DefaultRubyParser
 
kOR - Static variable in interface org.jruby.parser.Token
 
kREDO - Static variable in class org.jruby.parser.DefaultRubyParser
 
kREDO - Static variable in interface org.jruby.parser.Token
 
kRESCUE - Static variable in class org.jruby.parser.DefaultRubyParser
 
kRESCUE - Static variable in interface org.jruby.parser.Token
 
kRESCUE_MOD - Static variable in class org.jruby.parser.DefaultRubyParser
 
kRESCUE_MOD - Static variable in interface org.jruby.parser.Token
 
kRETRY - Static variable in class org.jruby.parser.DefaultRubyParser
 
kRETRY - Static variable in interface org.jruby.parser.Token
 
kRETURN - Static variable in class org.jruby.parser.DefaultRubyParser
 
kRETURN - Static variable in interface org.jruby.parser.Token
 
kSELF - Static variable in class org.jruby.parser.DefaultRubyParser
 
kSELF - Static variable in interface org.jruby.parser.Token
 
kSUPER - Static variable in class org.jruby.parser.DefaultRubyParser
 
kSUPER - Static variable in interface org.jruby.parser.Token
 
kTHEN - Static variable in class org.jruby.parser.DefaultRubyParser
 
kTHEN - Static variable in interface org.jruby.parser.Token
 
kTRUE - Static variable in class org.jruby.parser.DefaultRubyParser
 
kTRUE - Static variable in interface org.jruby.parser.Token
 
kUNDEF - Static variable in class org.jruby.parser.DefaultRubyParser
 
kUNDEF - Static variable in interface org.jruby.parser.Token
 
kUNLESS - Static variable in class org.jruby.parser.DefaultRubyParser
 
kUNLESS - Static variable in interface org.jruby.parser.Token
 
kUNLESS_MOD - Static variable in class org.jruby.parser.DefaultRubyParser
 
kUNLESS_MOD - Static variable in interface org.jruby.parser.Token
 
kUNTIL - Static variable in class org.jruby.parser.DefaultRubyParser
 
kUNTIL - Static variable in interface org.jruby.parser.Token
 
kUNTIL_MOD - Static variable in class org.jruby.parser.DefaultRubyParser
 
kUNTIL_MOD - Static variable in interface org.jruby.parser.Token
 
kWHEN - Static variable in class org.jruby.parser.DefaultRubyParser
 
kWHEN - Static variable in interface org.jruby.parser.Token
 
kWHILE - Static variable in class org.jruby.parser.DefaultRubyParser
 
kWHILE - Static variable in interface org.jruby.parser.Token
 
kWHILE_MOD - Static variable in class org.jruby.parser.DefaultRubyParser
 
kWHILE_MOD - Static variable in interface org.jruby.parser.Token
 
kYIELD - Static variable in class org.jruby.parser.DefaultRubyParser
 
kYIELD - Static variable in interface org.jruby.parser.Token
 
k__FILE__ - Static variable in class org.jruby.parser.DefaultRubyParser
 
k__FILE__ - Static variable in interface org.jruby.parser.Token
 
k__LINE__ - Static variable in class org.jruby.parser.DefaultRubyParser
 
k__LINE__ - Static variable in interface org.jruby.parser.Token
 
keys() - Method in class org.jruby.RubyHash
 
kind_of(IRubyObject) - Method in class org.jruby.RubyObject
rb_obj_is_kind_of
klBEGIN - Static variable in class org.jruby.parser.DefaultRubyParser
 
klBEGIN - Static variable in interface org.jruby.parser.Token
 
klEND - Static variable in class org.jruby.parser.DefaultRubyParser
 
klEND - Static variable in interface org.jruby.parser.Token
 
klass - Variable in class org.jruby.runtime.callback.AbstractCallback
 

L

LAST_TOKEN - Static variable in class org.jruby.parser.DefaultRubyParser
 
LAST_TOKEN - Static variable in interface org.jruby.parser.Token
 
LastCallStatus - class org.jruby.runtime.LastCallStatus.
 
LastCallStatus(Ruby) - Constructor for class org.jruby.runtime.LastCallStatus
 
LexState - class org.jruby.lexer.yacc.LexState.
 
LexerException - exception org.jruby.lexer.yacc.LexerException.
 
LexerException() - Constructor for class org.jruby.lexer.yacc.LexerException
 
LexerFactory - class org.ablaf.lexer.LexerFactory.
Provides factory methods for creating default implementations of the interfaces in the org.ablaf.lexer package.
LexerFactory() - Constructor for class org.ablaf.lexer.LexerFactory
 
Library - interface org.jruby.runtime.load.Library.
 
LinkedObject - class org.jruby.internal.util.collections.LinkedObject.
 
LinkedObject(Object) - Constructor for class org.jruby.internal.util.collections.LinkedObject
Constructor for LinkedObject.
LinkedObject(Object, LinkedObject) - Constructor for class org.jruby.internal.util.collections.LinkedObject
 
LinkedObjectIterator - class org.jruby.internal.util.collections.LinkedObjectIterator.
 
LinkedObjectIterator(LinkedObject) - Constructor for class org.jruby.internal.util.collections.LinkedObjectIterator
Constructor for LinkedObjectIterator.
ListNodeUtil - class org.jruby.ast.util.ListNodeUtil.
Some IListNode utils.
ListNodeUtil() - Constructor for class org.jruby.ast.util.ListNodeUtil
 
ListObject - interface org.jruby.util.collections.ListObject.
 
LoadError - exception org.jruby.exceptions.LoadError.
 
LoadError(Ruby, String) - Constructor for class org.jruby.exceptions.LoadError
Constructs an LoadError with the specified detail message.
LoadService - class org.jruby.internal.runtime.load.LoadService.
 
LoadService(Ruby) - Constructor for class org.jruby.internal.runtime.load.LoadService
Constructor for LoadService.
LoadServiceFactory - class org.jruby.runtime.load.LoadServiceFactory.
 
LocalAsgnNode - class org.jruby.ast.LocalAsgnNode.
local variable assignment node.
LocalAsgnNode(ISourcePosition, int, INode) - Constructor for class org.jruby.ast.LocalAsgnNode
 
LocalNamesElement - class org.jruby.parser.LocalNamesElement.
 
LocalNamesElement() - Constructor for class org.jruby.parser.LocalNamesElement
 
LocalNamesStack - class org.jruby.parser.LocalNamesStack.
 
LocalNamesStack() - Constructor for class org.jruby.parser.LocalNamesStack
 
LocalVarNode - class org.jruby.ast.LocalVarNode.
 
LocalVarNode(ISourcePosition, int) - Constructor for class org.jruby.ast.LocalVarNode
 
last() - Method in class org.jruby.RubyArray
rb_ary_last
last() - Method in class org.jruby.RubyRange
 
last_match(IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_last_match
last_match_s(IRubyObject) - Static method in class org.jruby.RubyRegexp
 
ldexp(IRubyObject, RubyNumeric, RubyNumeric) - Static method in class org.jruby.RubyMath
 
length() - Method in class org.jruby.RubyArray
rb_ary_length
length() - Method in class org.jruby.RubyRange
 
length() - Method in class org.jruby.RubyString
rb_str_length
length() - Method in class org.jruby.javasupport.JavaArray
 
length() - Method in class org.jruby.javasupport.JavaObject
 
lineNumber - Variable in class org.jruby.RubyIO
 
lineOffset - Variable in class org.ablaf.internal.lexer.DefaultLexerSupport
 
lineno() - Method in class org.jruby.RubyIO
Returns the current line number.
lineno_set(RubyFixnum) - Method in class org.jruby.RubyIO
Sets the current line number.
list(IRubyObject) - Static method in class org.jruby.ThreadClass
 
list - Variable in class org.jruby.internal.util.collections.Stack
 
ljust(IRubyObject) - Method in class org.jruby.RubyString
rb_str_ljust
load(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
load(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyMarshal
 
load(String) - Static method in class org.jruby.ast.util.AstPersistenceDelegates
 
load(String) - Method in class org.jruby.internal.runtime.load.LoadService
 
load(Ruby) - Method in class org.jruby.libraries.RbConfig
 
load(Ruby) - Method in class org.jruby.libraries.ThreadLibrary
 
load(Ruby) - Method in class org.jruby.runtime.load.ExternalScript
 
load(Ruby, String) - Method in interface org.jruby.runtime.load.IAutoloadMethod
 
load(String) - Method in interface org.jruby.runtime.load.ILoadService
 
load(Ruby) - Method in class org.jruby.runtime.load.JarredScript
 
load(Ruby) - Method in interface org.jruby.runtime.load.Library
 
load(Ruby) - Method in class org.jruby.util.BuiltinScript
 
loadAndCall(IRubyObject, String, byte[], String) - Static method in class org.jruby.util.TestHelper
Used by JVM bytecode compiler tests to run compiled code
loadClass(String) - Static method in class org.jruby.ast.util.AstPersistenceDelegates
 
loadFile(File, boolean) - Method in class org.jruby.Ruby
Loads, compiles and interprets a Ruby file.
loadJavaClass(String) - Method in class org.jruby.javasupport.JavaSupport
 
loadNode(String, INode, boolean) - Method in class org.jruby.Ruby
 
loadPaths() - Method in class org.jruby.util.CommandlineParser
 
loadScript(RubyString, RubyString, boolean) - Method in class org.jruby.Ruby
This method compiles and interprets a Ruby script.
loadScript(String, Reader, boolean) - Method in class org.jruby.Ruby
 
localVariable1 - Variable in class org.jruby.util.TestHelper
 
local_variables(IRubyObject) - Static method in class org.jruby.KernelModule
Returns an Array with the names of all local variables.
localtime() - Method in class org.jruby.RubyTime
 
lock() - Method in class org.jruby.libraries.Mutex
 
locked_p() - Method in class org.jruby.libraries.Mutex
 
log(IRubyObject, RubyNumeric) - Static method in class org.jruby.RubyMath
Returns the natural logarithm of x.
log10(IRubyObject, RubyNumeric) - Static method in class org.jruby.RubyMath
Returns the base 10 logarithm of x.
lookup(String) - Method in class org.jruby.RubySymbol.SymbolTable
 
lookup(long) - Method in class org.jruby.RubySymbol.SymbolTable
 
loop(IRubyObject) - Static method in class org.jruby.KernelModule
 
lstat(IRubyObject, RubyString) - Static method in class org.jruby.RubyFile
 

M

MARSHAL_MAJOR - Static variable in interface org.jruby.runtime.Constants
 
MARSHAL_MINOR - Static variable in interface org.jruby.runtime.Constants
 
MAX - Static variable in class org.jruby.RubyFixnum
 
MIN - Static variable in class org.jruby.RubyFixnum
 
MODULE_FUNCTION - Static variable in class org.jruby.runtime.Visibility
 
Main - class org.jruby.Main.
Class used to launch the interpreter.
Main() - Constructor for class org.jruby.Main
 
MainTestSuite - class org.jruby.test.MainTestSuite.
 
MainTestSuite() - Constructor for class org.jruby.test.MainTestSuite
 
MarshalCache - class org.jruby.runtime.marshal.MarshalCache.
 
MarshalCache() - Constructor for class org.jruby.runtime.marshal.MarshalCache
 
MarshalStream - class org.jruby.runtime.marshal.MarshalStream.
Marshals objects into Ruby's binary marshal format.
MarshalStream(Ruby, OutputStream, int) - Constructor for class org.jruby.runtime.marshal.MarshalStream
 
Match2Node - class org.jruby.ast.Match2Node.
 
Match2Node(ISourcePosition, INode, INode) - Constructor for class org.jruby.ast.Match2Node
 
Match3Node - class org.jruby.ast.Match3Node.
 
Match3Node(ISourcePosition, INode, INode) - Constructor for class org.jruby.ast.Match3Node
 
MatchNode - class org.jruby.ast.MatchNode.
 
MatchNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.MatchNode
 
Messages - class org.jruby.lexer.yacc.Messages.
 
MetaClass - class org.jruby.MetaClass.
 
MetaClass(Ruby, RubyClass) - Constructor for class org.jruby.MetaClass
 
MetaClass(Ruby, RubyClass, RubyClass) - Constructor for class org.jruby.MetaClass
 
Method - class org.jruby.Method.
The RubyMethod class represents a Method object.
Method(Ruby, RubyClass) - Constructor for class org.jruby.Method
 
MethodMethod - class org.jruby.internal.runtime.methods.MethodMethod.
 
MethodMethod(UnboundMethod, Visibility) - Constructor for class org.jruby.internal.runtime.methods.MethodMethod
Constructor for MethodMethod.
ModuleNode - class org.jruby.ast.ModuleNode.
Represents a module definition.
ModuleNode(ISourcePosition, String, ScopeNode) - Constructor for class org.jruby.ast.ModuleNode
 
MultipleAsgnNode - class org.jruby.ast.MultipleAsgnNode.
 
MultipleAsgnNode(ISourcePosition, IListNode, INode) - Constructor for class org.jruby.ast.MultipleAsgnNode
 
Mutex - class org.jruby.libraries.Mutex.
 
main(String[]) - Static method in class org.jruby.Main
 
main(String[]) - Static method in class org.jruby.javasupport.bsf.BSFExample
 
main(String[]) - Static method in class org.jruby.main.ASTSerializer
 
mainThread(IRubyObject) - Static method in class org.jruby.ThreadClass
 
makeMetaClass(RubyClass) - Method in class org.jruby.RubyObject
Create a new meta class.
marshalTo(MarshalStream) - Method in class org.jruby.RubyArray
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyBignum
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyBoolean
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyClass
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyFixnum
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyFloat
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyHash
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyModule
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyObject
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyRegexp
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyString
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyStruct
 
marshalTo(MarshalStream) - Method in class org.jruby.RubySymbol
 
marshalTo(MarshalStream) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method marshalTo.
match(IRubyObject) - Method in class org.jruby.RubyRegexp
rb_reg_match
match(IRubyObject) - Method in class org.jruby.RubyString
rb_str_match
match2() - Method in class org.jruby.RubyRegexp
rb_reg_match2
match2() - Method in class org.jruby.RubyString
rb_str_match2
matchEndPosition() - Method in class org.jruby.RubyMatchData
 
matchStartPosition() - Method in class org.jruby.RubyMatchData
 
match_last(IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_match_last
match_m(IRubyObject) - Method in class org.jruby.RubyRegexp
rb_reg_match_m
match_post(IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_match_post
match_pre(IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_match_pre
matches(String, String) - Method in class org.jruby.RubyDir
 
mday() - Method in class org.jruby.RubyTime
 
members(IRubyObject) - Static method in class org.jruby.RubyStruct
 
members() - Method in class org.jruby.RubyStruct
 
message - Variable in class org.jruby.RubyException
 
method - Variable in class org.jruby.Method
 
method(IRubyObject) - Method in class org.jruby.RubyObject
 
methodAdded(RubySymbol) - Method in class org.jruby.MetaClass
 
methodName - Variable in class org.jruby.Method
 
methodName - Variable in class org.jruby.runtime.callback.AbstractCallback
 
method_defined(IRubyObject) - Method in class org.jruby.RubyModule
 
method_missing(IRubyObject[]) - Method in class org.jruby.RubyObject
 
method_missing(IRubyObject[]) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method method_missing.
methods() - Method in class org.jruby.RubyObject
rb_obj_methods
min() - Method in class org.jruby.RubyTime
 
minus_one(Ruby) - Static method in class org.jruby.RubyFixnum
 
mkdir(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyDir
Creates the directory specified by path.
modes - Variable in class org.jruby.RubyIO
 
modes - Variable in class org.jruby.util.IOHandler
 
modify() - Method in class org.jruby.RubyArray
rb_ary_modify
modify() - Method in class org.jruby.RubyHash
rb_hash_modify
moduleNesting() - Method in class org.jruby.runtime.ThreadContext
 
module_eval(IRubyObject[]) - Method in class org.jruby.RubyModule
 
module_function(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_modfunc
modulo(RubyNumeric) - Method in class org.jruby.RubyNumeric
num_modulo
month() - Method in class org.jruby.RubyTime
 
mproc(IRubyObject) - Static method in class org.jruby.Method
Create a Proc object which is called like a ruby method.
multipleToSingle(IRubyObject) - Method in class org.jruby.evaluator.ValueConverter
 
multiplyWith(RubyInteger) - Method in class org.jruby.RubyBignum
 
multiplyWith(RubyFloat) - Method in class org.jruby.RubyBignum
 
multiplyWith(RubyFixnum) - Method in class org.jruby.RubyFixnum
 
multiplyWith(RubyInteger) - Method in class org.jruby.RubyFixnum
 
multiplyWith(RubyFloat) - Method in class org.jruby.RubyFixnum
 
multiplyWith(RubyNumeric) - Method in class org.jruby.RubyFloat
 
multiplyWith(RubyFloat) - Method in class org.jruby.RubyFloat
 
multiplyWith(RubyInteger) - Method in class org.jruby.RubyFloat
 
multiplyWith(RubyBignum) - Method in class org.jruby.RubyFloat
 
multiplyWith(RubyBignum) - Method in class org.jruby.RubyInteger
 
multiplyWith(RubyFixnum) - Method in class org.jruby.RubyNumeric
 
multiplyWith(RubyInteger) - Method in class org.jruby.RubyNumeric
 
multiplyWith(RubyFloat) - Method in class org.jruby.RubyNumeric
 
multiplyWith(RubyBignum) - Method in class org.jruby.RubyNumeric
 

N

NORMAL - Static variable in class org.jruby.runtime.CallType
 
NULL_ARRAY - Static variable in interface org.jruby.runtime.builtin.IRubyObject
 
NULL_CLASS_ARRAY - Static variable in class org.jruby.runtime.CallbackFactory
 
NameError - exception org.jruby.exceptions.NameError.
 
NameError(Ruby, String) - Constructor for class org.jruby.exceptions.NameError
Constructs an RubyTypeException with the specified detail message.
NameError(Ruby, RubyClass, String) - Constructor for class org.jruby.exceptions.NameError
 
NewlineNode - class org.jruby.ast.NewlineNode.
A new (logical) source code line.
NewlineNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.NewlineNode
 
NextJump - exception org.jruby.exceptions.NextJump.
The NextJump is thrown if a 'next' statement is evaluated.
NextJump() - Constructor for class org.jruby.exceptions.NextJump
Creates new NextJump
NextNode - class org.jruby.ast.NextNode.
Represents a 'next' statement.
NextNode(ISourcePosition) - Constructor for class org.jruby.ast.NextNode
 
NilNode - class org.jruby.ast.NilNode.
 
NilNode(ISourcePosition) - Constructor for class org.jruby.ast.NilNode
 
NoMethodError - exception org.jruby.exceptions.NoMethodError.
 
NoMethodError(Ruby, String) - Constructor for class org.jruby.exceptions.NoMethodError
 
NodeUtil - class org.jruby.ast.util.NodeUtil.
 
NodeUtil() - Constructor for class org.jruby.ast.util.NodeUtil
 
NodeVisitor - interface org.jruby.ast.visitor.NodeVisitor.
Visitor interface to be implemented by visitors of the jRuby AST.
NotImplementedError - exception org.jruby.exceptions.NotImplementedError.
.Exception indicating an unimplemented feature in JRuby.
NotImplementedError(Ruby) - Constructor for class org.jruby.exceptions.NotImplementedError
 
NotImplementedError(Ruby, String) - Constructor for class org.jruby.exceptions.NotImplementedError
 
NotNode - class org.jruby.ast.NotNode.
 
NotNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.NotNode
 
NthRefNode - class org.jruby.ast.NthRefNode.
Represents a $number variable.
NthRefNode(ISourcePosition, int) - Constructor for class org.jruby.ast.NthRefNode
 
NullErrorHandler - class org.ablaf.internal.common.NullErrorHandler.
 
NullErrorHandler() - Constructor for class org.ablaf.internal.common.NullErrorHandler
Constructor for NullErrorHandler.
name() - Method in class org.jruby.RubyModule
rb_mod_name
name() - Method in class org.jruby.javasupport.JavaClass
 
name() - Method in class org.jruby.javasupport.JavaField
 
name() - Method in class org.jruby.javasupport.JavaMethod
 
name - Variable in class org.jruby.lexer.yacc.Keyword
 
name() - Method in class org.jruby.runtime.GlobalVariable
 
nameIterator() - Method in class org.jruby.RubyClasses
Description of the Method
nameOnInspection() - Method in class org.jruby.javasupport.JavaCallable
 
nameOnInspection() - Method in class org.jruby.javasupport.JavaConstructor
 
nameOnInspection() - Method in class org.jruby.javasupport.JavaMethod
 
names() - Method in class org.jruby.runtime.DynamicVariableSet
 
nan_p() - Method in class org.jruby.RubyFloat
 
nesting(IRubyObject) - Static method in class org.jruby.RubyModule
Return an array of nested modules or classes.
newAndNode(INode, INode) - Method in class org.jruby.parser.ParserSupport
 
newArray() - Method in class org.jruby.Builtins
 
newArray(Ruby, long) - Static method in class org.jruby.RubyArray
rb_ary_new2
newArray(Ruby) - Static method in class org.jruby.RubyArray
rb_ary_new
newArray(Ruby, IRubyObject) - Static method in class org.jruby.RubyArray
 
newArray(Ruby, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyArray
rb_assoc_new
newArray(Ruby, ArrayList) - Static method in class org.jruby.RubyArray
 
newArray(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyArray
 
newBignum(Ruby, long) - Static method in class org.jruby.RubyBignum
 
newBignum(Ruby, double) - Static method in class org.jruby.RubyBignum
 
newBignum(Ruby, BigInteger) - Static method in class org.jruby.RubyBignum
 
newBignum(BigInteger) - Method in class org.jruby.RubyBignum
 
newBoolean(Ruby, boolean) - Static method in class org.jruby.RubyBoolean
 
newClass(Ruby, RubyClass, RubyModule, String) - Static method in class org.jruby.RubyClass
 
newClass(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyClass
rb_class_s_new
newException(Ruby, RubyClass, String) - Static method in class org.jruby.RubyException
 
newFixnum(Ruby, long) - Static method in class org.jruby.RubyFixnum
 
newFixnum(long) - Method in class org.jruby.RubyFixnum
 
newFloat(Ruby, double) - Static method in class org.jruby.RubyFloat
 
newHash(Ruby) - Static method in class org.jruby.RubyHash
 
newHash(Ruby, Map, IRubyObject) - Static method in class org.jruby.RubyHash
 
newIncludeClass(RubyClass) - Method in class org.jruby.IncludedModuleWrapper
include_class_new
newIncludeClass(RubyClass) - Method in class org.jruby.RubyModule
include_class_new
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArray
rb_ary_s_new
newInstance(IRubyObject[]) - Method in class org.jruby.RubyClass
rb_class_new_instance
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyDir
 
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyException
 
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyHash
 
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
rb_io_s_new
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProc
 
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRegexp
 
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyString
rb_str_s_new
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyStruct
Create new Struct class.
newInstance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.ThreadClass
Thread.new
newMethod(RubyModule, String, RubyModule, String, ICallable, IRubyObject) - Static method in class org.jruby.Method
 
newMethod(IRubyObject, String, boolean) - Method in class org.jruby.RubyModule
 
newModule(Ruby, String) - Static method in class org.jruby.RubyModule
 
newModule(Ruby, String, RubyModule) - Static method in class org.jruby.RubyModule
 
newModule(IRubyObject) - Static method in class org.jruby.RubyModule
 
newObject(RubyClass) - Method in class org.jruby.internal.runtime.builtin.ObjectFactory
 
newObject(RubyClass) - Method in interface org.jruby.runtime.builtin.IObjectFactory
 
newOrNode(INode, INode) - Method in class org.jruby.parser.ParserSupport
 
newProc(Ruby) - Static method in class org.jruby.RubyProc
 
newProxyObject(Class) - Method in class org.jruby.javasupport.RubyProxyFactory
Create a new instance of the RubyClass corresponding to the specified Java interface.
newProxyObject(Class, Object[]) - Method in class org.jruby.javasupport.RubyProxyFactory
 
newRange(Ruby, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.RubyRange
 
newRegexp(RubyString, int) - Static method in class org.jruby.RubyRegexp
 
newRegexp(Ruby, String, int) - Static method in class org.jruby.RubyRegexp
 
newSingletonClass() - Method in class org.jruby.RubyClass
 
newStack() - Method in class org.jruby.util.collections.CollectionFactory
 
newString(String) - Method in class org.jruby.RubyString
Create a new String which uses the same Ruby runtime and the same class like this String.
newString(Ruby, String) - Static method in class org.jruby.RubyString
rb_str_new2
newString(Ruby, String, int) - Static method in class org.jruby.RubyString
rb_str_new
newString(Ruby, byte[]) - Static method in class org.jruby.RubyString
 
newStruct(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyStruct
Create new Structure.
newSymbol(Ruby, String) - Static method in class org.jruby.RubySymbol
 
newToken(ISourcePosition) - Method in class org.jruby.lexer.yacc.StringToken
 
newUnboundMethod(RubyModule, String, RubyModule, String, ICallable) - Static method in class org.jruby.UnboundMethod
 
newUndefined(Ruby, String) - Static method in class org.jruby.internal.runtime.GlobalVariable
 
newVariable(String) - Method in interface org.ablaf.runtime.reflection.IGlobalVariables
 
new_array(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
new_array(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
new_at(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyTime
 
new_call(INode, String, INode) - Method in class org.jruby.parser.ParserSupport
 
new_fcall(String, INode, ISourcePosition) - Method in class org.jruby.parser.ParserSupport
 
new_float(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
new_instance(IRubyObject[]) - Method in class org.jruby.javasupport.JavaConstructor
 
new_integer(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
new_local(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyTime
 
new_proxy_instance(IRubyObject, IRubyObject[]) - Static method in class org.jruby.javasupport.Java
 
new_string(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
new_super(INode, ISourcePosition) - Method in class org.jruby.parser.ParserSupport
 
new_utc(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyTime
 
newline_node(INode, ISourcePosition) - Method in class org.jruby.parser.ParserSupport
Wraps node with NEWLINE node.
next() - Method in class org.jruby.RubyInteger
 
next - Variable in class org.jruby.internal.util.collections.LinkedObject
 
next() - Method in class org.jruby.internal.util.collections.LinkedObjectIterator
 
nextArgsFile() - Method in class org.jruby.RubyArgsFile
 
nilArray(Ruby) - Static method in class org.jruby.RubyArray
 
nilHash(Ruby) - Static method in class org.jruby.RubyHash
 
nilObject(Ruby) - Static method in class org.jruby.RubyObject
 
nilString(Ruby) - Static method in class org.jruby.RubyString
 
nilSymbol(Ruby) - Static method in class org.jruby.RubySymbol
 
nitems() - Method in class org.jruby.RubyArray
rb_ary_nitems
noArgs() - Method in interface org.jruby.javasupport.test.RubyTestObject
 
noArguments() - Static method in class org.jruby.runtime.Arity
 
node_assign(INode, INode) - Method in class org.jruby.parser.ParserSupport
 
nonzero_p() - Method in class org.jruby.RubyNumeric
num_nonzero_p
notNull(Object, String) - Static method in class org.jruby.util.Asserts
If the assertion fails (i.e.
notNull(Object) - Static method in class org.jruby.util.Asserts
If the assertion fails (i.e.
notReached() - Static method in class org.jruby.util.Asserts
If the assertion fails (i.e.
notReached(String) - Static method in class org.jruby.util.Asserts
If the assertion fails (i.e.
nth_match(int, IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_nth_match
num2long(IRubyObject) - Static method in class org.jruby.RubyNumeric
 
numericValue(IRubyObject) - Static method in class org.jruby.RubyNumeric
 

O

ORORegexpAdapter - class org.jruby.runtime.regexp.ORORegexpAdapter.
Regexp adapter for Jakarta ORO.
ORORegexpAdapter() - Constructor for class org.jruby.runtime.regexp.ORORegexpAdapter
 
ObjectFactory - class org.jruby.internal.runtime.builtin.ObjectFactory.
 
ObjectFactory(Ruby) - Constructor for class org.jruby.internal.runtime.builtin.ObjectFactory
Constructor for ObjectFactory.
ObjectSpace - class org.jruby.runtime.ObjectSpace.
 
ObjectSpace() - Constructor for class org.jruby.runtime.ObjectSpace
 
OpAsgnAndNode - class org.jruby.ast.OpAsgnAndNode.
 
OpAsgnAndNode(ISourcePosition, INode, INode) - Constructor for class org.jruby.ast.OpAsgnAndNode
 
OpAsgnNode - class org.jruby.ast.OpAsgnNode.
 
OpAsgnNode(ISourcePosition, INode, INode, String, String) - Constructor for class org.jruby.ast.OpAsgnNode
 
OpAsgnOrNode - class org.jruby.ast.OpAsgnOrNode.
 
OpAsgnOrNode(ISourcePosition, INode, INode) - Constructor for class org.jruby.ast.OpAsgnOrNode
 
OpElementAsgnNode - class org.jruby.ast.OpElementAsgnNode.
Represents an operator assignment to an element.
OpElementAsgnNode(ISourcePosition, INode, String, INode, INode) - Constructor for class org.jruby.ast.OpElementAsgnNode
 
OptNNode - class org.jruby.ast.OptNNode.
 
OptNNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.OptNNode
 
OrNode - class org.jruby.ast.OrNode.
 
OrNode(ISourcePosition, INode, INode) - Constructor for class org.jruby.ast.OrNode
 
objAsString(IRubyObject) - Static method in class org.jruby.RubyString
rb_obj_as_string
objectSpace - Variable in class org.jruby.Ruby
 
oct() - Method in class org.jruby.RubyString
rb_str_oct
offset(RubyFixnum) - Method in class org.jruby.RubyMatchData
match_offset
one(Ruby) - Static method in class org.jruby.RubyFixnum
 
op_and(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_and
op_and(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_and(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_and(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyNil
nil_and
op_cmp(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_cmp
op_cmp(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_cmp
op_cmp(IRubyObject) - Method in class org.jruby.RubyString
rb_str_cmp_m
op_cmp(IRubyObject) - Method in class org.jruby.RubyTime
 
op_cmp(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
op_diff(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_diff
op_div(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_div(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_div(RubyNumeric) - Method in class org.jruby.RubyFloat
 
op_eqq(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_eqq
op_eqq(IRubyObject) - Method in class org.jruby.RubyRange
 
op_ge(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
 
op_ge(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_ge
op_gt(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
 
op_gt(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_gt
op_invert() - Method in class org.jruby.RubyBignum
 
op_le(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
 
op_le(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_le
op_lshift(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_lshift(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_lt(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
 
op_lt(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_lt
op_minus(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_minus(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_minus(RubyNumeric) - Method in class org.jruby.RubyFloat
 
op_minus(IRubyObject) - Method in class org.jruby.RubyTime
 
op_mod(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_mod(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_mod(RubyNumeric) - Method in class org.jruby.RubyFloat
 
op_mul(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_mul(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_mul(RubyNumeric) - Method in class org.jruby.RubyFloat
 
op_mul(IRubyObject) - Method in class org.jruby.RubyString
rb_str_mul
op_or(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_or
op_or(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_or(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_or(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyNil
nil_or
op_plus(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_plus
op_plus(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_plus(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_plus(RubyNumeric) - Method in class org.jruby.RubyFloat
 
op_plus(IRubyObject) - Method in class org.jruby.RubyString
rb_str_plus
op_plus(IRubyObject) - Method in class org.jruby.RubyTime
 
op_pow(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_pow(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_pow(RubyNumeric) - Method in class org.jruby.RubyFloat
 
op_rshift(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_rshift(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_times(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_times
op_uminus() - Method in class org.jruby.RubyBignum
 
op_uminus() - Method in class org.jruby.RubyFloat
 
op_uminus() - Method in class org.jruby.RubyNumeric
num_uminus
op_uplus() - Method in class org.jruby.RubyNumeric
num_uplus
op_xor(RubyNumeric) - Method in class org.jruby.RubyBignum
 
op_xor(RubyNumeric) - Method in class org.jruby.RubyFixnum
 
op_xor(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyNil
nil_xor
open(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
open(IRubyObject, RubyString) - Static method in class org.jruby.RubyDir
Returns a new directory object for path.
open(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
open(IRubyObject, IRubyObject[], boolean) - Static method in class org.jruby.RubyFile
 
openDecoder(InputStream) - Method in interface org.ablaf.ast.IAstMarshal
 
openDecoder(InputStream) - Method in class org.ablaf.internal.ast.SerializationAstMarshal
 
openDecoder(InputStream) - Method in class org.ablaf.internal.ast.XmlAstMarshal
 
openEncoder(OutputStream) - Method in interface org.ablaf.ast.IAstMarshal
 
openEncoder(OutputStream) - Method in class org.ablaf.internal.ast.SerializationAstMarshal
 
openEncoder(OutputStream) - Method in class org.ablaf.internal.ast.XmlAstMarshal
 
openInternal(String, String) - Method in class org.jruby.RubyFile
 
operators - Static variable in interface org.jruby.parser.Token
 
optional() - Static method in class org.jruby.runtime.Arity
 
org.ablaf.ast - package org.ablaf.ast
 
org.ablaf.ast.visitor - package org.ablaf.ast.visitor
 
org.ablaf.common - package org.ablaf.common
 
org.ablaf.internal.ast - package org.ablaf.internal.ast
 
org.ablaf.internal.common - package org.ablaf.internal.common
 
org.ablaf.internal.lexer - package org.ablaf.internal.lexer
 
org.ablaf.lexer - package org.ablaf.lexer
 
org.ablaf.parser - package org.ablaf.parser
 
org.ablaf.runtime - package org.ablaf.runtime
 
org.ablaf.runtime.reflection - package org.ablaf.runtime.reflection
 
org.jruby - package org.jruby
 
org.jruby.ast - package org.jruby.ast
 
org.jruby.ast.types - package org.jruby.ast.types
 
org.jruby.ast.util - package org.jruby.ast.util
 
org.jruby.ast.visitor - package org.jruby.ast.visitor
Provide the infrastructure to apply the visitor pattern to the tree of nodes produced by compiling a ruby script.
org.jruby.common - package org.jruby.common
 
org.jruby.compiler - package org.jruby.compiler
 
org.jruby.evaluator - package org.jruby.evaluator
 
org.jruby.exceptions - package org.jruby.exceptions
 
org.jruby.internal.runtime - package org.jruby.internal.runtime
 
org.jruby.internal.runtime.builtin - package org.jruby.internal.runtime.builtin
 
org.jruby.internal.runtime.load - package org.jruby.internal.runtime.load
 
org.jruby.internal.runtime.methods - package org.jruby.internal.runtime.methods
 
org.jruby.internal.util - package org.jruby.internal.util
 
org.jruby.internal.util.collections - package org.jruby.internal.util.collections
 
org.jruby.javasupport - package org.jruby.javasupport
 
org.jruby.javasupport.bsf - package org.jruby.javasupport.bsf
 
org.jruby.javasupport.test - package org.jruby.javasupport.test
 
org.jruby.lexer.yacc - package org.jruby.lexer.yacc
 
org.jruby.libraries - package org.jruby.libraries
 
org.jruby.main - package org.jruby.main
 
org.jruby.parser - package org.jruby.parser
 
org.jruby.runtime - package org.jruby.runtime
 
org.jruby.runtime.builtin - package org.jruby.runtime.builtin
 
org.jruby.runtime.callback - package org.jruby.runtime.callback
 
org.jruby.runtime.load - package org.jruby.runtime.load
 
org.jruby.runtime.marshal - package org.jruby.runtime.marshal
 
org.jruby.runtime.regexp - package org.jruby.runtime.regexp
 
org.jruby.test - package org.jruby.test
 
org.jruby.util - package org.jruby.util
 
org.jruby.util.ant - package org.jruby.util.ant
 
org.jruby.util.collections - package org.jruby.util.collections
 
originModule - Variable in class org.jruby.Method
 
originName - Variable in class org.jruby.Method
 
originalFillInStackTrace() - Method in class org.jruby.exceptions.JumpException
 
output - Variable in class org.jruby.util.IOHandlerUnseekable
 

P

PLATFORM - Static variable in interface org.jruby.runtime.Constants
 
PRIVATE - Static variable in class org.jruby.runtime.Visibility
 
PROTECTED - Static variable in class org.jruby.runtime.Visibility
 
PUBLIC - Static variable in class org.jruby.runtime.Visibility
 
Pack - class org.jruby.util.Pack.
 
Pack() - Constructor for class org.jruby.util.Pack
 
Pack.Converter - class org.jruby.util.Pack.Converter.
 
Pack.Converter(int) - Constructor for class org.jruby.util.Pack.Converter
 
Parser - class org.jruby.parser.Parser.
 
Parser(Ruby) - Constructor for class org.jruby.parser.Parser
 
ParserSupport - class org.jruby.parser.ParserSupport.
Ruby 1.6.7 compatible.
ParserSupport() - Constructor for class org.jruby.parser.ParserSupport
 
PostExeNode - class org.jruby.ast.PostExeNode.
 
PostExeNode(ISourcePosition) - Constructor for class org.jruby.ast.PostExeNode
 
PrintfFormat - class org.jruby.util.PrintfFormat.
PrintfFormat is a Java implementation of the sprintf utility.
PrintfFormat(String) - Constructor for class org.jruby.util.PrintfFormat
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
PrintfFormat(Locale, String) - Constructor for class org.jruby.util.PrintfFormat
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
ProcMethod - class org.jruby.internal.runtime.methods.ProcMethod.
 
ProcMethod(RubyProc, Visibility) - Constructor for class org.jruby.internal.runtime.methods.ProcMethod
Constructor for ProcMethod.
p(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
pack(IRubyObject) - Method in class org.jruby.RubyArray
 
pack(ArrayList, RubyString) - Static method in class org.jruby.util.Pack
pack_pack Template characters for Array#pack Directive Meaning
Directive Meaning @ Moves to absolute position A ASCII string (space padded, count is width) a ASCII string (null padded, count is width) B Bit string (descending bit order) b Bit string (ascending bit order) C Unsigned char c Char d Double-precision float, native format E Double-precision float, little-endian byte order e Single-precision float, little-endian byte order f Single-precision float, native format G Double-precision float, network (big-endian) byte order g Single-precision float, network (big-endian) byte order H Hex string (high nibble first) h Hex string (low nibble first) I Unsigned integer i Integer L Unsigned long l Long M Quoted printable, MIME encoding (see RFC2045) m Base64 encoded string N Long, network (big-endian) byte order n Short, network (big-endian) byte-order P Pointer to a structure (fixed-length string) p Pointer to a null-terminated string S Unsigned short s Short U UTF-8 u UU-encoded string V Long, little-endian byte order v Short, little-endian byte order X Back up a byte x Null byte Z Same as ``A'' Packs the contents of arr into a binary sequence according to the directives in aTemplateString (see preceding table).
packageRestArgumentsForReflection(Object[]) - Method in class org.jruby.runtime.callback.AbstractCallback
 
parameterTypes() - Method in class org.jruby.javasupport.JavaCallable
 
parameterTypes() - Method in class org.jruby.javasupport.JavaConstructor
 
parameterTypes() - Method in class org.jruby.javasupport.JavaMethod
 
parentModule - Variable in class org.jruby.RubyModule
 
parse(ILexerSource) - Method in interface org.ablaf.parser.IParser
 
parse(Reader, String) - Method in class org.jruby.Ruby
 
parse(String, String) - Method in class org.jruby.Ruby
 
parse(ILexerSource) - Method in class org.jruby.parser.DefaultRubyParser
The parse method use an lexer stream and parse it to an AST node structure
parse(String, String) - Method in class org.jruby.parser.Parser
 
parse(String, Reader) - Method in class org.jruby.parser.Parser
 
parse(String, String, List) - Method in class org.jruby.parser.Parser
 
parse(String, ParsePosition) - Method in class org.jruby.util.RubyDateFormat
 
pass(IRubyObject) - Static method in class org.jruby.ThreadClass
 
path - Variable in class org.jruby.RubyDir
 
path - Variable in class org.jruby.RubyFile
 
path - Variable in class org.jruby.util.IOHandlerSeekable
 
peek() - Method in class org.jruby.internal.util.collections.Stack
 
peek() - Method in class org.jruby.util.collections.ArrayStack
 
peek() - Method in interface org.jruby.util.collections.IStack
 
pid() - Method in class org.jruby.RubyIO
Return the process id (pid) of the process this IO object spawned.
pid() - Method in class org.jruby.util.IOHandler
Get the process ID associated with this handler.
pid() - Method in class org.jruby.util.IOHandlerSeekable
 
pid() - Method in class org.jruby.util.IOHandlerUnseekable
 
pollThreadEvents() - Method in class org.jruby.ThreadClass
 
pollThreadEvents() - Method in class org.jruby.runtime.ThreadContext
 
pop() - Method in class org.jruby.RubyArray
rb_ary_pop
pop() - Method in class org.jruby.internal.util.collections.Stack
 
pop() - Method in class org.jruby.parser.BlockNamesStack
 
pop() - Method in class org.jruby.runtime.FrameStack
 
pop() - Method in class org.jruby.runtime.ScopeStack
 
pop() - Method in class org.jruby.util.collections.AbstractStack
 
pop() - Method in class org.jruby.util.collections.ArrayStack
 
pop() - Method in interface org.jruby.util.collections.IStack
 
popClass() - Method in class org.jruby.runtime.ThreadContext
 
popDynamicVars() - Method in class org.jruby.runtime.ThreadContext
 
pos() - Method in class org.jruby.RubyIO
 
pos() - Method in class org.jruby.util.IOHandler
Get the current position within the file associated with this handler.
pos() - Method in class org.jruby.util.IOHandlerSeekable
 
pos() - Method in class org.jruby.util.IOHandlerUnseekable
 
pos_set(RubyFixnum) - Method in class org.jruby.RubyIO
 
post_match() - Method in class org.jruby.RubyMatchData
match_post_match
pre_match() - Method in class org.jruby.RubyMatchData
match_pre_match
prec(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyPrecision
 
prec_f(IRubyObject) - Static method in class org.jruby.RubyPrecision
 
prec_i(IRubyObject) - Static method in class org.jruby.RubyPrecision
 
previous() - Method in class org.jruby.internal.util.collections.Stack
 
primitiveToWrapper(Class) - Static method in class org.jruby.javasupport.JavaUtil
 
primitive_p() - Method in class org.jruby.javasupport.JavaClass
 
primitive_to_java(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
print(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
print(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
Print some objects to the stream.
printError(RubyException) - Method in class org.jruby.Ruby
Prints an error with backtrace to the error stream.
printUsage() - Static method in class org.jruby.Main
 
printf(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
printf(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
 
priority() - Method in class org.jruby.ThreadClass
 
priority_set(IRubyObject) - Method in class org.jruby.ThreadClass
 
private_class_method(IRubyObject[]) - Method in class org.jruby.RubyModule
 
private_instance_methods(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_class_private_instance_methods
private_methods() - Method in class org.jruby.RubyObject
rb_obj_private_methods
proc(IRubyObject) - Static method in class org.jruby.KernelModule
 
processLineEnds - Variable in class org.jruby.util.CommandlineParser
 
protected_instance_methods(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_class_protected_instance_methods
protected_methods() - Method in class org.jruby.RubyObject
rb_obj_protected_methods
public_class_method(IRubyObject[]) - Method in class org.jruby.RubyModule
 
public_p() - Method in class org.jruby.javasupport.JavaClass
 
public_p() - Method in class org.jruby.javasupport.JavaField
 
public_p() - Method in class org.jruby.javasupport.JavaMethod
 
push(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_push_m
push(Object) - Method in class org.jruby.internal.util.collections.Stack
 
push(StackElement) - Method in class org.jruby.parser.BlockNamesStack
 
push() - Method in class org.jruby.parser.BlockNamesStack
 
push(List) - Method in class org.jruby.parser.BlockNamesStack
 
push() - Method in class org.jruby.parser.LocalNamesStack
 
push(INode, ICallable, IRubyObject) - Method in class org.jruby.runtime.BlockStack
 
push() - Method in class org.jruby.runtime.FrameStack
 
push(String[]) - Method in class org.jruby.runtime.ScopeStack
 
push(List) - Method in class org.jruby.runtime.ScopeStack
 
push(StackElement) - Method in class org.jruby.runtime.ScopeStack
 
push() - Method in class org.jruby.runtime.ScopeStack
 
push(StackElement) - Method in class org.jruby.util.collections.AbstractStack
 
push(Object) - Method in class org.jruby.util.collections.ArrayStack
 
push(Object) - Method in interface org.jruby.util.collections.IStack
 
pushClass(RubyModule) - Method in class org.jruby.runtime.ThreadContext
 
pushCopy() - Method in class org.jruby.runtime.FrameStack
 
pushDynamicVars() - Method in class org.jruby.runtime.ThreadContext
 
putClass(String, RubyModule) - Method in class org.jruby.RubyClasses
Description of the Method
putJavaObjectIntoCache(JavaObject) - Method in class org.jruby.javasupport.JavaSupport
 
putc(IRubyObject) - Method in class org.jruby.RubyIO
 
putc(int) - Method in class org.jruby.util.IOHandler
 
puts(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
puts(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
 

Q

quote(String) - Static method in class org.jruby.RubyRegexp
 
quote(IRubyObject, RubyString) - Static method in class org.jruby.RubyRegexp
rb_reg_s_quote

R

RE_MAY_IGNORECASE - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_EXTENDED - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_IGNORECASE - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_LONGEST - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_MULTILINE - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_POSIXLINE - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_SINGLELINE - Static variable in interface org.jruby.parser.ReOptions
 
RUBY_MAJOR_VERSION - Static variable in interface org.jruby.runtime.Constants
 
RUBY_VERSION - Static variable in interface org.jruby.runtime.Constants
 
RaiseException - exception org.jruby.exceptions.RaiseException.
 
RaiseException(RubyException) - Constructor for class org.jruby.exceptions.RaiseException
 
RaiseException(Ruby, RubyClass, String) - Constructor for class org.jruby.exceptions.RaiseException
 
RaiseException(Ruby, String, String) - Constructor for class org.jruby.exceptions.RaiseException
 
RangeError - exception org.jruby.exceptions.RangeError.
 
RangeError(Ruby, String) - Constructor for class org.jruby.exceptions.RangeError
Constructs an RubyTypeException with the specified detail message.
RbConfig - class org.jruby.libraries.RbConfig.
 
RbConfig() - Constructor for class org.jruby.libraries.RbConfig
 
ReOptions - interface org.jruby.parser.ReOptions.
 
ReaderLexerSource - class org.ablaf.internal.lexer.ReaderLexerSource.
Default ILexerSource based on java.io.Reader.
ReaderLexerSource(String, Reader) - Constructor for class org.ablaf.internal.lexer.ReaderLexerSource
Constructor for ReaderLexerSource.
ReadonlyAccessor - class org.jruby.internal.runtime.ReadonlyAccessor.
 
ReadonlyAccessor(String, IAccessor) - Constructor for class org.jruby.internal.runtime.ReadonlyAccessor
 
ReadonlyGlobalVariable - class org.jruby.runtime.ReadonlyGlobalVariable.
 
ReadonlyGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.runtime.ReadonlyGlobalVariable
 
RedoJump - exception org.jruby.exceptions.RedoJump.
The RedoJump is thrown if a 'redo' statement is evaluated.
RedoJump() - Constructor for class org.jruby.exceptions.RedoJump
Creates new RedoJump
RedoNode - class org.jruby.ast.RedoNode.
 
RedoNode(ISourcePosition) - Constructor for class org.jruby.ast.RedoNode
 
ReflectionCallback - class org.jruby.runtime.callback.ReflectionCallback.
 
ReflectionCallback(Class, String, Class[], boolean, boolean, Arity) - Constructor for class org.jruby.runtime.callback.ReflectionCallback
 
ReflectionCallbackFactory - class org.jruby.runtime.callback.ReflectionCallbackFactory.
 
ReflectionCallbackFactory() - Constructor for class org.jruby.runtime.callback.ReflectionCallbackFactory
 
ReflectionClassMap - class org.jruby.javasupport.ReflectionClassMap.
 
ReflectionClassMap(String) - Constructor for class org.jruby.javasupport.ReflectionClassMap
 
ReflectionClassMap(Package) - Constructor for class org.jruby.javasupport.ReflectionClassMap
 
ReflectionException - exception org.ablaf.runtime.reflection.ReflectionException.
 
ReflectionException() - Constructor for class org.ablaf.runtime.reflection.ReflectionException
Constructor for ReflectionException.
ReflectionException(String) - Constructor for class org.ablaf.runtime.reflection.ReflectionException
Constructor for ReflectionException.
RegexpError - exception org.jruby.exceptions.RegexpError.
 
RegexpError(Ruby, String) - Constructor for class org.jruby.exceptions.RegexpError
Constructs an RubyRegexpException with the specified detail message.
RegexpNode - class org.jruby.ast.RegexpNode.
Represents a simple regular expression literal.
RegexpNode(ISourcePosition, String, int) - Constructor for class org.jruby.ast.RegexpNode
 
RescueBodyNode - class org.jruby.ast.RescueBodyNode.
 
RescueBodyNode(ISourcePosition, IListNode, INode) - Constructor for class org.jruby.ast.RescueBodyNode
 
RescueNode - class org.jruby.ast.RescueNode.
 
RescueNode(ISourcePosition, INode, IListNode, INode) - Constructor for class org.jruby.ast.RescueNode
 
RestArgsNode - class org.jruby.ast.RestArgsNode.
 
RestArgsNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.RestArgsNode
 
RetryJump - exception org.jruby.exceptions.RetryJump.
The RetryException is thrown if a 'retry' statement is interpreted.
RetryJump() - Constructor for class org.jruby.exceptions.RetryJump
Creates new RetryException
RetryNode - class org.jruby.ast.RetryNode.
Represents a 'retry' statement.
RetryNode(ISourcePosition) - Constructor for class org.jruby.ast.RetryNode
 
ReturnJump - exception org.jruby.exceptions.ReturnJump.
The ReturnException is thrown if a 'return' statement is interpreted.
ReturnJump(IRubyObject) - Constructor for class org.jruby.exceptions.ReturnJump
Creates a new ReturnException with a return value.
ReturnNode - class org.jruby.ast.ReturnNode.
Represents a return statement.
ReturnNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.ReturnNode
 
Ruby - class org.jruby.Ruby.
The jruby runtime.
RubyArgsFile - class org.jruby.RubyArgsFile.
 
RubyArgsFile(Ruby) - Constructor for class org.jruby.RubyArgsFile
 
RubyArray - class org.jruby.RubyArray.
 
RubyAstMarshal - class org.jruby.ast.util.RubyAstMarshal.
 
RubyBignum - class org.jruby.RubyBignum.
 
RubyBignum(Ruby, BigInteger) - Constructor for class org.jruby.RubyBignum
 
RubyBoolean - class org.jruby.RubyBoolean.
 
RubyBoolean(Ruby, boolean) - Constructor for class org.jruby.RubyBoolean
 
RubyClass - class org.jruby.RubyClass.
 
RubyClass(RubyClass) - Constructor for class org.jruby.RubyClass
 
RubyClass(Ruby, RubyClass) - Constructor for class org.jruby.RubyClass
 
RubyClass(Ruby, RubyClass, RubyClass) - Constructor for class org.jruby.RubyClass
 
RubyClass(Ruby, RubyClass, RubyClass, RubyModule, String) - Constructor for class org.jruby.RubyClass
 
RubyClasses - class org.jruby.RubyClasses.
In this class there are references to the core (or built-in) classes and modules of Ruby and JRuby.
RubyClasses(Ruby) - Constructor for class org.jruby.RubyClasses
Creates a new RubyClasses instance and defines all the core classes and modules in the Ruby runtime.
RubyComparable - class org.jruby.RubyComparable.
Implementation of the Comparable module.
RubyComparable() - Constructor for class org.jruby.RubyComparable
 
RubyConversion - class org.jruby.javasupport.RubyConversion.
 
RubyConversion(RubyProxyFactory) - Constructor for class org.jruby.javasupport.RubyConversion
 
RubyDateFormat - class org.jruby.util.RubyDateFormat.
 
RubyDateFormat() - Constructor for class org.jruby.util.RubyDateFormat
Constructor for RubyDateFormat.
RubyDateFormat(String, Locale) - Constructor for class org.jruby.util.RubyDateFormat
 
RubyDateFormat(String, DateFormatSymbols) - Constructor for class org.jruby.util.RubyDateFormat
 
RubyDir - class org.jruby.RubyDir.
.The Ruby built-in class Dir.
RubyDir(Ruby, RubyClass) - Constructor for class org.jruby.RubyDir
 
RubyEnumerable - class org.jruby.RubyEnumerable.
 
RubyEnumerable() - Constructor for class org.jruby.RubyEnumerable
 
RubyErrorHandler - class org.jruby.common.RubyErrorHandler.
 
RubyErrorHandler(Ruby) - Constructor for class org.jruby.common.RubyErrorHandler
Constructor for RubyErrorHandler.
RubyException - class org.jruby.RubyException.
 
RubyExceptions - class org.jruby.runtime.RubyExceptions.
 
RubyExceptions(Ruby) - Constructor for class org.jruby.runtime.RubyExceptions
 
RubyFile - class org.jruby.RubyFile.
Ruby File class equivalent in java.
RubyFile(Ruby, String) - Constructor for class org.jruby.RubyFile
 
RubyFile(Ruby, RubyClass) - Constructor for class org.jruby.RubyFile
 
RubyFileTest - class org.jruby.RubyFileTest.
 
RubyFileTest() - Constructor for class org.jruby.RubyFileTest
 
RubyFixnum - class org.jruby.RubyFixnum.
Implementation of the Fixnum class.
RubyFixnum(Ruby) - Constructor for class org.jruby.RubyFixnum
 
RubyFixnum(Ruby, long) - Constructor for class org.jruby.RubyFixnum
 
RubyFloat - class org.jruby.RubyFloat.
 
RubyFloat(Ruby) - Constructor for class org.jruby.RubyFloat
 
RubyFloat(Ruby, double) - Constructor for class org.jruby.RubyFloat
 
RubyGC - class org.jruby.RubyGC.
GC (Garbage Collection) Module Note: Since we rely on Java's memory model we can't provide the kind of control over garbage collection that MRI provides.
RubyGC() - Constructor for class org.jruby.RubyGC
 
RubyGlobal - class org.jruby.RubyGlobal.
This class initializes global variables and constants.
RubyGlobal() - Constructor for class org.jruby.RubyGlobal
 
RubyGlobal.StringGlobalVariable - class org.jruby.RubyGlobal.StringGlobalVariable.
 
RubyGlobal.StringGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.RubyGlobal.StringGlobalVariable
 
RubyHash - class org.jruby.RubyHash.
Implementation of the Hash class.
RubyHash(Ruby) - Constructor for class org.jruby.RubyHash
 
RubyHash(Ruby, IRubyObject) - Constructor for class org.jruby.RubyHash
 
RubyHash(Ruby, Map, IRubyObject) - Constructor for class org.jruby.RubyHash
 
RubyIO - class org.jruby.RubyIO.
 
RubyIO(Ruby, RubyClass) - Constructor for class org.jruby.RubyIO
 
RubyIO(Ruby, OutputStream) - Constructor for class org.jruby.RubyIO
 
RubyIO(Ruby, int) - Constructor for class org.jruby.RubyIO
 
RubyInputStream - class org.jruby.util.RubyInputStream.
 
RubyInputStream(InputStream) - Constructor for class org.jruby.util.RubyInputStream
 
RubyInteger - class org.jruby.RubyInteger.
Implementation of the Integer class.
RubyInteger(Ruby, RubyClass) - Constructor for class org.jruby.RubyInteger
 
RubyInvocationHandler - class org.jruby.javasupport.RubyInvocationHandler.
A RubyInvocationHandler intercepts method calls to Proxy objects and forwards them on to the corresponding RubyObject.
RubyLexerSupport - class org.jruby.lexer.yacc.RubyLexerSupport.
 
RubyLexerSupport(ILexerSource) - Constructor for class org.jruby.lexer.yacc.RubyLexerSupport
Constructor for RubyLexerSupport.
RubyMarshal - class org.jruby.RubyMarshal.
Marshal module
RubyMarshal() - Constructor for class org.jruby.RubyMarshal
 
RubyMatchData - class org.jruby.RubyMatchData.
 
RubyMatchData(Ruby, String, int[], int[]) - Constructor for class org.jruby.RubyMatchData
 
RubyMath - class org.jruby.RubyMath.
 
RubyMath() - Constructor for class org.jruby.RubyMath
 
RubyModule - class org.jruby.RubyModule.
 
RubyModule(Ruby, RubyClass, RubyClass, RubyModule, String) - Constructor for class org.jruby.RubyModule
 
RubyNil - class org.jruby.RubyNil.
 
RubyNil() - Constructor for class org.jruby.RubyNil
 
RubyNumeric - class org.jruby.RubyNumeric.
 
RubyNumeric(Ruby, RubyClass) - Constructor for class org.jruby.RubyNumeric
 
RubyObject - class org.jruby.RubyObject.
 
RubyObject(Ruby) - Constructor for class org.jruby.RubyObject
 
RubyObject(Ruby, RubyClass) - Constructor for class org.jruby.RubyObject
 
RubyObject(Ruby, RubyClass, boolean) - Constructor for class org.jruby.RubyObject
 
RubyObjectSpace - class org.jruby.RubyObjectSpace.
 
RubyObjectSpace() - Constructor for class org.jruby.RubyObjectSpace
 
RubyOptions - class org.jruby.runtime.RubyOptions.
 
RubyOptions() - Constructor for class org.jruby.runtime.RubyOptions
 
RubyOptions.JavaSupport - class org.jruby.runtime.RubyOptions.JavaSupport.
 
RubyOptions.JavaSupport() - Constructor for class org.jruby.runtime.RubyOptions.JavaSupport
 
RubyParserConfiguration - class org.jruby.parser.RubyParserConfiguration.
 
RubyParserConfiguration() - Constructor for class org.jruby.parser.RubyParserConfiguration
Constructor for RubyParserConfiguration.
RubyParserPool - class org.jruby.parser.RubyParserPool.
 
RubyParserResult - class org.jruby.parser.RubyParserResult.
 
RubyParserResult() - Constructor for class org.jruby.parser.RubyParserResult
Constructor for RubyParserResult.
RubyPrecision - class org.jruby.RubyPrecision.
 
RubyPrecision() - Constructor for class org.jruby.RubyPrecision
 
RubyProc - class org.jruby.RubyProc.
 
RubyProc(Ruby, RubyClass) - Constructor for class org.jruby.RubyProc
 
RubyProcess - class org.jruby.RubyProcess.
 
RubyProcess() - Constructor for class org.jruby.RubyProcess
 
RubyProxy - interface org.jruby.javasupport.RubyProxy.
 
RubyProxyFactory - class org.jruby.javasupport.RubyProxyFactory.
A RubyProxyFactory dispenses RubyProxy objects, which provide a convenient, dynamic wrapper around Ruby objects.
RubyProxyFactory(Ruby, RubyToJavaClassMap) - Constructor for class org.jruby.javasupport.RubyProxyFactory
 
RubyRange - class org.jruby.RubyRange.
 
RubyRange(Ruby) - Constructor for class org.jruby.RubyRange
 
RubyRegexp - class org.jruby.RubyRegexp.
 
RubyRegexp(Ruby) - Constructor for class org.jruby.RubyRegexp
 
RubyString - class org.jruby.RubyString.
 
RubyString(Ruby, String) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, String) - Constructor for class org.jruby.RubyString
 
RubyStruct - class org.jruby.RubyStruct.
 
RubyStruct(Ruby, RubyClass) - Constructor for class org.jruby.RubyStruct
Constructor for RubyStruct.
RubySymbol - class org.jruby.RubySymbol.
 
RubySymbol.SymbolTable - class org.jruby.RubySymbol.SymbolTable.
 
RubySymbol.SymbolTable() - Constructor for class org.jruby.RubySymbol.SymbolTable
 
RubyTestCase - class org.jruby.javasupport.test.RubyTestCase.
 
RubyTestCase(String) - Constructor for class org.jruby.javasupport.test.RubyTestCase
 
RubyTestObject - interface org.jruby.javasupport.test.RubyTestObject.
 
RubyTime - class org.jruby.RubyTime.
The Time class.
RubyTime(Ruby, RubyClass) - Constructor for class org.jruby.RubyTime
 
RubyToJavaClassMap - interface org.jruby.javasupport.RubyToJavaClassMap.
 
RubyYaccLexer - class org.jruby.lexer.yacc.RubyYaccLexer.
This is a port of the MRI lexer to Java it is compatible to Ruby 1.6.7.
RubyYaccLexer() - Constructor for class org.jruby.lexer.yacc.RubyYaccLexer
 
raise(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
raise(IRubyObject) - Method in class org.jruby.ThreadClass
 
rand(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
random - Variable in class org.jruby.Ruby
 
randomSeed - Variable in class org.jruby.Ruby
 
rassoc(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_rassoc
rbCatch(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
rbClone() - Method in class org.jruby.RubyArray
rb_ary_clone
rbClone() - Method in class org.jruby.RubyHash
 
rbClone() - Method in class org.jruby.RubyMatchData
match_clone
rbClone() - Method in class org.jruby.RubyModule
rb_mod_clone
rbClone() - Method in class org.jruby.RubyNumeric
num_clone
rbClone() - Method in class org.jruby.RubyObject
rb_obj_clone
rbClone() - Method in class org.jruby.RubyRegexp
 
rbClone() - Method in class org.jruby.RubyString
rb_str_clone
rbClone() - Method in class org.jruby.RubyStruct
 
rbClone() - Method in class org.jruby.RubySymbol
 
rbClone() - Method in interface org.jruby.runtime.builtin.IRubyObject
Method rbClone.
rbPrivate(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_private
rbProtected(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_protected
rbPublic(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_public
rbThrow(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
read() - Method in class org.ablaf.internal.lexer.AbstractLexerSource
 
read() - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
read() - Method in interface org.ablaf.lexer.ILexerSource
Returns the next char.
read() - Method in interface org.ablaf.lexer.ILexerSupport
 
read() - Method in class org.jruby.RubyDir
Returns the next entry from this directory.
read(IRubyObject[]) - Method in class org.jruby.RubyIO
 
read() - Method in class org.jruby.lexer.yacc.RubyLexerSupport
 
read() - Method in class org.jruby.util.DataInputBridgeStream
 
read() - Method in class org.jruby.util.IOHandler
 
read(int) - Method in class org.jruby.util.IOHandler
 
readEscape() - Method in interface org.jruby.lexer.yacc.IRubyLexerSupport
 
readEscape() - Method in class org.jruby.lexer.yacc.RubyLexerSupport
 
readHex(int) - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
readHex(int) - Method in interface org.ablaf.lexer.ILexerSupport
 
readLine() - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
readLine() - Method in interface org.ablaf.lexer.ILexerSupport
Read upto the end of the line.
readLink(UnmarshalStream, int) - Method in class org.jruby.runtime.marshal.UnmarshalCache
 
readNode() - Method in interface org.ablaf.ast.IAstDecoder
 
readOct(int) - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
readOct(int) - Method in interface org.ablaf.lexer.ILexerSupport
 
readSignedByte() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
readUnsignedByte() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
readable_p(IRubyObject, RubyString) - Static method in class org.jruby.RubyFileTest
 
readchar() - Method in class org.jruby.RubyIO
Read a byte.
readline(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
readline(IRubyObject[]) - Method in class org.jruby.RubyIO
Read a line.
readlines(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
readlines(IRubyObject[]) - Method in class org.jruby.RubyIO
 
readlines(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
 
receiver - Variable in class org.jruby.Method
 
reflectionArgumentTypes() - Method in class org.jruby.runtime.callback.AbstractCallback.CallType
 
regexpValue(IRubyObject) - Static method in class org.jruby.RubyRegexp
 
register(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalCache
 
register(IRubyObject) - Method in class org.jruby.runtime.marshal.UnmarshalCache
 
registerAdapters(IAdapterFactory, Class) - Method in interface org.ablaf.common.IAdapterManager
 
registerAdapters(IAdapterFactory, Class) - Method in class org.ablaf.internal.common.DefaultAdapterManager
 
registerBuiltin(String, Library) - Method in class org.jruby.internal.runtime.load.LoadService
 
registerBuiltin(String, Library) - Method in interface org.jruby.runtime.load.ILoadService
 
registerCallStatus(LastCallStatus, String) - Method in class org.jruby.runtime.CallType
 
registerIOHandler(IOHandler) - Static method in class org.jruby.RubyIO
 
registerLinkTarget(IRubyObject) - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
registerLocal(String) - Method in class org.jruby.parser.LocalNamesElement
Register the local variable name 'name' in the table of registered variable names.
registerLocal(String) - Method in class org.jruby.parser.LocalNamesStack
 
registerMethod(Ruby, String, String, int) - Static method in class org.jruby.compiler.ByteCodeRuntime
 
registerNewThread(ThreadClass) - Method in class org.jruby.internal.runtime.ThreadService
 
regsub(IRubyObject, RubyMatchData) - Method in class org.jruby.RubyRegexp
rb_reg_regsub
rehash() - Method in class org.jruby.RubyHash
 
reject() - Method in class org.jruby.RubyHash
 
reject_bang() - Method in class org.jruby.RubyArray
rb_ary_reject_bang
reject_bang() - Method in class org.jruby.RubyHash
 
remainder(RubyNumeric) - Method in class org.jruby.RubyBignum
 
remainder(RubyNumeric) - Method in class org.jruby.RubyNumeric
num_remainder
remove() - Method in class org.jruby.internal.util.collections.LinkedObjectIterator
 
remove(Object) - Method in class org.jruby.util.collections.IdentitySet
 
removeCvar(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_remove_cvar
removeErrorHandler(IErrorHandler) - Method in interface org.ablaf.common.IErrorSupport
 
removeFromList(Object) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
removeInstanceVariable(String) - Method in class org.jruby.RubyObject
 
removeMethod(String) - Method in class org.jruby.RubyModule
remove_method
remove_class_variable(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_remove_cvar
remove_const(IRubyObject) - Method in class org.jruby.RubyModule
 
remove_method(IRubyObject) - Method in class org.jruby.RubyModule
 
rename(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
reopen(IRubyObject, IRubyObject[]) - Method in class org.jruby.RubyIO
 
replace(long, long, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_replace
replace(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_replace
replace(IRubyObject) - Method in class org.jruby.RubyHash
 
replace(IRubyObject) - Method in class org.jruby.RubyString
rb_str_replace_m
require(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
Require.
require(String) - Method in class org.jruby.internal.runtime.load.LoadService
 
require(String) - Method in interface org.jruby.runtime.load.ILoadService
 
required(int) - Static method in class org.jruby.runtime.Arity
 
requiredLibraries() - Method in class org.jruby.util.CommandlineParser
 
reset() - Method in class org.jruby.lexer.yacc.StackState
 
reset(long) - Method in class org.jruby.lexer.yacc.StackState
 
reset() - Method in class org.jruby.parser.ParserSupport
 
reset(IOModes) - Method in class org.jruby.util.IOHandler
 
resetByModes(IOModes) - Method in class org.jruby.util.IOHandler
 
resetByModes(IOModes) - Method in class org.jruby.util.IOHandlerSeekable
 
resetByModes(IOModes) - Method in class org.jruby.util.IOHandlerUnseekable
 
resetLocalVariables(List) - Method in class org.jruby.runtime.Scope
Sets the localNames.
resetLocalVariables(List) - Method in class org.jruby.runtime.ScopeStack
 
resetStacks() - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
respond_to(IRubyObject[]) - Method in class org.jruby.RubyObject
respond_to?( aSymbol, includePriv=false ) -> true or false Returns true if this object responds to the given method.
respondsTo(String) - Method in class org.jruby.RubyObject
 
respondsTo(IRubyObject, String) - Method in class org.jruby.javasupport.RubyInvocationHandler
Simple helper method for RubyObject.respond_to(RubySymbol).
respondsTo(String) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method respondsTo.
restart() - Method in class org.jruby.lexer.yacc.StackState
 
results() - Method in class org.jruby.util.Split
 
returnParser(IParser) - Method in interface org.ablaf.parser.IParserPool
 
returnParser(IParser) - Method in class org.jruby.parser.RubyParserPool
 
return_type() - Method in class org.jruby.javasupport.JavaMethod
 
reverse() - Method in class org.jruby.RubyArray
rb_ary_reverse_m
reverse() - Method in class org.jruby.RubyString
rb_str_reverse
reverse_bang() - Method in class org.jruby.RubyArray
rb_ary_reverse_bang
reverse_bang() - Method in class org.jruby.RubyString
rb_str_reverse_bang
reverse_each() - Method in class org.jruby.RubyArray
rb_ary_reverse_each
rewind() - Method in class org.jruby.RubyDir
Moves position in this directory to the first entry.
rewind() - Method in class org.jruby.RubyIO
 
rewind() - Method in class org.jruby.util.IOHandler
 
rewind() - Method in class org.jruby.util.IOHandlerSeekable
 
rewind() - Method in class org.jruby.util.IOHandlerUnseekable
 
rindex(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_rindex
rindex(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_rindex_m
rjust(IRubyObject) - Method in class org.jruby.RubyString
rb_str_rjust
rmdir(IRubyObject, RubyString) - Static method in class org.jruby.RubyDir
Deletes the directory specified by path.
round() - Method in class org.jruby.RubyFloat
 
round() - Method in class org.jruby.RubyNumeric
num_round
ruby - Variable in class org.jruby.runtime.GlobalVariable
 
ruby - Variable in class org.jruby.test.TestRubyBase
 
runtime - Variable in class org.jruby.RubyObject
 
runtime - Variable in class org.jruby.runtime.marshal.UnmarshalStream
 

S

SClassNode - class org.jruby.ast.SClassNode.
Singleton class definition.
SClassNode(ISourcePosition, INode, ScopeNode) - Constructor for class org.jruby.ast.SClassNode
 
SEEK_CUR - Static variable in class org.jruby.util.IOHandler
 
SEEK_END - Static variable in class org.jruby.util.IOHandler
 
SEEK_SET - Static variable in class org.jruby.util.IOHandler
 
STDERR - Static variable in class org.jruby.RubyIO
 
STDIN - Static variable in class org.jruby.RubyIO
 
STDOUT - Static variable in class org.jruby.RubyIO
 
SUPER - Static variable in class org.jruby.runtime.CallType
 
SYNTAX_ERROR - Static variable in interface org.jruby.common.IErrors
 
Scope - class org.jruby.runtime.Scope.
A Scope in the Ruby Stack of scopes.
Scope(Ruby) - Constructor for class org.jruby.runtime.Scope
 
ScopeNode - class org.jruby.ast.ScopeNode.
Scope in the parse tree.
ScopeNode(List, INode) - Constructor for class org.jruby.ast.ScopeNode
 
ScopeNode(ISourcePosition, List, INode) - Constructor for class org.jruby.ast.ScopeNode
 
ScopeStack - class org.jruby.runtime.ScopeStack.
 
ScopeStack(Ruby) - Constructor for class org.jruby.runtime.ScopeStack
 
ScriptTestSuite - class org.jruby.test.ScriptTestSuite.
 
ScriptTestSuite(String) - Constructor for class org.jruby.test.ScriptTestSuite
 
SecurityError - exception org.jruby.exceptions.SecurityError.
 
SecurityError(Ruby, String) - Constructor for class org.jruby.exceptions.SecurityError
Constructs an RubyTypeException with the specified detail message.
SelfNode - class org.jruby.ast.SelfNode.
 
SelfNode(ISourcePosition) - Constructor for class org.jruby.ast.SelfNode
 
SerializationAstMarshal - class org.ablaf.internal.ast.SerializationAstMarshal.
 
SerializationAstMarshal() - Constructor for class org.ablaf.internal.ast.SerializationAstMarshal
 
Split - class org.jruby.util.Split.
Internals for String#split
Split(Ruby, String, IRubyObject[]) - Constructor for class org.jruby.util.Split
 
Stack - class org.jruby.internal.util.collections.Stack.
 
Stack() - Constructor for class org.jruby.internal.util.collections.Stack
Constructor for Stack.
StackElement - interface org.jruby.util.collections.StackElement.
 
StackEmptyException - exception org.jruby.util.collections.StackEmptyException.
 
StackEmptyException(String) - Constructor for class org.jruby.util.collections.StackEmptyException
Constructor for StackEmptyException.
StackState - class org.jruby.lexer.yacc.StackState.
 
StackState() - Constructor for class org.jruby.lexer.yacc.StackState
 
StarNode - class org.jruby.ast.StarNode.
Represents a star in a multiple assignent.
StarNode() - Constructor for class org.jruby.ast.StarNode
Constructor for StartNode.
StrNode - class org.jruby.ast.StrNode.
Representing a simple String literal.
StrNode(ISourcePosition, String) - Constructor for class org.jruby.ast.StrNode
 
StringToken - class org.jruby.lexer.yacc.StringToken.
Represents a token which is currently lexed.
StringToken(ILexerSupport, IErrorHandler, ISourcePosition) - Constructor for class org.jruby.lexer.yacc.StringToken
Constructor for StringToken.
SuperNode - class org.jruby.ast.SuperNode.
 
SuperNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.SuperNode
 
SymbolNode - class org.jruby.ast.SymbolNode.
Represents a symbol (:symbol_name).
SymbolNode(ISourcePosition, String) - Constructor for class org.jruby.ast.SymbolNode
 
SyntaxErrorState - class org.jruby.parser.SyntaxErrorState.
Parser state when a syntax error occured.
SyntaxErrorState(String[], String) - Constructor for class org.jruby.parser.SyntaxErrorState
 
SystemCallError - exception org.jruby.exceptions.SystemCallError.
 
SystemCallError(Ruby, String) - Constructor for class org.jruby.exceptions.SystemCallError
Constructs an RubyTypeException with the specified detail message.
SystemExit - exception org.jruby.exceptions.SystemExit.
 
SystemExit(Ruby, int) - Constructor for class org.jruby.exceptions.SystemExit
 
sDoSplit - Variable in class org.jruby.util.CommandlineParser
 
sRegexpAdapter - Variable in class org.jruby.util.CommandlineParser
 
s_at(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyTime
 
s_new(IRubyObject) - Static method in class org.jruby.RubyTime
 
scan(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
scan(IRubyObject) - Method in class org.jruby.RubyString
rb_str_scan
scriptArguments - Variable in class org.jruby.util.CommandlineParser
 
scriptFileName - Variable in class org.jruby.util.CommandlineParser
 
search(IRubyObject, int) - Method in class org.jruby.RubyRegexp
rb_reg_search
search(Ruby, String, int) - Method in class org.jruby.runtime.regexp.GNURegexpAdapter
Does the given argument match the pattern?
search(Ruby, String, int) - Method in class org.jruby.runtime.regexp.IRegexpAdapter
Does the given argument match the pattern?
search(Ruby, String, int) - Method in class org.jruby.runtime.regexp.JDKRegexpAdapter
Does the given argument match the pattern?
search(Ruby, String, int) - Method in class org.jruby.runtime.regexp.ORORegexpAdapter
Does the given argument match the pattern?
searchMethod(String) - Method in class org.jruby.RubyModule
search_method
sec() - Method in class org.jruby.RubyTime
 
secure(int) - Method in class org.jruby.Ruby
 
seek(RubyFixnum) - Method in class org.jruby.RubyDir
Moves to a position d.
seek(IRubyObject[]) - Method in class org.jruby.RubyIO
 
seek(long, int) - Method in class org.jruby.util.IOHandler
Perform a seek based on pos().
seek(long, int) - Method in class org.jruby.util.IOHandlerSeekable
 
seek(long, int) - Method in class org.jruby.util.IOHandlerUnseekable
 
send(IRubyObject[]) - Method in class org.jruby.RubyObject
send( aSymbol [, args ]* ) -> anObject Invokes the method identified by aSymbol, passing it any arguments specified.
serialize(File, File) - Static method in class org.jruby.main.ASTSerializer
 
serialize(File, IAstEncoder) - Static method in class org.jruby.main.ASTSerializer
 
set(IRubyObject) - Method in class org.jruby.RubyGlobal.StringGlobalVariable
 
set(IRubyObject) - Method in class org.jruby.RubyStruct
 
set(String, IRubyObject) - Method in class org.jruby.internal.runtime.GlobalVariables
 
set(String, IRubyObject) - Method in class org.jruby.runtime.DynamicVariableSet
 
set(IRubyObject) - Method in class org.jruby.runtime.GlobalVariable
 
set(String, IRubyObject) - Method in interface org.jruby.runtime.IGlobalVariables
 
set(IRubyObject) - Method in class org.jruby.runtime.ReadonlyGlobalVariable
 
setAST(INode) - Method in class org.jruby.parser.RubyParserResult
Sets the ast.
setAccessor(IAccessor) - Method in class org.jruby.internal.runtime.GlobalVariable
 
setAfterEndStream(InputStream) - Method in class org.jruby.parser.RubyParserResult
Sets the afterEndStream.
setArgs(IRubyObject[]) - Method in class org.jruby.runtime.Frame
Setter for property args.
setArgsNode(IListNode) - Method in class org.jruby.ast.BlockPassNode
Sets the argsNode.
setBackref(IRubyObject) - Method in class org.jruby.runtime.Scope
 
setBackref(IRubyObject) - Method in class org.jruby.runtime.ScopeStack
 
setBaseName(String) - Method in class org.jruby.RubyModule
 
setBeginNodes(INode) - Method in class org.jruby.parser.RubyParserResult
Sets the beginNodes.
setBlockNames(List) - Method in interface org.jruby.parser.ITopLocalVariables
 
setBlockVariables(List) - Method in class org.jruby.parser.RubyParserConfiguration
Sets the blockVariables.
setBlockVariables(List) - Method in class org.jruby.parser.RubyParserResult
Sets the blockVariables.
setBool(boolean) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setBuffer(String, ISourcePosition) - Method in interface org.jruby.lexer.yacc.IRubyLexerSupport
 
setBuffer(String, ISourcePosition) - Method in class org.jruby.lexer.yacc.RubyLexerSupport
 
setCasefold(boolean) - Method in class org.jruby.runtime.regexp.GNURegexpAdapter
Set whether matches should be case-insensitive or not
setCasefold(boolean) - Method in class org.jruby.runtime.regexp.IRegexpAdapter
Set whether matches should be case-insensitive or not
setCasefold(boolean) - Method in class org.jruby.runtime.regexp.JDKRegexpAdapter
Set whether matches should be case-insensitive or not
setCasefold(boolean) - Method in class org.jruby.runtime.regexp.ORORegexpAdapter
Set whether matches should be case-insensitive or not
setClassNest(int) - Method in class org.jruby.parser.ParserSupport
Setter for property classNest.
setClassNest(boolean) - Method in class org.jruby.parser.RubyParserConfiguration
Sets the classNest.
setClassVar(String, IRubyObject) - Method in class org.jruby.RubyModule
rb_cvar_set
setCompileForEval(boolean) - Method in class org.jruby.parser.RubyParserConfiguration
Sets the compileForEval.
setConfiguration(IRubyParserConfiguration) - Method in class org.jruby.parser.ParserSupport
Sets the configuration.
setConstant(String, IRubyObject) - Method in class org.jruby.RubyModule
 
setCount(int) - Method in class org.jruby.ast.FlipNode
Sets the count.
setCurrent(Block) - Method in class org.jruby.runtime.BlockStack
 
setCurrentLineNumber(int) - Method in class org.jruby.RubyArgsFile
 
setCurrentVisibility(Visibility) - Method in class org.jruby.Ruby
 
setDefaultValue(IRubyObject) - Method in class org.jruby.RubyHash
 
setDestdir(File) - Method in class org.jruby.util.ant.JRubySerialize
 
setErrorHandler(IErrorHandler) - Method in interface org.ablaf.lexer.ILexer
 
setErrorHandler(IErrorHandler) - Method in interface org.ablaf.parser.IParser
 
setErrorHandler(IErrorHandler) - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
setErrorHandler(IErrorHandler) - Method in class org.jruby.lexer.yacc.StringToken
Sets the errorHandler.
setErrorHandler(IErrorHandler) - Method in class org.jruby.parser.DefaultRubyParser
 
setErrorHandler(IErrorHandler) - Method in class org.jruby.parser.ParserSupport
Sets the errorHandler.
setEvaluatedNode(INode) - Method in class org.jruby.ast.EvStrNode
Sets the evaluatedNode.
setException(RubyException) - Method in class org.jruby.exceptions.RaiseException
Sets the exception
setExpression(boolean) - Method in class org.jruby.ast.visitor.ExpressionVisitor
Sets the expression.
setExtended(boolean) - Method in class org.jruby.runtime.regexp.GNURegexpAdapter
Set whether patterns can contain comments and extra whitespace
setExtended(boolean) - Method in class org.jruby.runtime.regexp.IRegexpAdapter
Set whether patterns can contain comments and extra whitespace
setExtended(boolean) - Method in class org.jruby.runtime.regexp.JDKRegexpAdapter
Set whether patterns can contain comments and extra whitespace
setExtended(boolean) - Method in class org.jruby.runtime.regexp.ORORegexpAdapter
Set whether patterns can contain comments and extra whitespace
setFileno(int) - Method in class org.jruby.util.IOHandler
 
setFrozen(boolean) - Method in class org.jruby.RubyObject
Sets the frozen.
setFrozen(boolean) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method setFrozen.
setImplementationClass(RubyModule) - Method in class org.jruby.internal.runtime.methods.AbstractMethod
 
setImplementationClass(RubyModule) - Method in interface org.jruby.runtime.ICallable
 
setInDef(boolean) - Method in class org.jruby.parser.ParserSupport
 
setInDefined(boolean) - Method in class org.jruby.parser.ParserSupport
Setter for property inDefined.
setInSingle(int) - Method in class org.jruby.parser.ParserSupport
Setter for property inSingle.
setInstanceVariable(String, IRubyObject, String, String) - Method in class org.jruby.RubyObject
 
setInstanceVariable(String, IRubyObject) - Method in class org.jruby.RubyObject
rb_iv_set / rb_ivar_set
setInstanceVariable(String, IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method setInstanceVar.
setInstanceVariables(Map) - Method in class org.jruby.IncludedModuleWrapper
 
setInstanceVariables(Map) - Method in class org.jruby.RubyObject
 
setIsSync(boolean) - Method in class org.jruby.util.IOHandler
 
setIter(Iter) - Method in class org.jruby.runtime.Block
Sets the iter.
setIter(Iter) - Method in class org.jruby.runtime.Frame
Setter for property iter.
setIterNode(INode) - Method in class org.jruby.ast.BlockPassNode
Sets the iterNode.
setIterNode(INode) - Method in class org.jruby.ast.IterNode
Sets the iterNode.
setJavaCalendar(Calendar) - Method in class org.jruby.RubyTime
 
setJavaNames(boolean) - Method in class org.jruby.runtime.RubyOptions.JavaSupport
 
setLastClass(RubyModule) - Method in class org.jruby.runtime.Frame
Setter for property lastClass.
setLastFunc(String) - Method in class org.jruby.runtime.Frame
Setter for property lastFunc.
setLastLine(IRubyObject) - Method in class org.jruby.runtime.Scope
 
setLastLine(IRubyObject) - Method in class org.jruby.runtime.ScopeStack
 
setLastline(IRubyObject) - Method in class org.jruby.Ruby
 
setList(Collection) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setList(int[]) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setList(Object[]) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setLocalNames(List) - Method in interface org.jruby.parser.ITopLocalVariables
 
setLocalNames(List) - Method in class org.jruby.parser.LocalNamesElement
Sets the localNames.
setLocalVariables(List) - Method in class org.jruby.parser.RubyParserConfiguration
Sets the localVariables.
setLocalVariables(List) - Method in class org.jruby.parser.RubyParserResult
Sets the localVariables.
setMainThread(ThreadClass) - Method in class org.jruby.internal.runtime.ThreadService
 
setMap(Map) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setMetaClass(RubyClass) - Method in class org.jruby.IncludedModuleWrapper
 
setMetaClass(RubyClass) - Method in class org.jruby.RubyObject
 
setMetaClass(RubyClass) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
setMethod(ICallable) - Method in class org.jruby.internal.runtime.methods.CacheEntry
Setter for property method.
setMethodVisibility(IRubyObject[], Visibility) - Method in class org.jruby.RubyModule
set_method_visibility
setMethods(Map) - Method in class org.jruby.IncludedModuleWrapper
 
setMultiline(boolean) - Method in class org.jruby.runtime.regexp.GNURegexpAdapter
Set whether the dot metacharacter should match newlines
setMultiline(boolean) - Method in class org.jruby.runtime.regexp.IRegexpAdapter
Set whether the dot metacharacter should match newlines
setMultiline(boolean) - Method in class org.jruby.runtime.regexp.JDKRegexpAdapter
Set whether the dot metacharacter should match newlines
setMultiline(boolean) - Method in class org.jruby.runtime.regexp.ORORegexpAdapter
Set whether the dot metacharacter should match newlines
setName(String) - Method in class org.jruby.ast.ClassVarDeclNode
Sets the name.
setName(String) - Method in class org.jruby.ast.GlobalAsgnNode
Sets the name.
setName(String) - Method in class org.jruby.internal.runtime.methods.CacheEntry
 
setNames(List) - Method in class org.jruby.parser.BlockNamesElement
 
setNames(List) - Method in class org.jruby.parser.BlockNamesStack
 
setNames(List) - Method in class org.jruby.parser.LocalNamesStack
 
setNext(StackElement) - Method in class org.jruby.parser.BlockNamesElement
 
setNext(StackElement) - Method in class org.jruby.parser.LocalNamesElement
 
setNext(StackElement) - Method in class org.jruby.runtime.Block
 
setNext(StackElement) - Method in class org.jruby.runtime.Scope
 
setNext(ListObject) - Method in interface org.jruby.util.collections.ListObject
 
setNext(StackElement) - Method in interface org.jruby.util.collections.StackElement
 
setNormal() - Method in class org.jruby.runtime.LastCallStatus
 
setNumber(double) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setNumber(int) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setNumber(long) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setNumber(Double) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setNumber(Integer) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setNumber(Long) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setObject(Object) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setOnce(boolean) - Method in class org.jruby.ast.DRegexpNode
Sets the once.
setOptions(int) - Method in class org.jruby.ast.DRegexpNode
Sets the options.
setOrigin(RubyModule) - Method in class org.jruby.internal.runtime.methods.CacheEntry
Setter for property origin.
setOriginalName(String) - Method in class org.jruby.internal.runtime.methods.CacheEntry
 
setPosition(String, int) - Method in class org.jruby.Ruby
 
setPosition(ISourcePosition) - Method in class org.jruby.Ruby
 
setPosition(ISourcePosition) - Method in class org.jruby.lexer.yacc.StringToken
Sets the position.
setPosition(String, int) - Method in class org.jruby.runtime.ThreadContext
 
setPosition(ISourcePosition) - Method in class org.jruby.runtime.ThreadContext
 
setPrivate() - Method in class org.jruby.runtime.LastCallStatus
 
setProtected() - Method in class org.jruby.runtime.LastCallStatus
 
setRecvClass(RubyModule) - Method in class org.jruby.internal.runtime.methods.CacheEntry
Setter for property recvClass.
setResult(RubyParserResult) - Method in class org.jruby.parser.ParserSupport
Sets the result.
setRubyModules(boolean) - Method in class org.jruby.runtime.RubyOptions.JavaSupport
 
setRubyNames(boolean) - Method in class org.jruby.runtime.RubyOptions.JavaSupport
 
setSafeLevel(int) - Method in class org.jruby.Ruby
Setter for property securityLevel.
setSelf(IRubyObject) - Method in class org.jruby.runtime.Frame
Setter for property self.
setSource(ILexerSource) - Method in interface org.ablaf.lexer.ILexer
 
setSource(ILexerSource) - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
setState(ILexerState) - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
setString(String) - Method in interface org.jruby.javasupport.test.RubyTestObject
 
setSuperObject(IRubyObject) - Method in class org.jruby.runtime.Scope
Setter for property superObject.
setSuperObject(IRubyObject) - Method in class org.jruby.runtime.ScopeStack
 
setSupport(ILexerSupport) - Method in class org.jruby.lexer.yacc.StringToken
Sets the support.
setTaint(boolean) - Method in class org.jruby.RubyObject
Sets the taint.
setTaint(boolean) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method setTaint.
setThread(ThreadClass) - Method in class org.jruby.runtime.ThreadContext
 
setTmpLock(boolean) - Method in class org.jruby.RubyArray
Setter for property tmpLock.
setTop(StackElement) - Method in class org.jruby.runtime.ScopeStack
 
setTraceFunction(RubyProc) - Method in class org.jruby.Ruby
 
setUp() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
setUp() - Method in class org.jruby.test.TestJavaUtil
 
setUp() - Method in class org.jruby.test.TestKernel
 
setUp() - Method in class org.jruby.test.TestObjectSpace
 
setUp() - Method in class org.jruby.test.TestRuby
 
setUp() - Method in class org.jruby.test.TestRubyCollect
 
setUp() - Method in class org.jruby.test.TestRubyHash
 
setUp() - Method in class org.jruby.test.TestRubyNil
 
setUp() - Method in class org.jruby.test.TestRubyObject
 
setUp() - Method in class org.jruby.test.TestRubySymbol
 
setUp() - Method in class org.jruby.test.TestRubyTime
 
setValue(Object) - Method in interface org.ablaf.runtime.reflection.IAssignable
 
setValue(String) - Method in class org.jruby.RubyString
 
setValue(String) - Method in class org.jruby.ast.StrNode
Sets the value.
setValue(IRubyObject) - Method in class org.jruby.internal.runtime.ReadonlyAccessor
 
setValue(IRubyObject) - Method in class org.jruby.internal.runtime.UndefinedAccessor
 
setValue(IRubyObject) - Method in class org.jruby.internal.runtime.ValueAccessor
 
setValue(IRubyObject) - Method in interface org.jruby.runtime.IAccessor
 
setValue(int, IRubyObject) - Method in class org.jruby.runtime.Scope
 
setValue(int, IRubyObject) - Method in class org.jruby.runtime.ScopeStack
 
setValueMap(Map) - Method in class org.jruby.RubyHash
 
setValueNode(INode) - Method in class org.jruby.ast.ClassVarAsgnNode
Sets the valueNode.
setValueNode(INode) - Method in class org.jruby.ast.ClassVarDeclNode
Sets the valueNode.
setValueNode(INode) - Method in class org.jruby.ast.ConstDeclNode
Sets the valueNode.
setValueNode(INode) - Method in class org.jruby.ast.DAsgnNode
Sets the valueNode.
setValueNode(INode) - Method in class org.jruby.ast.GlobalAsgnNode
Sets the valueNode.
setValueNode(INode) - Method in class org.jruby.ast.InstAsgnNode
Sets the valueNode.
setValueNode(INode) - Method in class org.jruby.ast.LocalAsgnNode
Sets the valueNode.
setValueNode(INode) - Method in class org.jruby.ast.MultipleAsgnNode
Sets the valueNode.
setValueNode(INode) - Method in interface org.jruby.ast.types.IAssignableNode
 
setVariable() - Method in class org.jruby.runtime.LastCallStatus
 
setVerbose(boolean) - Method in class org.jruby.Ruby
Setter for property isVerbose.
setVerbose(boolean) - Method in interface org.jruby.common.IRubyErrorHandler
 
setVerbose(boolean) - Method in class org.jruby.common.RubyErrorHandler
Sets the verbose.
setVisibility(Visibility) - Method in class org.jruby.internal.runtime.methods.AbstractMethod
 
setVisibility(Visibility) - Method in class org.jruby.internal.runtime.methods.CacheEntry
 
setVisibility(Visibility) - Method in class org.jruby.runtime.Block
 
setVisibility(Visibility) - Method in interface org.jruby.runtime.ICallable
 
setVisibility(Visibility) - Method in class org.jruby.runtime.Scope
 
setWrapper(RubyModule) - Method in class org.jruby.runtime.ThreadContext
 
set_backtrace(IRubyObject) - Method in class org.jruby.RubyException
 
set_trace_func(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
set_value(IRubyObject, IRubyObject) - Method in class org.jruby.javasupport.JavaField
 
setupArgs(ThreadContext, EvaluateVisitor, INode) - Static method in class org.jruby.ast.util.ArgsUtil
 
setupClone(IRubyObject) - Method in class org.jruby.RubyObject
CLONESETUP
setupClone(IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
Method setupClone.
shift() - Method in class org.jruby.RubyArray
rb_ary_shift
shift() - Method in class org.jruby.RubyHash
 
shouldRunInterpreter() - Method in class org.jruby.util.CommandlineParser
 
showVersion - Variable in class org.jruby.util.CommandlineParser
 
sin(IRubyObject, RubyNumeric) - Static method in class org.jruby.RubyMath
 
singleArgument() - Static method in class org.jruby.runtime.Arity
 
singleToArray(IRubyObject) - Method in class org.jruby.evaluator.ValueConverter
 
singleToMultiple(IRubyObject) - Method in class org.jruby.evaluator.ValueConverter
 
singletonMethodsAllowed() - Method in class org.jruby.RubyFixnum
 
singletonMethodsAllowed() - Method in class org.jruby.RubyObject
 
singletonMethodsAllowed() - Method in class org.jruby.RubySymbol
 
singletonMethodsAllowed() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
singleton_method_added(IRubyObject, IRubyObject) - Static method in class org.jruby.KernelModule
 
singleton_methods() - Method in class org.jruby.RubyObject
rb_obj_singleton_methods
size() - Method in class org.jruby.RubyBignum
 
size(IRubyObject, RubyString) - Static method in class org.jruby.RubyFileTest
 
size() - Method in class org.jruby.RubyFixnum
 
size() - Method in class org.jruby.RubyHash
 
size() - Method in class org.jruby.RubyMatchData
match_size
size() - Method in class org.jruby.RubyStruct
 
size() - Method in class org.jruby.ast.ArrayNode
 
size() - Method in class org.jruby.ast.BlockNode
 
size() - Method in class org.jruby.ast.DRegexpNode
 
size() - Method in class org.jruby.ast.DStrNode
 
size() - Method in class org.jruby.ast.DXStrNode
 
size() - Method in class org.jruby.ast.RescueBodyNode
 
size() - Method in interface org.jruby.ast.types.IListNode
 
size - Variable in class org.jruby.util.Pack.Converter
 
sleep(IRubyObject, RubyNumeric) - Static method in class org.jruby.KernelModule
 
slice_bang(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_slice_bang
slice_bang(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_slice_bang
sort() - Method in class org.jruby.RubyArray
rb_ary_sort
sort() - Method in class org.jruby.RubyHash
 
sort_bang() - Method in class org.jruby.RubyArray
rb_ary_sort_bang
source - Variable in class org.ablaf.internal.lexer.DefaultLexerSupport
 
source() - Method in class org.jruby.RubyRegexp
rb_reg_source
specificEval(RubyModule, IRubyObject[]) - Method in class org.jruby.RubyObject
specific_eval
split(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
split(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_split
sprintf(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
sprintf(Object[]) - Method in class org.jruby.util.PrintfFormat
Format an array of objects.
sprintf() - Method in class org.jruby.util.PrintfFormat
Format nothing.
sprintf(int) - Method in class org.jruby.util.PrintfFormat
Format an int.
sprintf(long) - Method in class org.jruby.util.PrintfFormat
Format a long.
sprintf(double) - Method in class org.jruby.util.PrintfFormat
Format a double.
sprintf(String) - Method in class org.jruby.util.PrintfFormat
Format a String.
sprintf(Object) - Method in class org.jruby.util.PrintfFormat
Format an Object.
sqrt(IRubyObject, RubyNumeric) - Static method in class org.jruby.RubyMath
 
squeeze(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_squeeze
squeeze_bang(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_squeeze_bang
srand(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
stackTraces - Variable in class org.jruby.Ruby
 
start(IRubyObject) - Static method in class org.jruby.RubyGC
 
start(IRubyObject, IRubyObject[]) - Static method in class org.jruby.ThreadClass
Basically the same as Thread.new .
state - Variable in class org.jruby.lexer.yacc.Keyword
 
static_p() - Method in class org.jruby.javasupport.JavaField
 
static_p() - Method in class org.jruby.javasupport.JavaMethod
 
static_value() - Method in class org.jruby.javasupport.JavaField
 
status() - Method in class org.jruby.ThreadClass
 
step(RubyNumeric, RubyNumeric) - Method in class org.jruby.RubyInteger
 
stop() - Method in class org.jruby.lexer.yacc.StackState
 
store(RubySymbol) - Method in class org.jruby.RubySymbol.SymbolTable
 
str2fnum(Ruby, RubyString) - Static method in class org.jruby.RubyNumeric
Converts a string representation of a floating-point number to the numeric value.
str2inum(Ruby, RubyString, int) - Static method in class org.jruby.RubyNumeric
Converts a string representation of an integer to the integer value.
strftime(IRubyObject) - Method in class org.jruby.RubyTime
 
string() - Method in class org.jruby.RubyMatchData
match_string
stringToBytes(String) - Static method in class org.jruby.RubyString
 
stringValue(IRubyObject) - Static method in class org.jruby.RubyString
 
strip() - Method in class org.jruby.RubyString
rb_str_strip
strip_bang() - Method in class org.jruby.RubyString
rb_str_strip_bang
sub(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
sub(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_sub
sub_bang(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
sub_bang(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_sub_bang
subclass() - Method in class org.jruby.MetaClass
 
subclass() - Method in class org.jruby.RubyClass
Create a new subclass of this class.
subseq(long, long) - Method in class org.jruby.RubyArray
rb_ary_subseq
subseq(long, long) - Method in class org.jruby.RubyMatchData
 
succ() - Method in class org.jruby.RubyString
rb_str_succ
succ_bang() - Method in class org.jruby.RubyString
rb_str_succ_bang
suite() - Static method in class org.jruby.javasupport.test.JavaSupportTestSuite
 
suite() - Static method in class org.jruby.test.MainTestSuite
 
suite() - Static method in class org.jruby.test.ScriptTestSuite
 
sum(IRubyObject[]) - Method in class org.jruby.RubyString
 
superclass() - Method in class org.jruby.RubyClass
Return the real super class of this class.
superclass() - Method in class org.jruby.javasupport.JavaClass
 
swapcase() - Method in class org.jruby.RubyString
rb_str_swapcase
swapcase_bang() - Method in class org.jruby.RubyString
rb_str_swapcase_bang
symbolTable - Variable in class org.jruby.Ruby
 
sync() - Method in class org.jruby.RubyIO
Returns the current sync mode.
sync() - Method in class org.jruby.util.IOHandler
Flush and sync all writes to the filesystem.
sync() - Method in class org.jruby.util.IOHandlerSeekable
 
sync() - Method in class org.jruby.util.IOHandlerUnseekable
 
sync_set(RubyBoolean) - Method in class org.jruby.RubyIO
Sets the current sync mode.
syntaxError(ILexerSource, String) - Method in interface org.ablaf.lexer.ILexerErrorSupport
 
syntaxError(ISourcePosition, String) - Method in interface org.ablaf.lexer.ILexerErrorSupport
 
syntaxWarning(ILexerSource, String) - Method in interface org.ablaf.lexer.ILexerErrorSupport
 
syntaxWarning(ISourcePosition, String) - Method in interface org.ablaf.lexer.ILexerErrorSupport
 
sysread(RubyFixnum) - Method in class org.jruby.RubyIO
 
sysread(int) - Method in class org.jruby.util.IOHandler
 
sysread() - Method in class org.jruby.util.IOHandler
 
sysread() - Method in class org.jruby.util.IOHandlerSeekable
 
sysread() - Method in class org.jruby.util.IOHandlerUnseekable
 
system(IRubyObject, IRubyObject[]) - Static method in class org.jruby.KernelModule
 
syswrite(IRubyObject) - Method in class org.jruby.RubyIO
 
syswrite(String) - Method in class org.jruby.util.IOHandler
 
syswrite(String) - Method in class org.jruby.util.IOHandlerSeekable
 
syswrite(String) - Method in class org.jruby.util.IOHandlerUnseekable
 

T

TestCommandlineParser - class org.jruby.test.TestCommandlineParser.
 
TestCommandlineParser(String) - Constructor for class org.jruby.test.TestCommandlineParser
 
TestHelper - class org.jruby.util.TestHelper.
Helper class, used for testing calls to java from ruby code.
TestHelper() - Constructor for class org.jruby.util.TestHelper
 
TestHelper.SomeInterface - interface org.jruby.util.TestHelper.SomeInterface.
 
TestIdentitySet - class org.jruby.test.TestIdentitySet.
 
TestIdentitySet(String) - Constructor for class org.jruby.test.TestIdentitySet
 
TestIntWrapper - interface org.jruby.javasupport.test.TestIntWrapper.
 
TestIntWrapperImpl - class org.jruby.javasupport.test.TestIntWrapperImpl.
 
TestIntWrapperImpl(long) - Constructor for class org.jruby.javasupport.test.TestIntWrapperImpl
 
TestJavaUtil - class org.jruby.test.TestJavaUtil.
 
TestJavaUtil(String) - Constructor for class org.jruby.test.TestJavaUtil
 
TestKernel - class org.jruby.test.TestKernel.
Unit test for the kernel class.
TestKernel(String) - Constructor for class org.jruby.test.TestKernel
 
TestObjectSpace - class org.jruby.test.TestObjectSpace.
 
TestObjectSpace(String) - Constructor for class org.jruby.test.TestObjectSpace
 
TestRuby - class org.jruby.test.TestRuby.
Unit test for the ruby class.
TestRuby(String) - Constructor for class org.jruby.test.TestRuby
 
TestRubyBase - class org.jruby.test.TestRubyBase.
 
TestRubyBase(String) - Constructor for class org.jruby.test.TestRubyBase
 
TestRubyCollect - class org.jruby.test.TestRubyCollect.
 
TestRubyCollect(String) - Constructor for class org.jruby.test.TestRubyCollect
 
TestRubyHash - class org.jruby.test.TestRubyHash.
 
TestRubyHash(String) - Constructor for class org.jruby.test.TestRubyHash
 
TestRubyNil - class org.jruby.test.TestRubyNil.
 
TestRubyNil(String) - Constructor for class org.jruby.test.TestRubyNil
 
TestRubyObject - class org.jruby.test.TestRubyObject.
 
TestRubyObject(String) - Constructor for class org.jruby.test.TestRubyObject
 
TestRubyProxyFactory - class org.jruby.javasupport.test.TestRubyProxyFactory.
 
TestRubyProxyFactory(String) - Constructor for class org.jruby.javasupport.test.TestRubyProxyFactory
 
TestRubySymbol - class org.jruby.test.TestRubySymbol.
 
TestRubySymbol(String) - Constructor for class org.jruby.test.TestRubySymbol
 
TestRubyTime - class org.jruby.test.TestRubyTime.
 
TestRubyTime(String) - Constructor for class org.jruby.test.TestRubyTime
 
ThreadClass - class org.jruby.ThreadClass.
Implementation of Ruby's Thread class.
ThreadContext - class org.jruby.runtime.ThreadContext.
 
ThreadContext(Ruby) - Constructor for class org.jruby.runtime.ThreadContext
Constructor for Context.
ThreadError - exception org.jruby.exceptions.ThreadError.
 
ThreadError(Ruby, String) - Constructor for class org.jruby.exceptions.ThreadError
 
ThreadLibrary - class org.jruby.libraries.ThreadLibrary.
 
ThreadLibrary() - Constructor for class org.jruby.libraries.ThreadLibrary
 
ThreadService - class org.jruby.internal.runtime.ThreadService.
 
ThreadService(Ruby) - Constructor for class org.jruby.internal.runtime.ThreadService
 
ThrowJump - exception org.jruby.exceptions.ThrowJump.
Created by the global throw function.
ThrowJump(String, IRubyObject) - Constructor for class org.jruby.exceptions.ThrowJump
Constructor for ThrowJump.
Token - interface org.jruby.parser.Token.
 
TopSelfFactory - class org.jruby.TopSelfFactory.
 
TrueNode - class org.jruby.ast.TrueNode.
 
TrueNode(ISourcePosition) - Constructor for class org.jruby.ast.TrueNode
 
TypeError - exception org.jruby.exceptions.TypeError.
 
TypeError(Ruby, String) - Constructor for class org.jruby.exceptions.TypeError
Constructs an RubyTypeException with the specified detail message.
TypeError(Ruby, IRubyObject, RubyClass) - Constructor for class org.jruby.exceptions.TypeError
 
tAMPER - Static variable in class org.jruby.parser.DefaultRubyParser
 
tAMPER - Static variable in interface org.jruby.parser.Token
 
tANDOP - Static variable in class org.jruby.parser.DefaultRubyParser
 
tANDOP - Static variable in interface org.jruby.parser.Token
 
tAREF - Static variable in class org.jruby.parser.DefaultRubyParser
 
tAREF - Static variable in interface org.jruby.parser.Token
 
tARRAY - Static variable in class org.jruby.parser.DefaultRubyParser
 
tARRAY - Static variable in interface org.jruby.parser.Token
 
tASET - Static variable in class org.jruby.parser.DefaultRubyParser
 
tASET - Static variable in interface org.jruby.parser.Token
 
tASSOC - Static variable in class org.jruby.parser.DefaultRubyParser
 
tASSOC - Static variable in interface org.jruby.parser.Token
 
tBACK_REF - Static variable in class org.jruby.parser.DefaultRubyParser
 
tBACK_REF - Static variable in interface org.jruby.parser.Token
 
tCMP - Static variable in class org.jruby.parser.DefaultRubyParser
 
tCMP - Static variable in interface org.jruby.parser.Token
 
tCOLON2 - Static variable in class org.jruby.parser.DefaultRubyParser
 
tCOLON2 - Static variable in interface org.jruby.parser.Token
 
tCOLON3 - Static variable in class org.jruby.parser.DefaultRubyParser
 
tCOLON3 - Static variable in interface org.jruby.parser.Token
 
tCONSTANT - Static variable in class org.jruby.parser.DefaultRubyParser
 
tCONSTANT - Static variable in interface org.jruby.parser.Token
 
tCVAR - Static variable in class org.jruby.parser.DefaultRubyParser
 
tCVAR - Static variable in interface org.jruby.parser.Token
 
tDOT2 - Static variable in class org.jruby.parser.DefaultRubyParser
 
tDOT2 - Static variable in interface org.jruby.parser.Token
 
tDOT3 - Static variable in class org.jruby.parser.DefaultRubyParser
 
tDOT3 - Static variable in interface org.jruby.parser.Token
 
tDREGEXP - Static variable in class org.jruby.parser.DefaultRubyParser
 
tDREGEXP - Static variable in interface org.jruby.parser.Token
 
tDSTRING - Static variable in class org.jruby.parser.DefaultRubyParser
 
tDSTRING - Static variable in interface org.jruby.parser.Token
 
tDXSTRING - Static variable in class org.jruby.parser.DefaultRubyParser
 
tDXSTRING - Static variable in interface org.jruby.parser.Token
 
tEQ - Static variable in class org.jruby.parser.DefaultRubyParser
 
tEQ - Static variable in interface org.jruby.parser.Token
 
tEQQ - Static variable in class org.jruby.parser.DefaultRubyParser
 
tEQQ - Static variable in interface org.jruby.parser.Token
 
tFID - Static variable in class org.jruby.parser.DefaultRubyParser
 
tFID - Static variable in interface org.jruby.parser.Token
 
tFLOAT - Static variable in class org.jruby.parser.DefaultRubyParser
 
tFLOAT - Static variable in interface org.jruby.parser.Token
 
tGEQ - Static variable in class org.jruby.parser.DefaultRubyParser
 
tGEQ - Static variable in interface org.jruby.parser.Token
 
tGVAR - Static variable in class org.jruby.parser.DefaultRubyParser
 
tGVAR - Static variable in interface org.jruby.parser.Token
 
tIDENTIFIER - Static variable in class org.jruby.parser.DefaultRubyParser
 
tIDENTIFIER - Static variable in interface org.jruby.parser.Token
 
tINTEGER - Static variable in class org.jruby.parser.DefaultRubyParser
 
tINTEGER - Static variable in interface org.jruby.parser.Token
 
tIVAR - Static variable in class org.jruby.parser.DefaultRubyParser
 
tIVAR - Static variable in interface org.jruby.parser.Token
 
tLBRACE - Static variable in class org.jruby.parser.DefaultRubyParser
 
tLBRACE - Static variable in interface org.jruby.parser.Token
 
tLBRACK - Static variable in class org.jruby.parser.DefaultRubyParser
 
tLBRACK - Static variable in interface org.jruby.parser.Token
 
tLEQ - Static variable in class org.jruby.parser.DefaultRubyParser
 
tLEQ - Static variable in interface org.jruby.parser.Token
 
tLPAREN - Static variable in class org.jruby.parser.DefaultRubyParser
 
tLPAREN - Static variable in interface org.jruby.parser.Token
 
tLSHFT - Static variable in class org.jruby.parser.DefaultRubyParser
 
tLSHFT - Static variable in interface org.jruby.parser.Token
 
tMATCH - Static variable in class org.jruby.parser.DefaultRubyParser
 
tMATCH - Static variable in interface org.jruby.parser.Token
 
tNEQ - Static variable in class org.jruby.parser.DefaultRubyParser
 
tNEQ - Static variable in interface org.jruby.parser.Token
 
tNMATCH - Static variable in class org.jruby.parser.DefaultRubyParser
 
tNMATCH - Static variable in interface org.jruby.parser.Token
 
tNTH_REF - Static variable in class org.jruby.parser.DefaultRubyParser
 
tNTH_REF - Static variable in interface org.jruby.parser.Token
 
tOP_ASGN - Static variable in class org.jruby.parser.DefaultRubyParser
 
tOP_ASGN - Static variable in interface org.jruby.parser.Token
 
tOROP - Static variable in class org.jruby.parser.DefaultRubyParser
 
tOROP - Static variable in interface org.jruby.parser.Token
 
tPOW - Static variable in class org.jruby.parser.DefaultRubyParser
 
tPOW - Static variable in interface org.jruby.parser.Token
 
tREGEXP - Static variable in class org.jruby.parser.DefaultRubyParser
 
tREGEXP - Static variable in interface org.jruby.parser.Token
 
tRSHFT - Static variable in class org.jruby.parser.DefaultRubyParser
 
tRSHFT - Static variable in interface org.jruby.parser.Token
 
tSTAR - Static variable in class org.jruby.parser.DefaultRubyParser
 
tSTAR - Static variable in interface org.jruby.parser.Token
 
tSTRING - Static variable in class org.jruby.parser.DefaultRubyParser
 
tSTRING - Static variable in interface org.jruby.parser.Token
 
tSYMBEG - Static variable in class org.jruby.parser.DefaultRubyParser
 
tSYMBEG - Static variable in interface org.jruby.parser.Token
 
tUMINUS - Static variable in class org.jruby.parser.DefaultRubyParser
 
tUMINUS - Static variable in interface org.jruby.parser.Token
 
tUPLUS - Static variable in class org.jruby.parser.DefaultRubyParser
 
tUPLUS - Static variable in interface org.jruby.parser.Token
 
tXSTRING - Static variable in class org.jruby.parser.DefaultRubyParser
 
tXSTRING - Static variable in interface org.jruby.parser.Token
 
taint() - Method in class org.jruby.RubyFixnum
 
taint() - Method in class org.jruby.RubyObject
rb_obj_taint
taint() - Method in class org.jruby.RubySymbol
 
tainted() - Method in class org.jruby.RubyObject
rb_obj_tainted
tan(IRubyObject, RubyNumeric) - Static method in class org.jruby.RubyMath
 
tearDown() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
tearDown() - Method in class org.jruby.test.TestKernel
 
tearDown() - Method in class org.jruby.test.TestRubyBase
 
tearDown() - Method in class org.jruby.test.TestRubyCollect
 
tearDown() - Method in class org.jruby.test.TestRubyHash
 
tell() - Method in class org.jruby.RubyDir
Returns the current position in the directory.
terminate() - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
testArgsCount(Ruby, IRubyObject[]) - Method in class org.jruby.runtime.callback.AbstractCallback
 
testBool() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testClone() - Method in class org.jruby.test.TestRubyObject
 
testConstructors() - Method in class org.jruby.test.TestRubyHash
Test literal constructor {}, Hash::[], and Hash::new with and without the optional default-value argument.
testConversions() - Method in class org.jruby.test.TestRubyHash
Hash#to_s, Hash#to_a, Hash#to_hash
testConvertJavaToRuby() - Method in class org.jruby.test.TestJavaUtil
 
testDefault() - Method in class org.jruby.test.TestRubyHash
Hash#default, Hash#default=
testDeleting() - Method in class org.jruby.test.TestRubyHash
Hash#delete, Hash#delete_if, Hash#reject, Hash#reject!
testDouble() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testDup() - Method in class org.jruby.test.TestRubyObject
 
testDuplicateProxyObjects() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testEmptyString() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testEquals() - Method in class org.jruby.test.TestRubyObject
 
testFreeze() - Method in class org.jruby.test.TestRubyObject
 
testFrozen() - Method in class org.jruby.IncludedModuleWrapper
 
testFrozen() - Method in class org.jruby.MetaClass
 
testFrozen() - Method in class org.jruby.RubyClass
 
testFrozen() - Method in class org.jruby.RubyModule
rb_frozen_class_p
testGlobalVariable() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testGmtimeAndZone() - Method in class org.jruby.test.TestRubyTime
 
testIngoingProxy() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testInspect() - Method in class org.jruby.test.TestRubyNil
 
testInteger() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testIsFalseOrTrue() - Method in class org.jruby.test.TestRubyNil
 
testIsNil() - Method in class org.jruby.test.TestRubyNil
 
testIterating() - Method in class org.jruby.test.TestRubyHash
Hash#each, Hash#each_pair, Hash#each_value, Hash#each_key
testLoad() - Method in class org.jruby.test.TestKernel
 
testLong() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testLookups() - Method in class org.jruby.test.TestRubyHash
Test Hash#[]= (store) and Hash#[] (retrieve).
testNewProxyObject() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testNil() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testNil() - Method in class org.jruby.test.TestRubyObject
 
testNilGlobalVariable() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testNilSymbol() - Method in class org.jruby.test.TestRubySymbol
 
testNoArgs() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testNumberBoundaries() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testNumberObjs() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testObject() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testObjectSpace() - Method in class org.jruby.test.TestObjectSpace
 
testOpAnd() - Method in class org.jruby.test.TestRubyNil
 
testOpOr() - Method in class org.jruby.test.TestRubyNil
 
testOpXOr() - Method in class org.jruby.test.TestRubyNil
 
testOutcomingProxy() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testParsing() - Method in class org.jruby.test.TestCommandlineParser
 
testPrintf() - Method in class org.jruby.test.TestKernel
 
testRequire() - Method in class org.jruby.test.TestKernel
 
testRestructuring() - Method in class org.jruby.test.TestRubyHash
Hash#sort, Hash#invert
testRubyCollect() - Method in class org.jruby.test.TestRubyCollect
 
testSizeRelated() - Method in class org.jruby.test.TestRubyHash
Hash#size, Hash#length, Hash#empty?
testStoring() - Method in class org.jruby.test.TestIdentitySet
 
testString() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testSymbolTable() - Method in class org.jruby.test.TestRubySymbol
 
testTaint() - Method in class org.jruby.test.TestRubyObject
 
testTimeAt() - Method in class org.jruby.test.TestRubyTime
 
testTimeCreated() - Method in class org.jruby.test.TestRubyTime
 
testTimeNow() - Method in class org.jruby.test.TestRubyTime
 
testToA() - Method in class org.jruby.test.TestRubyNil
 
testToI() - Method in class org.jruby.test.TestRubyNil
 
testToS() - Method in class org.jruby.test.TestRubyNil
 
testToString() - Method in class org.jruby.javasupport.test.TestRubyProxyFactory
 
testTrue() - Method in class org.jruby.test.TestRubyObject
 
testType() - Method in class org.jruby.test.TestRubyNil
 
testType() - Method in class org.jruby.test.TestRubyObject
 
testVarAndMet() - Method in class org.jruby.test.TestRuby
 
test_kind_of() - Method in class org.jruby.test.TestRubyObject
 
test_to_s() - Method in class org.jruby.test.TestRubyObject
 
throwException() - Static method in class org.jruby.util.TestHelper
used to test native exception handling.
times() - Method in class org.jruby.RubyFixnum
 
times() - Method in class org.jruby.RubyInteger
 
toArray(IRubyObject) - Method in class org.jruby.Builtins
Converts a RubyObject into a RubyArray.
toByteArray() - Method in class org.jruby.RubyString
 
toFloat() - Method in class org.jruby.RubyInteger
 
toInteger(long) - Method in class org.jruby.Builtins
 
toJavaArray() - Method in class org.jruby.RubyArray
 
toName() - Method in class org.jruby.RubyModule
 
toString() - Method in class org.ablaf.internal.lexer.DefaultLexerPosition
 
toString(String) - Method in class org.jruby.Builtins
 
toString() - Method in class org.jruby.RubyFile
 
toString() - Method in class org.jruby.RubyIO
 
toString() - Method in class org.jruby.RubyObject
 
toString() - Method in class org.jruby.RubyString
 
toString(Object) - Static method in class org.jruby.internal.util.Utils
 
toString() - Method in class org.jruby.internal.util.collections.LinkedObject
 
toString() - Method in class org.jruby.internal.util.collections.Stack
 
toString() - Method in class org.jruby.javasupport.test.TestIntWrapperImpl
 
toString() - Method in class org.jruby.lexer.yacc.LexState
 
toString() - Method in class org.jruby.runtime.Iter
 
toString() - Method in class org.jruby.runtime.Visibility
 
toSymbol(String) - Method in class org.jruby.Builtins
 
to_a() - Method in class org.jruby.RubyArray
rb_ary_to_a
to_a() - Method in class org.jruby.RubyHash
 
to_a() - Method in class org.jruby.RubyMatchData
match_to_a
to_a(IRubyObject) - Static method in class org.jruby.RubyNil
nil_to_a
to_a() - Method in class org.jruby.RubyObject
 
to_a() - Method in class org.jruby.RubyStruct
 
to_a() - Method in class org.jruby.RubyTime
 
to_f() - Method in class org.jruby.RubyBignum
 
to_f() - Method in class org.jruby.RubyFixnum
 
to_f() - Method in class org.jruby.RubyFloat
 
to_f() - Method in class org.jruby.RubyString
rb_str_to_f
to_f() - Method in class org.jruby.RubyTime
 
to_hash() - Method in class org.jruby.RubyHash
 
to_i() - Method in class org.jruby.RubyFloat
 
to_i() - Method in class org.jruby.RubyInteger
 
to_i(IRubyObject) - Static method in class org.jruby.RubyNil
nil_to_i
to_i() - Method in class org.jruby.RubyString
rb_str_to_i
to_i() - Method in class org.jruby.RubySymbol
 
to_i() - Method in class org.jruby.RubyTime
 
to_proc() - Method in class org.jruby.Method
Create a Proc object.
to_s() - Method in class org.jruby.RubyArray
rb_ary_to_s
to_s() - Method in class org.jruby.RubyBignum
 
to_s() - Method in class org.jruby.RubyException
 
to_s() - Method in class org.jruby.RubyFixnum
 
to_s() - Method in class org.jruby.RubyFloat
 
to_s() - Method in class org.jruby.RubyHash
 
to_s() - Method in class org.jruby.RubyMatchData
match_to_s
to_s() - Method in class org.jruby.RubyModule
rb_mod_to_s
to_s(IRubyObject) - Static method in class org.jruby.RubyNil
nil_to_s
to_s() - Method in class org.jruby.RubyObject
 
to_s() - Method in class org.jruby.RubyString
rb_str_to_s
to_s() - Method in class org.jruby.RubyStruct
 
to_s() - Method in class org.jruby.RubySymbol
 
to_s() - Method in class org.jruby.RubyTime
 
to_s() - Method in class org.jruby.javasupport.JavaObject
 
token() - Method in interface org.ablaf.lexer.IYaccLexer
 
token() - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
top - Variable in class org.jruby.util.collections.AbstractStack
 
tr(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_tr
tr_bang(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_tr_bang
tr_s(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_tr_s
tr_s_bang(IRubyObject[]) - Method in class org.jruby.RubyString
rb_str_tr_s_bang
truncate() - Method in class org.jruby.RubyFloat
 
truncate() - Method in class org.jruby.RubyNumeric
num_truncate
type - Variable in class org.jruby.MetaClass
 
type() - Method in class org.jruby.RubyBoolean
false_type true_type
type(IRubyObject) - Static method in class org.jruby.RubyNil
nil_type
type() - Method in class org.jruby.RubyObject
rb_obj_type

U

UnboundMethod - class org.jruby.UnboundMethod.
 
UnboundMethod(Ruby) - Constructor for class org.jruby.UnboundMethod
 
UndefNode - class org.jruby.ast.UndefNode.
Represents an undef statement.
UndefNode(ISourcePosition, String) - Constructor for class org.jruby.ast.UndefNode
 
UndefinedAccessor - class org.jruby.internal.runtime.UndefinedAccessor.
 
UndefinedAccessor(Ruby, GlobalVariable, String) - Constructor for class org.jruby.internal.runtime.UndefinedAccessor
Constructor for UndefinedAccessor.
UndefinedMethod - class org.jruby.internal.runtime.methods.UndefinedMethod.
 
UnmarshalCache - class org.jruby.runtime.marshal.UnmarshalCache.
 
UnmarshalCache(Ruby) - Constructor for class org.jruby.runtime.marshal.UnmarshalCache
 
UnmarshalStream - class org.jruby.runtime.marshal.UnmarshalStream.
Unmarshals objects from strings or streams in Ruby's marsal format.
UnmarshalStream(Ruby, InputStream) - Constructor for class org.jruby.runtime.marshal.UnmarshalStream
 
UntilNode - class org.jruby.ast.UntilNode.
Represents an until statement.
UntilNode(ISourcePosition, INode, INode) - Constructor for class org.jruby.ast.UntilNode
 
UselessStatementVisitor - class org.jruby.ast.visitor.UselessStatementVisitor.
 
UselessStatementVisitor(IErrorHandler) - Constructor for class org.jruby.ast.visitor.UselessStatementVisitor
 
Utils - class org.jruby.internal.util.Utils.
 
Utils() - Constructor for class org.jruby.internal.util.Utils
 
unbind() - Method in class org.jruby.Method
 
unbind() - Method in class org.jruby.UnboundMethod
 
undeclareBean(BSFDeclaredBean) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
undef(String) - Method in class org.jruby.RubyModule
rb_undef
undef_method(IRubyObject) - Method in class org.jruby.RubyModule
 
undefineMethod(String) - Method in class org.jruby.RubyModule
 
unextend(String) - Method in class org.jruby.runtime.regexp.IRegexpAdapter
Removes whitespace and comments from regexp, for those libs (like gnu.regexp) that don't support extended syntax.
ungetc(RubyFixnum) - Method in class org.jruby.RubyIO
Pushes char represented by int back onto IOS.
ungetc(int) - Method in class org.jruby.util.IOHandler
 
uniq() - Method in class org.jruby.RubyArray
rb_ary_uniq
uniq_bang() - Method in class org.jruby.RubyArray
rb_ary_uniq_bang
unlink(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
unlock() - Method in class org.jruby.libraries.Mutex
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyArray
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyBignum
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyClass
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyFixnum
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyHash
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyModule
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyString
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyStruct
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubySymbol
 
unmarshalInt() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
unmarshalObject() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
unmarshalString() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
unpack(IRubyObject) - Method in class org.jruby.RubyString
 
unpack(String, RubyString) - Static method in class org.jruby.util.Pack
Decodes str (which may contain binary data) according to the format string, returning an array of each value extracted.
unread() - Method in class org.ablaf.internal.lexer.AbstractLexerSource
 
unread() - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
unread() - Method in interface org.ablaf.lexer.ILexerSource
Unread the last read char.
unread() - Method in interface org.ablaf.lexer.ILexerSupport
 
unread() - Method in class org.jruby.lexer.yacc.RubyLexerSupport
 
unreadMany(int) - Method in class org.ablaf.internal.lexer.DefaultLexerSupport
 
unreadMany(int) - Method in interface org.ablaf.lexer.ILexerSupport
 
unregisterAdapters(IAdapterFactory) - Method in interface org.ablaf.common.IAdapterManager
 
unregisterAdapters(IAdapterFactory, Class) - Method in interface org.ablaf.common.IAdapterManager
 
unregisterAdapters(IAdapterFactory) - Method in class org.ablaf.internal.common.DefaultAdapterManager
 
unregisterAdapters(IAdapterFactory, Class) - Method in class org.ablaf.internal.common.DefaultAdapterManager
 
unregisterIOHandler(int) - Static method in class org.jruby.RubyIO
 
unshift(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_unshift
unshift(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_unshift_m
untaint() - Method in class org.jruby.RubyObject
rb_obj_untaint
upcase() - Method in class org.jruby.RubyString
rb_str_upcase
upcase_bang() - Method in class org.jruby.RubyString
rb_str_upcase_bang
update(IRubyObject) - Method in class org.jruby.RubyHash
 
updateTopLocalVariables() - Method in class org.jruby.parser.ParserSupport
Description of the Method
upto(RubyNumeric) - Method in class org.jruby.RubyInteger
 
upto(IRubyObject) - Method in class org.jruby.RubyString
rb_str_upto_m
upto(IRubyObject, boolean) - Method in class org.jruby.RubyString
 
usec() - Method in class org.jruby.RubyTime
 

V

VARIABLE - Static variable in class org.jruby.runtime.CallType
 
VAliasNode - class org.jruby.ast.VAliasNode.
Represents an alias of a global variable.
VAliasNode(ISourcePosition, String, String) - Constructor for class org.jruby.ast.VAliasNode
 
VCallNode - class org.jruby.ast.VCallNode.
Method call without any arguments
VCallNode(ISourcePosition, String) - Constructor for class org.jruby.ast.VCallNode
 
VERBOSE - Static variable in interface org.jruby.common.IErrors
 
VERSION - Static variable in interface org.jruby.runtime.Constants
 
ValueAccessor - class org.jruby.internal.runtime.ValueAccessor.
 
ValueAccessor(IRubyObject) - Constructor for class org.jruby.internal.runtime.ValueAccessor
 
ValueConverter - class org.jruby.evaluator.ValueConverter.
 
ValueConverter(Ruby) - Constructor for class org.jruby.evaluator.ValueConverter
 
Visibility - class org.jruby.runtime.Visibility.
 
value() - Method in interface org.ablaf.lexer.IYaccLexer
 
value(IRubyObject) - Method in class org.jruby.javasupport.JavaField
 
value() - Method in class org.jruby.lexer.yacc.RubyYaccLexer
 
value_type() - Method in class org.jruby.javasupport.JavaField
 
values() - Method in class org.jruby.RubyHash
 
values_at(IRubyObject[]) - Method in class org.jruby.RubyHash
 
variableName(String) - Static method in class org.jruby.runtime.GlobalVariable
 
verbose - Variable in class org.jruby.util.CommandlineParser
 
veryEqual(IRubyObject) - Method in class org.jruby.RubyNumeric
num_equal
visitAliasNode(AliasNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitAliasNode(AliasNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitAliasNode(AliasNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitAliasNode(AliasNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitAndNode(AndNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitAndNode(AndNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitAndNode(AndNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitAndNode(AndNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitArgsNode(ArgsNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitArgsNode(ArgsNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitArgsNode(ArgsNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitArgsNode(ArgsNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitArrayNode(ArrayNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitArrayNode(ArrayNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitArrayNode(ArrayNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitArrayNode(ArrayNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitAttrSetNode(AttrSetNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitAttrSetNode(AttrSetNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitAttrSetNode(AttrSetNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitAttrSetNode(AttrSetNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitAttrSetNode(AttrSetNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitBackRefNode(BackRefNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitBackRefNode(BackRefNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitBackRefNode(BackRefNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBackRefNode(BackRefNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitBackRefNode(BackRefNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitBackRefNode(BackRefNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitBeginNode(BeginNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitBeginNode(BeginNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitBeginNode(BeginNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitBeginNode(BeginNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBeginNode(BeginNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitBignumNode(BignumNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitBignumNode(BignumNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitBignumNode(BignumNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBignumNode(BignumNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitBignumNode(BignumNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitBlockArgNode(BlockArgNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitBlockArgNode(BlockArgNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitBlockArgNode(BlockArgNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBlockArgNode(BlockArgNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitBlockNode(BlockNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitBlockNode(BlockNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitBlockNode(BlockNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitBlockNode(BlockNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBlockNode(BlockNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitBlockPassNode(BlockPassNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitBlockPassNode(BlockPassNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitBlockPassNode(BlockPassNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBlockPassNode(BlockPassNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitBreakNode(BreakNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitBreakNode(BreakNode) - Method in class org.jruby.ast.visitor.BreakStatementVisitor
 
visitBreakNode(BreakNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitBreakNode(BreakNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitBreakNode(BreakNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBreakNode(BreakNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitCallNode(CallNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitCallNode(CallNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitCallNode(CallNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitCallNode(CallNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitCallNode(CallNode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitCallNode(CallNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitCallNode(CallNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitCaseNode(CaseNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitCaseNode(CaseNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitCaseNode(CaseNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitCaseNode(CaseNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitClassNode(ClassNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitClassNode(ClassNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitClassNode(ClassNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitClassNode(ClassNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitClassNode(ClassNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitClassNode(ClassNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitClassVarDeclNode(ClassVarDeclNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitClassVarDeclNode(ClassVarDeclNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitClassVarDeclNode(ClassVarDeclNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitClassVarDeclNode(ClassVarDeclNode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitClassVarDeclNode(ClassVarDeclNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitClassVarDeclNode(ClassVarDeclNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitClassVarNode(ClassVarNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitClassVarNode(ClassVarNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitClassVarNode(ClassVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitClassVarNode(ClassVarNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitClassVarNode(ClassVarNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitClassVarNode(ClassVarNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitColon2Node(Colon2Node) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitColon2Node(Colon2Node) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitColon2Node(Colon2Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitColon2Node(Colon2Node) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitColon2Node(Colon2Node) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitColon2Node(Colon2Node) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitColon3Node(Colon3Node) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitColon3Node(Colon3Node) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitColon3Node(Colon3Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitColon3Node(Colon3Node) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitConstDeclNode(ConstDeclNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitConstDeclNode(ConstDeclNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitConstDeclNode(ConstDeclNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitConstDeclNode(ConstDeclNode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitConstDeclNode(ConstDeclNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitConstDeclNode(ConstDeclNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitConstNode(ConstNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitConstNode(ConstNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitConstNode(ConstNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitConstNode(ConstNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitConstNode(ConstNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitConstNode(ConstNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitDAsgnNode(DAsgnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitDAsgnNode(DAsgnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitDAsgnNode(DAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDAsgnNode(DAsgnNode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitDAsgnNode(DAsgnNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitDAsgnNode(DAsgnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitDRegxNode(DRegexpNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitDRegxNode(DRegexpNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitDRegxNode(DRegexpNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDRegxNode(DRegexpNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitDRegxNode(DRegexpNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitDStrNode(DStrNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitDStrNode(DStrNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitDStrNode(DStrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDStrNode(DStrNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitDStrNode(DStrNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitDVarNode(DVarNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitDVarNode(DVarNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitDVarNode(DVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDVarNode(DVarNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitDVarNode(DVarNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitDVarNode(DVarNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitDXStrNode(DXStrNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitDXStrNode(DXStrNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitDXStrNode(DXStrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDXStrNode(DXStrNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitDefinedNode(DefinedNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitDefinedNode(DefinedNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitDefinedNode(DefinedNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDefinedNode(DefinedNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitDefinedNode(DefinedNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitDefnNode(DefnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitDefnNode(DefnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitDefnNode(DefnNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitDefnNode(DefnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDefnNode(DefnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitDefsNode(DefsNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitDefsNode(DefsNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitDefsNode(DefsNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitDefsNode(DefsNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDefsNode(DefsNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitDotNode(DotNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitDotNode(DotNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitDotNode(DotNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDotNode(DotNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitDotNode(DotNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitEnsureNode(EnsureNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitEnsureNode(EnsureNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitEnsureNode(EnsureNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitEnsureNode(EnsureNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitEvStrNode(EvStrNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitEvStrNode(EvStrNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitEvStrNode(EvStrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitEvStrNode(EvStrNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitExpandArrayNode(ExpandArrayNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitExpandArrayNode(ExpandArrayNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitExpandArrayNode(ExpandArrayNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitExpandArrayNode(ExpandArrayNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitFCallNode(FCallNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitFCallNode(FCallNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitFCallNode(FCallNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFCallNode(FCallNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitFCallNode(FCallNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitFalseNode(FalseNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitFalseNode(FalseNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitFalseNode(FalseNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFalseNode(FalseNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitFalseNode(FalseNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitFalseNode(FalseNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitFixnumNode(FixnumNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitFixnumNode(FixnumNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitFixnumNode(FixnumNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFixnumNode(FixnumNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitFixnumNode(FixnumNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitFlipNode(FlipNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitFlipNode(FlipNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitFlipNode(FlipNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFlipNode(FlipNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitFloatNode(FloatNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitFloatNode(FloatNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitFloatNode(FloatNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFloatNode(FloatNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitFloatNode(FloatNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitForNode(ForNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitForNode(ForNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitForNode(ForNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitForNode(ForNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitGlobalAsgnNode(GlobalAsgnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitGlobalAsgnNode(GlobalAsgnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitGlobalAsgnNode(GlobalAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitGlobalAsgnNode(GlobalAsgnNode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitGlobalAsgnNode(GlobalAsgnNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitGlobalAsgnNode(GlobalAsgnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitGlobalVarNode(GlobalVarNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitGlobalVarNode(GlobalVarNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitGlobalVarNode(GlobalVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitGlobalVarNode(GlobalVarNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitGlobalVarNode(GlobalVarNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitGlobalVarNode(GlobalVarNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitHashNode(HashNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitHashNode(HashNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitHashNode(HashNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitHashNode(HashNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitIfNode(IfNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitIfNode(IfNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitIfNode(IfNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitIfNode(IfNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitIfNode(IfNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitInstAsgnNode(InstAsgnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitInstAsgnNode(InstAsgnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitInstAsgnNode(InstAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitInstAsgnNode(InstAsgnNode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitInstAsgnNode(InstAsgnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitInstVarNode(InstVarNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitInstVarNode(InstVarNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitInstVarNode(InstVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitInstVarNode(InstVarNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitInstVarNode(InstVarNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitInstVarNode(InstVarNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitIterNode(IterNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitIterNode(IterNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitIterNode(IterNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitIterNode(IterNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitLocalAsgnNode(LocalAsgnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitLocalAsgnNode(LocalAsgnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitLocalAsgnNode(LocalAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitLocalAsgnNode(LocalAsgnNode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitLocalAsgnNode(LocalAsgnNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitLocalAsgnNode(LocalAsgnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitLocalVarNode(LocalVarNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitLocalVarNode(LocalVarNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitLocalVarNode(LocalVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitLocalVarNode(LocalVarNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitLocalVarNode(LocalVarNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitLocalVarNode(LocalVarNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitMatch2Node(Match2Node) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitMatch2Node(Match2Node) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitMatch2Node(Match2Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitMatch2Node(Match2Node) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitMatch2Node(Match2Node) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitMatch3Node(Match3Node) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitMatch3Node(Match3Node) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitMatch3Node(Match3Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitMatch3Node(Match3Node) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitMatch3Node(Match3Node) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitMatchNode(MatchNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitMatchNode(MatchNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitMatchNode(MatchNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitMatchNode(MatchNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitModuleNode(ModuleNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitModuleNode(ModuleNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitModuleNode(ModuleNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitModuleNode(ModuleNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitModuleNode(ModuleNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitMultipleAsgnNode(MultipleAsgnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitMultipleAsgnNode(MultipleAsgnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitMultipleAsgnNode(MultipleAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitMultipleAsgnNode(MultipleAsgnNode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitMultipleAsgnNode(MultipleAsgnNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitMultipleAsgnNode(MultipleAsgnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitNewlineNode(NewlineNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitNewlineNode(NewlineNode) - Method in class org.jruby.ast.visitor.BreakStatementVisitor
 
visitNewlineNode(NewlineNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitNewlineNode(NewlineNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitNewlineNode(NewlineNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitNewlineNode(NewlineNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitNewlineNode(NewlineNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitNextNode(NextNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitNextNode(NextNode) - Method in class org.jruby.ast.visitor.BreakStatementVisitor
 
visitNextNode(NextNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitNextNode(NextNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitNextNode(NextNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitNextNode(NextNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitNilNode(NilNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitNilNode(NilNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitNilNode(NilNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitNilNode(NilNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitNilNode(NilNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitNilNode(NilNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitNode(INode) - Method in class org.jruby.ast.visitor.AbstractVisitor
This method is called by default for each visited Node.
visitNode(INode) - Method in class org.jruby.ast.visitor.BreakStatementVisitor
 
visitNode(INode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitNode(INode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitNode(INode) - Method in class org.jruby.evaluator.AssignmentVisitor
 
visitNode(INode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitNotNode(NotNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitNotNode(NotNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitNotNode(NotNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitNotNode(NotNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitNthRefNode(NthRefNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitNthRefNode(NthRefNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitNthRefNode(NthRefNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitNthRefNode(NthRefNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitNthRefNode(NthRefNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitNthRefNode(NthRefNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitNullNode() - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitNullNode() - Method in class org.jruby.evaluator.DefinedVisitor
 
visitOpAsgnAndNode(OpAsgnAndNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitOpAsgnAndNode(OpAsgnAndNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitOpAsgnAndNode(OpAsgnAndNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOpAsgnAndNode(OpAsgnAndNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitOpAsgnNode(OpAsgnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitOpAsgnNode(OpAsgnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitOpAsgnNode(OpAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOpAsgnNode(OpAsgnNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitOpAsgnNode(OpAsgnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitOpAsgnOrNode(OpAsgnOrNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitOpAsgnOrNode(OpAsgnOrNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitOpAsgnOrNode(OpAsgnOrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOpAsgnOrNode(OpAsgnOrNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitOpElementAsgnNode(OpElementAsgnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitOpElementAsgnNode(OpElementAsgnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitOpElementAsgnNode(OpElementAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOpElementAsgnNode(OpElementAsgnNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitOpElementAsgnNode(OpElementAsgnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitOptNNode(OptNNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitOptNNode(OptNNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitOptNNode(OptNNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOptNNode(OptNNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitOrNode(OrNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitOrNode(OrNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitOrNode(OrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOrNode(OrNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitPostExeNode(PostExeNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitPostExeNode(PostExeNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitPostExeNode(PostExeNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitPostExeNode(PostExeNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitRedoNode(RedoNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitRedoNode(RedoNode) - Method in class org.jruby.ast.visitor.BreakStatementVisitor
 
visitRedoNode(RedoNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitRedoNode(RedoNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitRedoNode(RedoNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRedoNode(RedoNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitRegexpNode(RegexpNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitRegexpNode(RegexpNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitRegexpNode(RegexpNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRegexpNode(RegexpNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitRegexpNode(RegexpNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitRescueBodyNode(RescueBodyNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitRescueBodyNode(RescueBodyNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitRescueBodyNode(RescueBodyNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRescueBodyNode(RescueBodyNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitRescueNode(RescueNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitRescueNode(RescueNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitRescueNode(RescueNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRescueNode(RescueNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitRestArgsNode(RestArgsNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitRestArgsNode(RestArgsNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitRestArgsNode(RestArgsNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRestArgsNode(RestArgsNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitRetryNode(RetryNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitRetryNode(RetryNode) - Method in class org.jruby.ast.visitor.BreakStatementVisitor
 
visitRetryNode(RetryNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitRetryNode(RetryNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitRetryNode(RetryNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRetryNode(RetryNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitReturnNode(ReturnNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitReturnNode(ReturnNode) - Method in class org.jruby.ast.visitor.BreakStatementVisitor
 
visitReturnNode(ReturnNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitReturnNode(ReturnNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitReturnNode(ReturnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitReturnNode(ReturnNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitSClassNode(SClassNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitSClassNode(SClassNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitSClassNode(SClassNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSClassNode(SClassNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitScopeNode(ScopeNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitScopeNode(ScopeNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitScopeNode(ScopeNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitScopeNode(ScopeNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitSelfNode(SelfNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitSelfNode(SelfNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitSelfNode(SelfNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSelfNode(SelfNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitSelfNode(SelfNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitSelfNode(SelfNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitStrNode(StrNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitStrNode(StrNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitStrNode(StrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitStrNode(StrNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitStrNode(StrNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitSuperNode(SuperNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitSuperNode(SuperNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitSuperNode(SuperNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSuperNode(SuperNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitSuperNode(SuperNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitSymbolNode(SymbolNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitSymbolNode(SymbolNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitSymbolNode(SymbolNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSymbolNode(SymbolNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitSymbolNode(SymbolNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitTrueNode(TrueNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitTrueNode(TrueNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitTrueNode(TrueNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitTrueNode(TrueNode) - Method in class org.jruby.ast.visitor.UselessStatementVisitor
 
visitTrueNode(TrueNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitTrueNode(TrueNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitUndefNode(UndefNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitUndefNode(UndefNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitUndefNode(UndefNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitUndefNode(UndefNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitUntilNode(UntilNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitUntilNode(UntilNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitUntilNode(UntilNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitUntilNode(UntilNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitUntilNode(UntilNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitVAliasNode(VAliasNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitVAliasNode(VAliasNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitVAliasNode(VAliasNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitVAliasNode(VAliasNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitVCallNode(VCallNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitVCallNode(VCallNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitVCallNode(VCallNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitVCallNode(VCallNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitVCallNode(VCallNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitWhenNode(WhenNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitWhenNode(WhenNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitWhenNode(WhenNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitWhenNode(WhenNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitWhileNode(WhileNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitWhileNode(WhileNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitWhileNode(WhileNode) - Method in class org.jruby.ast.visitor.ExpressionVisitor
 
visitWhileNode(WhileNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitWhileNode(WhileNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitXStrNode(XStrNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitXStrNode(XStrNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitXStrNode(XStrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitXStrNode(XStrNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitYieldNode(YieldNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitYieldNode(YieldNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitYieldNode(YieldNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitYieldNode(YieldNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitYieldNode(YieldNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitZArrayNode(ZArrayNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitZArrayNode(ZArrayNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitZArrayNode(ZArrayNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitZArrayNode(ZArrayNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 
visitZSuperNode(ZSuperNode) - Method in class org.jruby.ast.visitor.AbstractVisitor
 
visitZSuperNode(ZSuperNode) - Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
 
visitZSuperNode(ZSuperNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitZSuperNode(ZSuperNode) - Method in class org.jruby.evaluator.DefinedVisitor
 
visitZSuperNode(ZSuperNode) - Method in class org.jruby.evaluator.EvaluateVisitor
 

W

WARN - Static variable in interface org.jruby.common.IErrors
 
WARNING - Static variable in interface org.jruby.common.IErrors
 
WARNING_UNLESS_E - Static variable in interface org.jruby.common.IErrors
 
WARN_UNLESS_E - Static variable in interface org.jruby.common.IErrors
 
WhenNode - class org.jruby.ast.WhenNode.
 
WhenNode(ISourcePosition, IListNode, INode) - Constructor for class org.jruby.ast.WhenNode
 
WhileNode - class org.jruby.ast.WhileNode.
Represents a while stetement.
WhileNode(ISourcePosition, INode, INode) - Constructor for class org.jruby.ast.WhileNode
 
WhileNode(ISourcePosition, INode, INode, boolean) - Constructor for class org.jruby.ast.WhileNode
 
WrapperCallable - class org.jruby.internal.runtime.methods.WrapperCallable.
 
WrapperCallable(ICallable, Visibility) - Constructor for class org.jruby.internal.runtime.methods.WrapperCallable
Constructor for WrapperCallable.
warn(String) - Method in interface org.jruby.common.IRubyErrorHandler
 
warn(String) - Method in class org.jruby.common.RubyErrorHandler
 
warn(String) - Method in interface org.jruby.runtime.ErrorLogger
 
warning(String) - Method in interface org.jruby.common.IRubyErrorHandler
reports only if in verbose mode.
warning(String) - Method in class org.jruby.common.RubyErrorHandler
 
warning(String) - Method in interface org.jruby.runtime.ErrorLogger
 
wday() - Method in class org.jruby.RubyTime
 
wrap(Ruby, Object) - Static method in class org.jruby.javasupport.JavaObject
 
writable_p(IRubyObject, RubyString) - Static method in class org.jruby.RubyFileTest
 
write(IRubyObject) - Method in class org.jruby.RubyIO
io_write
write(int) - Method in class org.jruby.util.DataOutputBridgeStream
 
write(String) - Method in class org.jruby.util.IOHandler
 
writeAST(INode) - Method in interface org.jruby.ast.IASTWriter
 
writeLink(MarshalStream, IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalCache
 
writeNode(INode) - Method in interface org.ablaf.ast.IAstEncoder
 

X

XStrNode - class org.jruby.ast.XStrNode.
Backtick string
XStrNode(ISourcePosition, String) - Constructor for class org.jruby.ast.XStrNode
 
XmlAstMarshal - class org.ablaf.internal.ast.XmlAstMarshal.
 
XmlAstMarshal() - Constructor for class org.ablaf.internal.ast.XmlAstMarshal
 
XmlAstMarshal(Map) - Constructor for class org.ablaf.internal.ast.XmlAstMarshal
 

Y

YieldNode - class org.jruby.ast.YieldNode.
Represents a yield statement.
YieldNode(ISourcePosition, INode) - Constructor for class org.jruby.ast.YieldNode
 
YyTables - class org.jruby.parser.YyTables.
 
YyTables() - Constructor for class org.jruby.parser.YyTables
 
yday() - Method in class org.jruby.RubyTime
 
year() - Method in class org.jruby.RubyTime
 
yield(IRubyObject) - Method in class org.jruby.Ruby
 
yield(IRubyObject, IRubyObject, RubyModule, boolean) - Method in class org.jruby.Ruby
 
yield(IRubyObject, IRubyObject, RubyModule, boolean) - Method in class org.jruby.runtime.ThreadContext
 
yyCheck - Static variable in class org.jruby.parser.DefaultRubyParser.YyCheckClass
 
yyCheck() - Static method in class org.jruby.parser.YyTables
 
yyDefRed - Static variable in class org.jruby.parser.DefaultRubyParser.YyDefRedClass
 
yyDefault(Object) - Method in class org.jruby.parser.DefaultRubyParser
executed at the beginning of a reduce action.
yyDgoto - Static variable in class org.jruby.parser.DefaultRubyParser.YyDgotoClass
 
yyErrorCode - Static variable in class org.jruby.parser.DefaultRubyParser
 
yyErrorCode - Static variable in interface org.jruby.parser.Token
 
yyExpecting(int) - Method in class org.jruby.parser.DefaultRubyParser
computes list of expected tokens on error by tracing the tables.
yyFinal - Static variable in class org.jruby.parser.DefaultRubyParser
debugging support, requires the package jay.yydebug.
yyGindex - Static variable in class org.jruby.parser.DefaultRubyParser.YyGindexClass
 
yyLen - Static variable in class org.jruby.parser.DefaultRubyParser.YyLenClass
 
yyLhs - Static variable in class org.jruby.parser.DefaultRubyParser.YyLhsClass
 
yyMax - Variable in class org.jruby.parser.DefaultRubyParser
initial size and increment of the state/value stack [default 256].
yyName - Static variable in class org.jruby.parser.DefaultRubyParser.YyNameClass
 
yyRindex - Static variable in class org.jruby.parser.DefaultRubyParser.YyRindexClass
 
yySindex - Static variable in class org.jruby.parser.DefaultRubyParser.YySindexClass
 
yyTable - Static variable in class org.jruby.parser.DefaultRubyParser.YyTableClass
 
yyTable() - Static method in class org.jruby.parser.YyTables
 
yyerror(String) - Method in class org.jruby.parser.DefaultRubyParser
simplified error message.
yyerror(String, Object) - Method in class org.jruby.parser.DefaultRubyParser
(syntax) error message.
yyparse(IYaccLexer, Object) - Method in class org.jruby.parser.DefaultRubyParser
the generated parser, with debugging messages.
yyparse(IYaccLexer) - Method in class org.jruby.parser.DefaultRubyParser
the generated parser.

Z

ZArrayNode - class org.jruby.ast.ZArrayNode.
zero length list
ZArrayNode(ISourcePosition) - Constructor for class org.jruby.ast.ZArrayNode
 
ZSuperNode - class org.jruby.ast.ZSuperNode.
a call to super in a method.
ZSuperNode(ISourcePosition) - Constructor for class org.jruby.ast.ZSuperNode
 
ZeroArgNode - class org.jruby.ast.ZeroArgNode.
Represents a zero arg in a block.
ZeroArgNode() - Constructor for class org.jruby.ast.ZeroArgNode
Constructor for ZeroArgNode.
zero(Ruby) - Static method in class org.jruby.RubyFixnum
 
zero_p(IRubyObject, RubyString) - Static method in class org.jruby.RubyFileTest
 
zero_p() - Method in class org.jruby.RubyFloat
 
zero_p() - Method in class org.jruby.RubyNumeric
num_zero_p
zone() - Method in class org.jruby.RubyTime
 

_

_Payload - Variable in class org.jruby.ast.visitor.DefaultIteratorVisitor
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright © 2002 Jan Arne Petersen. All Rights Reserved.