agl-processor
/
net.akehurst.language.api.semanticAnalyser
/
SemanticAnalyser
Semantic
Analyser
interface
SemanticAnalyser
Content copied to clipboard
A Semantic Analyser, language specific functionality
Functions
Functions
analyse
Link copied to clipboard
abstract fun <
T
>
analyse
(asm:
T
, locationMap:
Map
<
Any
,
InputLocation
> = emptyMap()):
List
<
SemanticAnalyserItem
>
Content copied to clipboard
clear
Link copied to clipboard
abstract fun
clear
()
Content copied to clipboard