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