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 with parameters of type LexerSourceModifier and TypeMethodDescriptionintHeredocTerm.parseString(RubyLexer lexer, LexerSource src) intStringTerm.parseString(RubyLexer lexer, LexerSource src) abstract intStrTerm.parseString(RubyLexer lexer, LexerSource src) intStringTerm.parseStringIntoBuffer(RubyLexer lexer, LexerSource src, ByteList buffer, org.jcodings.Encoding encoding, boolean[] encodingDetermined) Constructors in org.jruby.ext.ripper with parameters of type LexerSourceModifierConstructorDescriptionRipperParser(ThreadContext context, IRubyObject ripper, LexerSource source) RipperParserBase(ThreadContext context, IRubyObject ripper, LexerSource source) RubyLexer(RipperParserBase parser, LexerSource src) RubyLexer(RipperParserBase parser, LexerSource src, IRubyWarnings _warnings) -
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(RubyParserBase parser, 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) Deprecated.Constructors in org.jruby.parser with parameters of type LexerSourceModifierConstructorDescriptionRubyParser(Ruby runtime, LexerSource source, DynamicScope scope, ParserType type) RubyParserBase(Ruby runtime, LexerSource source, DynamicScope scope, ParserType type)