Skip to content

Commit

Permalink
src/main/java/domain/javadata/VariableOperation.java added
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-shirakrk committed May 9, 2024
1 parent 8484a8e commit 987d5cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions uml/classes.puml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,13 @@ package domain.javadata {
+hashCode(): int
+typeParam(): TypeStructure
}

enum VariableOperation {
GET
SET
RETURN
~{static} parseOpcode(opcode: int): VariableOperation
}
}

exception IOException {
Expand Down

0 comments on commit 987d5cb

Please sign in to comment.