|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.ast.Node
org.jruby.ast.ArgsNode
org.jruby.ast.ArgsNoArgNode
public class ArgsNoArgNode
| Field Summary |
|---|
| Fields inherited from class org.jruby.ast.ArgsNode |
|---|
arity, hasOptArgs, maxArgsCount, restArg, restArgNode |
| Fields inherited from class org.jruby.ast.Node |
|---|
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId |
| Constructor Summary | |
|---|---|
ArgsNoArgNode(ISourcePosition position)
|
|
| Method Summary | |
|---|---|
void |
prepare(ThreadContext context,
Ruby runtime,
IRubyObject self,
IRubyObject[] args,
Block block)
|
| Methods inherited from class org.jruby.ast.ArgsNode |
|---|
accept, assignOptArgs, calculateArity, checkArgCount, childNodes, getArgs, getArity, getBlock, getBlockArgNode, getMaxArgumentsCount, getOptArgs, getOptionalArgsCount, getPost, getPre, getRequiredArgsCount, getRestArg, getRestArgNode, prepare, prepare, prepare, prepare, prepare, prepareOptionalArguments, prepareOptOrRestArgs, prepareRestArg, processBlockArg |
| Methods inherited from class org.jruby.ast.Node |
|---|
addComment, addComments, assign, createList, definition, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, interpret, isInvisible, setPosition, toString, when |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArgsNoArgNode(ISourcePosition position)
| Method Detail |
|---|
public void prepare(ThreadContext context,
Ruby runtime,
IRubyObject self,
IRubyObject[] args,
Block block)
prepare in class ArgsNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||