Package org.mvel2.ast

Class BlockNode

java.lang.Object
org.mvel2.ast.ASTNode
org.mvel2.ast.BlockNode
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
DoNode, DoUntilNode, ForEachNode, ForNode, IfNode, Stacklang, UntilNode, WhileNode, WithNode

public class BlockNode extends ASTNode
See Also:
  • Field Details

    • blockStart

      protected int blockStart
    • blockOffset

      protected int blockOffset
    • compiledBlock

      protected ExecutableStatement compiledBlock
  • Constructor Details

  • Method Details

    • getCompiledBlock

      public ExecutableStatement getCompiledBlock()
    • getBlockStart

      public int getBlockStart()
    • getBlockOffset

      public int getBlockOffset()