Uses of Class
org.jruby.lexer.yacc.LexContext
Packages that use LexContext
-
Uses of LexContext in org.jruby.ast
Fields in org.jruby.ast declared as LexContextConstructors in org.jruby.ast with parameters of type LexContextModifierConstructorDescriptionDefHolder
(RubySymbol name, ByteList currentArg, LexContext ctxt) DefHolder
(RubySymbol name, ByteList currentArg, IRubyObject value, LexContext ctxt) -
Uses of LexContext in org.jruby.ext.ripper
Methods in org.jruby.ext.ripper that return LexContextMethods in org.jruby.ext.ripper with parameters of type LexContextModifier and TypeMethodDescriptionprotected void
RipperParserBase.next_rescue_context
(LexContext context, LexContext.InRescue value) protected void
RipperParserBase.setLexContext
(LexContext lexContext) -
Uses of LexContext in org.jruby.lexer
Methods in org.jruby.lexer that return LexContextMethods in org.jruby.lexer with parameters of type LexContext -
Uses of LexContext in org.jruby.parser
Methods in org.jruby.parser that return LexContextMethods in org.jruby.parser with parameters of type LexContextModifier and TypeMethodDescriptionRubyParserBase.new_const_op_assign
(int line, Node lhs, ByteList operatorName, Node rhs, LexContext _lexContext) RubyParserBase.new_op_assign
(AssignableNode receiverNode, ByteList operatorName, Node valueNode, LexContext _lexContext) protected void
RubyParserBase.next_rescue_context
(LexContext context, LexContext.InRescue value) static Node
RubyParserBase.node_assign
(Node lhs, Node rhs, LexContext _lexContext) protected void
RubyParserBase.setLexContext
(LexContext lexContext)