Skip to content

Commit 28bf833

Browse files
committed
Add doc
1 parent 5b9dc74 commit 28bf833

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/spoon/reflect/visitor/filter/PotentialVariableDeclarationFunction.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ public void apply(CtElement input, CtConsumer<Object> outputConsumer) {
151151
}
152152
}
153153

154+
/**
155+
* Interface for all scopes
156+
*/
154157
private interface Scope {
155158
/**
156159
* The variable this scope applies to.

0 commit comments

Comments
 (0)