Package com.algorand.algosdk.logic
Class SourceMap
- java.lang.Object
-
- com.algorand.algosdk.logic.SourceMap
-
public class SourceMap extends Object
SourceMap class provides parser for source map from algod compile endpoint
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getLineForPc(Integer pc)
Returns the Integer line number for the passed PC or null if not foundArrayList<Integer>
getPcsForLine(Integer line)
Returns the List of PCs for the passed line number
-