public class VariableExpOperations extends OCLExpressionOperations
The following operations are supported:
Check Var Type| Modifier and Type | Method and Description |
|---|---|
static <C,PM> boolean |
checkVarType(VariableExp<C,PM> variableExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = referredVariable.type
|
public static <C,PM> boolean checkVarType(VariableExp<C,PM> variableExp, DiagnosticChain diagnostics, Map<Object,Object> context)
variableExp - The receiving 'Variable 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.