Skip to content

Commit

Permalink
Increase visibility of some inner classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
peschwa committed Jan 3, 2015
1 parent e0c77b9 commit b2f2f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm/jvm/runtime/org/perl6/nqp/runtime/BootJavaInterop.java
Expand Up @@ -666,6 +666,7 @@ else if (what == ThreadContext.class) {

/** Stores working information while building a class. */
protected static class ClassContext {
public ClassContext() {}
/** The ASM class writer. */
public ClassWriter cv;
/** The new class' internal name. */
Expand Down Expand Up @@ -825,6 +826,7 @@ protected void fireCallback(MethodContext mc) {

/** Working information for a method under construction. */
protected static class MethodContext {
public MethodContext() { }
/** The owning incomplete class. */
public ClassContext cc;
/** The ASM method writer. */
Expand Down

0 comments on commit b2f2f4f

Please sign in to comment.