Uses of Interface
org.apache.flink.table.codesplit.JavaParserVisitor
-
Uses of JavaParserVisitor in org.apache.flink.table.codesplit
Classes in org.apache.flink.table.codesplit that implement JavaParserVisitorModifier and TypeClassDescriptionclassThis class provides an empty implementation ofJavaParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.classSimple parser that counts combined number of 'return', 'continue' and 'break' kay words.