public interface AppSourceCodeScanner extends AppCodeScanner
A SourceCodeScanner
scan source code. This function is required only when application is running at dev mode
Modifier and Type | Method and Description |
---|---|
boolean |
triggerBytecodeScanning()
After scanning of a certain
Source has been finished, framework will call this method to check if further byte code scanning is needed on the class |
void |
visit(int lineNumber,
java.lang.String line,
java.lang.String className)
Visit the source code line.
|
setApp, start
void visit(int lineNumber, java.lang.String line, java.lang.String className)
Visit the source code line. The implementation shall set the internal state by inspecting the line
lineNumber
- line
- className
- boolean triggerBytecodeScanning()
After scanning of a certain Source
has been finished, framework will call this method to check if further byte code scanning is needed on the class
true
if it needs further bytecode scanning on the classCopyright © 2014–2017 ActFramework. All rights reserved.