public class CaseExpression extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Block |
body |
SourceLocation |
loc |
Block |
matcher
Expression in the case that decides the match.
|
| Constructor and Description |
|---|
CaseExpression(SourceLocation loc,
Block matcher,
Block body) |
public final Block matcher
public final Block body
public final SourceLocation loc
public CaseExpression(SourceLocation loc, Block matcher, Block body)
Copyright © 2011–2019. All rights reserved.