Uses of Interface
org.jruby.ast.DefNode
Packages that use DefNode
-
Uses of DefNode in org.jruby.ast
Classes in org.jruby.ast that implement DefNodeModifier and TypeClassDescriptionclass
method definition node.class
Represents a singleton method definition.class
A 'for' statement.class
Represents a block.class
Stubby lambda node (1.9 only)class
Base class for DefnNode and DefsNodeclass
Captures END statements (END {...})class
A pre-execution construction (BEGIN { ...class
A pre-execution construction (BEGIN { ... -
Uses of DefNode in org.jruby.ir.builder
Methods in org.jruby.ir.builder that return DefNodeMethods in org.jruby.ir.builder that return types with arguments of type DefNodeModifier and TypeMethodDescriptionLazyMethodDefinitionAST.getBuilder
(IRManager manager, IRMethod methodScope) Methods in org.jruby.ir.builder with parameters of type DefNodeModifier and TypeMethodDescriptionprotected boolean
IRBuilderAST.canBeLazyMethod
(DefNode node) void
IRBuilderAST.receiveMethodArgs
(DefNode defNode) Constructors in org.jruby.ir.builder with parameters of type DefNode