Package com.tonic.analysis.source.ast
Class Locations
- java.lang.Object
-
- com.tonic.analysis.source.ast.Locations
-
public final class Locations extends Object
Helpers for carryingSourceLocationprovenance across statement rewrites.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopy(Statement from, Statement to)Carries offset provenance across a 1:1 statement rewrite, doing nothing if either side is null or the source location has no bytecode offset.
-