Skip to content

Package io.github.qishr.cascara.common.lang.util

Class SemanticDiff

java.lang.Object
        io.github.qishr.cascara.common.lang.util.SemanticDiff


@io.github.qishr.cascara.common.annotation.Experimental
public class SemanticDiff

Constructor Summary

Constructor Description
SemanticDiff()

Method Summary

Modifier and Type Method Description
public static String astDiff(AstNode expectedDoc, AstNode actualDoc)

Method Details

astDiff

public static String astDiff(AstNode expectedDoc, AstNode actualDoc)