public class IntegerLiteralExpOperations extends OCLExpressionOperations
The following operations are supported:
Check Integer Type| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
checkIntegerType(IntegerLiteralExp<C> integerLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type.name = 'Integer'
|
public static <C> boolean checkIntegerType(IntegerLiteralExp<C> integerLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
integerLiteralExp - The receiving 'Integer Literal 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.