Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tla2bAST
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tla2bAST
Commits
ce6773d9
Commit
ce6773d9
authored
5 months ago
by
Jan Gruteser
Browse files
Options
Downloads
Patches
Plain Diff
throw exception for getBNode of StructOrFunctionType
parent
6907abad
No related branches found
No related tags found
No related merge requests found
Pipeline
#148475
passed
5 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/tla2b/types/StructOrFunctionType.java
+1
-1
1 addition, 1 deletion
src/main/java/de/tla2b/types/StructOrFunctionType.java
with
1 addition
and
1 deletion
src/main/java/de/tla2b/types/StructOrFunctionType.java
+
1
−
1
View file @
ce6773d9
...
...
@@ -186,7 +186,7 @@ public class StructOrFunctionType extends AbstractHasFollowers {
@Override
public
PExpression
getBNode
()
{
return
null
;
throw
new
UnsupportedOperationException
(
"StructOrFunctionType has no corresponding B node."
)
;
}
public
void
apply
(
TypeVisitorInterface
visitor
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment