Skip to content

Commit

Permalink
src/main/java/domain/javadata/VariableData.java added
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-shirakrk committed May 9, 2024
1 parent 60d87fb commit 8484a8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions uml/classes.puml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,15 @@ package domain.javadata {
+getVarTypeFullName(): String
+getOperation(): VariableOperation
}

class VariableData {
-name: String
-typeFullName: String
-signature: String
+equals(obj: Object): boolean
+hashCode(): int
+typeParam(): TypeStructure
}
}

exception IOException {
Expand Down

0 comments on commit 8484a8e

Please sign in to comment.