Package org.jruby.ast

Class PreExe19Node

All Implemented Interfaces:
DefNode

public class PreExe19Node extends PreExeNode
A pre-execution construction (BEGIN { ... }).
  • Constructor Details

    • PreExe19Node

      public PreExe19Node(int line, StaticScope scope, Node body, int endLine)
  • Method Details