Class ExpressionParam
java.lang.Object
org.eclipse.lemminx.customservice.synapse.expression.pojo.ExpressionParam
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionParam(String expression, int offset) ExpressionParam(String documentUri, org.eclipse.lsp4j.Position position) ExpressionParam(String documentUri, org.eclipse.lsp4j.Position position, boolean needLastMediator) ExpressionParam(String documentUri, org.eclipse.lsp4j.Position position, String expression, int offset) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintorg.eclipse.lsp4j.Position
-
Constructor Details
-
ExpressionParam
-
ExpressionParam
-
ExpressionParam
-
ExpressionParam
public ExpressionParam(String documentUri, org.eclipse.lsp4j.Position position, boolean needLastMediator)
-
-
Method Details
-
getDocumentUri
-
getPosition
public org.eclipse.lsp4j.Position getPosition() -
getExpression
-
getOffset
public int getOffset() -
getNeedLastMediator
public boolean getNeedLastMediator()
-