Skip to content

Commit

Permalink
Adds $labelDecl.labelStmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Nov 7, 2024
1 parent 02c349f commit acbedd2
Show file tree
Hide file tree
Showing 5 changed files with 459 additions and 408 deletions.
1 change: 1 addition & 0 deletions Clava-JS/src-api/Joinpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2077,6 +2077,7 @@ export class LabelDecl extends NamedDecl {
static readonly _defaultAttributeInfo: {readonly map?: DefaultAttributeMap, readonly name: string | null, readonly type?: PrivateMapper, readonly jpMapper?: typeof JoinpointMapper} = {
name: "name",
};
get labelStmt(): LabelStmt { return wrapJoinPoint(this._javaObject.getLabelStmt()) }
}

export class LabelStmt extends Statement {
Expand Down
Loading

0 comments on commit acbedd2

Please sign in to comment.