public class StrftimeLexer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
char |
EOF |
| Constructor and Description |
|---|
StrftimeLexer() |
| Modifier and Type | Method and Description |
|---|---|
RubyDateFormatter.Token |
directive(char c) |
RubyDateFormatter.Token |
formatter(ByteList flags,
java.lang.Integer widthString) |
void |
reset(ByteList input) |
RubyDateFormatter.Token |
yylex() |
public void reset(ByteList input)
public RubyDateFormatter.Token directive(char c)
public RubyDateFormatter.Token formatter(ByteList flags, java.lang.Integer widthString)
public RubyDateFormatter.Token yylex()
Copyright © 2001-2022 JRuby. All Rights Reserved.