Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir |
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) |
Operand |
IRBuilder.buildConstDeclAssignment(ConstDeclNode constDeclNode,
Operand value) |
Copyright © 2001-2016 JRuby. All Rights Reserved.