|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompatVersion | |
|---|---|
| org.jruby | |
| org.jruby.parser | |
| Uses of CompatVersion in org.jruby |
|---|
| Methods in org.jruby that return CompatVersion | |
|---|---|
CompatVersion |
RubyInstanceConfig.getCompatVersion()
|
static CompatVersion |
CompatVersion.getVersionFromString(java.lang.String compatString)
|
static CompatVersion |
CompatVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CompatVersion[] |
CompatVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of CompatVersion in org.jruby.parser |
|---|
| Methods in org.jruby.parser that return CompatVersion | |
|---|---|
CompatVersion |
ParserConfiguration.getVersion()
|
| Methods in org.jruby.parser with parameters of type CompatVersion | |
|---|---|
RubyParser |
RubyParserPool.borrowParser(CompatVersion version)
|
| Constructors in org.jruby.parser with parameters of type CompatVersion | |
|---|---|
ParserConfiguration(KCode kCode,
int lineNumber,
boolean extraPositionInformation,
boolean inlineSource,
boolean isFileParse,
CompatVersion version)
|
|
ParserConfiguration(KCode kCode,
int lineNumber,
boolean extraPositionInformation,
boolean inlineSource,
CompatVersion version)
|
|
ParserConfiguration(KCode kCode,
int lineNumber,
boolean inlineSource,
CompatVersion version)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||