Package org.eclipse.lsp4j
Class ExecuteCommandRegistrationOptions
- java.lang.Object
-
- org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
-
- org.eclipse.lsp4j.ExecuteCommandOptions
-
- org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
-
- All Implemented Interfaces:
WorkDoneProgressOptions
public class ExecuteCommandRegistrationOptions extends ExecuteCommandOptions
Execute command registration options.
-
-
Constructor Summary
Constructors Constructor Description ExecuteCommandRegistrationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()-
Methods inherited from class org.eclipse.lsp4j.ExecuteCommandOptions
getCommands, setCommands
-
Methods inherited from class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
getWorkDoneProgress, setWorkDoneProgress
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classExecuteCommandOptions
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classExecuteCommandOptions
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExecuteCommandOptions
-
-