Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.26 KB | None | 0 0
  1. /** The anonymous class representation */
  2. case class AnonymousClass(ec: Java8Parser.ClassBodyContext, parent: OMPClass, parser: Java8Parser)(implicit conf: Config, val ompFile: OMPFile) extends OMPClass(Right(ec), parent, parser) with Nonreflectable {
  3. // ...
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement