Uses of Class
org.jruby.parser.ParserConfiguration
Packages that use ParserConfiguration
-
Uses of ParserConfiguration in org.jruby
Methods in org.jruby with parameters of type ParserConfigurationModifier and TypeMethodDescriptionprivate voidRuby.setupSourceEncoding(ParserConfiguration parserConfig, org.jcodings.Encoding defaultEncoding) -
Uses of ParserConfiguration in org.jruby.parser
Fields in org.jruby.parser declared as ParserConfigurationMethods in org.jruby.parser that return ParserConfigurationMethods in org.jruby.parser with parameters of type ParserConfigurationModifier and TypeMethodDescriptionprivate RubyArrayParser.getLines(ParserConfiguration configuration, Ruby runtime, String file) Parser.parse(String file, byte[] content, DynamicScope blockScope, ParserConfiguration configuration) Parser.parse(String file, InputStream content, DynamicScope blockScope, ParserConfiguration configuration) Parser.parse(String file, LexerSource lexerSource, DynamicScope blockScope, ParserConfiguration configuration) Parser.parse(String file, ByteList content, DynamicScope blockScope, ParserConfiguration configuration) RubyParser.parse(ParserConfiguration configuration) The parse method use an lexer stream and parse it to an AST node structurevoidParserSupport.setConfiguration(ParserConfiguration configuration) Sets the configuration.