public class CatchVariableReferenceFunction extends LocalVariableReferenceFunction
CtCatchVariable
as input
and returns all CtCatchVariableReference
s, which refers this input.
CtCatchVariable var = ...;
var
.map(new CatchVariableReferenceFunction())
.forEach((CtCatchVariableReference ref)->...process references...);
Constructor and Description |
---|
CatchVariableReferenceFunction() |
CatchVariableReferenceFunction(CtCatchVariable<?> catchVariable) |
apply
public CatchVariableReferenceFunction()
public CatchVariableReferenceFunction(CtCatchVariable<?> catchVariable)
Copyright © 2007–2021 Inria. All rights reserved.