Uses of Class
org.jruby.lexer.LexerSource
Packages that use LexerSource
-
Uses of LexerSource in org.jruby.ext.ripper
Methods in org.jruby.ext.ripper that return LexerSourceModifier and TypeMethodDescriptionprivate LexerSourceRubyRipper.source(ThreadContext context, IRubyObject src, String filename, int lineno) Methods in org.jruby.ext.ripper with parameters of type LexerSourceModifier and TypeMethodDescriptionprivate voidStringTerm.escaped(RipperLexer lexer, LexerSource src, ByteList buffer) private voidStringTerm.parseEscapeIntoBuffer(RipperLexer lexer, LexerSource src, ByteList buffer) intHeredocTerm.parseString(RipperLexer lexer, LexerSource src) intStringTerm.parseString(RipperLexer lexer, LexerSource src) abstract intStrTerm.parseString(RipperLexer lexer, LexerSource src) intStringTerm.parseStringIntoBuffer(RipperLexer lexer, LexerSource src, ByteList buffer, org.jcodings.Encoding enc) Constructors in org.jruby.ext.ripper with parameters of type LexerSourceModifierConstructorDescriptionRipperLexer(RipperParserBase parser, LexerSource src) RipperParser(ThreadContext context, IRubyObject ripper, LexerSource source) RipperParserBase(ThreadContext context, IRubyObject ripper, LexerSource source) -
Uses of LexerSource in org.jruby.lexer
Subclasses of LexerSource in org.jruby.lexerModifier and TypeClassDescriptionclassLexer source for ripper when we have all bytes available to us.classLexer source from ripper getting a line at a time via 'gets' calls.Fields in org.jruby.lexer declared as LexerSourceMethods in org.jruby.lexer with parameters of type LexerSourceModifier and TypeMethodDescriptionvoidLexingCommon.setSource(LexerSource source) Allow the parser to set the source for its lexer.Constructors in org.jruby.lexer with parameters of type LexerSource -
Uses of LexerSource in org.jruby.lexer.yacc
Constructors in org.jruby.lexer.yacc with parameters of type LexerSourceModifierConstructorDescriptionRubyLexer(ParserSupport support, LexerSource source) Deprecated.RubyLexer(ParserSupport support, LexerSource source, IRubyWarnings warnings) -
Uses of LexerSource in org.jruby.parser
Methods in org.jruby.parser with parameters of type LexerSourceModifier and TypeMethodDescriptionParser.parse(String file, LexerSource lexerSource, DynamicScope blockScope, ParserConfiguration configuration) Constructors in org.jruby.parser with parameters of type LexerSourceModifierConstructorDescriptionRubyParser(LexerSource source) Deprecated.RubyParser(LexerSource source, IRubyWarnings warnings) RubyParser(ParserSupport support, LexerSource source) Deprecated.