• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moosetechnology / FAST-JAVA / 14772263740

01 May 2025 08:13AM UTC coverage: 65.391% (-0.3%) from 65.738%
14772263740

push

github

anquetil
regenerated meta-model

0 of 21 new or added lines in 2 files covered. (0.0%)

2 existing lines in 2 files now uncovered.

7981 of 12205 relevant lines covered (65.39%)

0.65 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/FAST-Java-Model/FASTJavaWhileStatement.class.st
1
"
2
A node of a do-while statement.
3

4
eg.
5
do {
6
...
7
} while(...);
8

9
## Relations
10
======================
11

12
### Parents
13
| Relation | Origin | Opposite | Type | Comment |
14
|---|
15
| `forIncrementorOwner` | `FASTTStatement` | `incrementor` | `FASTJavaForStatement` | I am the incrementor of the for|
16
| `forIninitializerOwner` | `FASTTStatement` | `initializer` | `FASTJavaForStatement` | I am the initializer of the for|
17
| `ifElsePartOwner` | `FASTTStatement` | `elsePart` | `FASTJavaIfStatement` | The if owner (if possible)|
18
| `ifThenPartOwner` | `FASTTStatement` | `thenPart` | `FASTJavaIfStatement` | The if owner (if possible)|
19
| `javaLambdaExpressionOwner` | `FASTTEntity` | `expression` | `FASTJavaLambdaExpression` | The expression owner (if possible)|
20
| `labelStatementOwner` | `FASTTStatement` | `labeledStatement` | `FASTJavaLabeledStatement` | Label Statement entity containing this statement|
21
| `parentLoopStatement` | `FASTTStatement` | `body` | `FASTTLoopStatement` | Optional loop of which this statement is the body|
22
| `statementContainer` | `FASTTStatement` | `statements` | `FASTTStatementBlock` | Block containing this statement.|
23

24
### Children
25
| Relation | Origin | Opposite | Type | Comment |
26
|---|
27
| `body` | `FASTTLoopStatement` | `parentLoopStatement` | `FASTTStatement` | The body of the loop|
28
| `condition` | `FASTTConditionalStatement` | `parentConditionalStatement` | `FASTTExpression` | The boolean condition tested|
29

30

31
## Properties
32
======================
33

34
| Name | Type | Default value | Comment |
35
|---|
36
| `endPos` | `Number` | nil | |
37
| `startPos` | `Number` | nil | |
38

39
"
40
Class {
41
        #name : 'FASTJavaDoWhileStatement',
42
        #superclass : 'FASTJavaEntity',
43
        #traits : 'FASTTConditionalStatement + FASTTLoopStatement + FASTTStatement',
44
        #classTraits : 'FASTTConditionalStatement classTrait + FASTTLoopStatement classTrait + FASTTStatement classTrait',
45
        #category : 'FAST-Java-Model-Entities',
46
        #package : 'FAST-Java-Model',
47
        #tag : 'Entities'
48
}
49

50
{ #category : 'meta' }
51
FASTJavaDoWhileStatement class >> annotation [
×
52

×
53
        <FMClass: #DoWhileStatement super: #FASTJavaEntity>
×
54
        <package: #'FAST-Java-Model'>
×
55
        <generated>
×
56
        ^ self
×
57
]
×
58

59
{ #category : 'testing' }
UNCOV
60
FASTJavaDoWhileStatement >> isDoWhileStatement [
×
61

×
62
        <generated>
×
63
        ^ true
×
64
]
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc