public interface SourceHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleEnd(SourceHandlerContext ctx,
SourceScope scope) |
void |
handleLine(SourceHandlerContext ctx,
String line) |
void |
handleStart(SourceHandlerContext ctx,
SourceScope scope) |
void handleStart(SourceHandlerContext ctx, SourceScope scope)
void handleEnd(SourceHandlerContext ctx, SourceScope scope)
void handleLine(SourceHandlerContext ctx, String line)
Copyright © 2022 Unidal Organization. All rights reserved.