public interface DynamicValueCompiler
| Modifier and Type | Method and Description |
|---|---|
void |
array(int length)
Construct an Array from elements on stack.
|
void |
hash(int length)
Construct a Hash from elements on stack.
|
void |
pushDRegexp(java.lang.Runnable callback,
RegexpOptions options,
int arity)
Build a dynamic regexp.
|
void pushDRegexp(java.lang.Runnable callback,
RegexpOptions options,
int arity)
No stack requirement. The callback must push onto this method's stack the ThreadContext and all arguments for building the dregexp, matching the given arity.
options - options for the regexparity - number of Strings passed invoid array(int length)
length - number of elementsvoid hash(int length)
length - number of element pairsCopyright © 2001-2022 JRuby. All Rights Reserved.