public class LetExpOperations extends OCLExpressionOperations
The following operations are supported:
Check Let Type| 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 © 2005, 2018 IBM Corporation and others. All Rights Reserved.