Uses of Interface
org.joni.WarnCallback
Packages that use WarnCallback
-
Uses of WarnCallback in org.joni
Fields in org.joni declared as WarnCallbackModifier and TypeFieldDescriptionstatic final WarnCallback
WarnCallback.DEFAULT
(package private) WarnCallback
ByteCodePrinter.warnings
Regex.warnings
Constructors in org.joni with parameters of type WarnCallbackModifierConstructorDescriptionRegex
(byte[] bytes, int p, int end, int option, int caseFoldFlag, org.jcodings.Encoding enc, Syntax syntax, WarnCallback warnings) Regex
(byte[] bytes, int p, int end, int option, org.jcodings.Encoding enc, Syntax syntax, WarnCallback warnings) Regex
(byte[] bytes, int p, int end, int option, org.jcodings.Encoding enc, WarnCallback warnings) -
Uses of WarnCallback in org.joni.ast
Methods in org.joni.ast with parameters of type WarnCallbackModifier and TypeMethodDescriptionvoid
CallNode.verifyTree
(Set<Node> set, WarnCallback warnings) void
ConsAltNode.verifyTree
(Set<Node> set, WarnCallback warnings) void
Node.verifyTree
(Set<Node> set, WarnCallback warnings)