Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.truffle.translator |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitConstDeclNode(ConstDeclNode iVisited) |
T |
AbstractNodeVisitor.visitConstDeclNode(ConstDeclNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildConstDecl(ConstDeclNode node,
IRScope s) |
Operand |
IRBuilder.buildConstDeclAssignment(ConstDeclNode constDeclNode,
IRScope s,
Operand val) |
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.visitConstDeclNode(ConstDeclNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.