Class CaseExpression

java.lang.Object
com.cloudbees.groovy.cps.CaseExpression
All Implemented Interfaces:
Serializable

public class CaseExpression extends Object implements Serializable
Author:
Kohsuke Kawaguchi
See Also:
  • Field Details

    • matcher

      public final Block matcher
      Expression in the case that decides the match.
    • body

      public final Block body
    • loc

      public final SourceLocation loc
  • Constructor Details