Class SyntaxTreeResponse
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.SyntaxTreeResponse
-
Constructor Summary
ConstructorsConstructorDescriptionSyntaxTreeResponse(com.google.gson.JsonElement syntaxTree, String defFilePath) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonElementvoidsetDefFilePath(String defFilePath) voidsetSyntaxTree(com.google.gson.JsonElement syntaxTree)
-
Constructor Details
-
SyntaxTreeResponse
-
-
Method Details
-
getSyntaxTree
public com.google.gson.JsonElement getSyntaxTree() -
setSyntaxTree
public void setSyntaxTree(com.google.gson.JsonElement syntaxTree) -
setDefFilePath
-
getDefFilePath
-