List of usage examples for org.objectweb.asm SymbolTable subclass-usage
From source file com.xruby.compiler.codegen.SymbolTable.java
class SymbolTableForBlock extends SymbolTable { private SymbolTable owner_; public SymbolTableForBlock(List<String> binding, SymbolTable owner) { super(binding); owner_ = owner;