|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathType | |
---|---|
org.jruby.embed | |
org.jruby.embed.internal |
Uses of PathType in org.jruby.embed |
---|
Methods in org.jruby.embed that return PathType | |
---|---|
static PathType |
PathType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PathType[] |
PathType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jruby.embed with parameters of type PathType | |
---|---|
EmbedEvalUnit |
EmbedRubyRuntimeAdapter.parse(PathType type,
java.lang.String filename,
int... lines)
Parses a script read from a specified path and return an object which can be run(). |
EmbedEvalUnit |
ScriptingContainer.parse(PathType type,
java.lang.String filename,
int... lines)
Parses a script read from a specified path and return an object which can be run(). |
java.lang.Object |
ScriptingContainer.runScriptlet(PathType type,
java.lang.String filename)
Reads a script file from specified path and evaluates it under the current scope (perhaps the top-level scope) and returns a result only if a script returns a value. |
Uses of PathType in org.jruby.embed.internal |
---|
Methods in org.jruby.embed.internal with parameters of type PathType | |
---|---|
EmbedEvalUnit |
EmbedRubyRuntimeAdapterImpl.parse(PathType type,
java.lang.String filename,
int... lines)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |