Package | Description |
---|---|
org.jruby | |
org.jruby.lexer | |
org.jruby.util |
Modifier and Type | Method and Description |
---|---|
java.util.List<StrptimeToken> |
Ruby.getCachedStrptimePattern(java.lang.String pattern) |
Modifier and Type | Method and Description |
---|---|
StrptimeToken |
StrptimeLexer.directive(char c) |
StrptimeToken |
StrptimeLexer.rawString() |
StrptimeToken |
StrptimeLexer.yylex()
Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs.
|
Modifier and Type | Method and Description |
---|---|
static StrptimeToken |
StrptimeToken.format(char c) |
static StrptimeToken |
StrptimeToken.special(char c) |
static StrptimeToken |
StrptimeToken.str(java.lang.String str) |
static StrptimeToken |
StrptimeToken.zoneOffsetColons(int colons) |
Modifier and Type | Method and Description |
---|---|
java.util.List<StrptimeToken> |
StrptimeParser.compilePattern(java.lang.String pattern)
Ported from RubyDateFormatter#compilePattern in JRuby 9.1.5.0.
|
Modifier and Type | Method and Description |
---|---|
StrptimeParser.FormatBag |
StrptimeParser.parse(java.util.List<StrptimeToken> compiledPattern,
java.lang.String text) |
Copyright © 2001-2018 JRuby. All Rights Reserved.