public class LetExpOperations extends OCLExpressionOperations
The following operations are supported:
Check Let Type| Modifier | Constructor and Description |
|---|---|
protected |
LetExpOperations() |
| Modifier and Type | Method and Description |
|---|---|
static <C,PM> boolean |
checkLetType(LetExp<C,PM> letExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = in.type
|
public static <C,PM> boolean checkLetType(LetExp<C,PM> letExp, DiagnosticChain diagnostics, Map<Object,Object> context)
letExp - The receiving 'Let Exp' model object.diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2015 Open eHealth Foundation. All rights reserved.