Skip to content

Commit

Permalink
JavaArray doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Jan 9, 2024
1 parent 9c64bb7 commit 8add964
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/Famix-Value-Types/FamixValueJavaArray.class.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"
I represent Java arrays.
Famix does not take dimensions into account because it is a dependency model.
However, arrays are required to represent values faithfully, and that is my purpose.
"
Class {
#name : #FamixValueJavaArray,
#superclass : #FamixValueSpecialType,
Expand Down Expand Up @@ -35,12 +40,6 @@ FamixValueJavaArray >> acceptValueVisitor: visitor forCollection: array [
yourself
]

{ #category : #visiting }
FamixValueJavaArray >> acceptValueVisitor: visitor forObject: array [

self halt. "export an array"
]

{ #category : #accessing }
FamixValueJavaArray >> dimensions [

Expand Down

0 comments on commit 8add964

Please sign in to comment.