Package | Description |
---|---|
org.ballerinalang.langserver | |
org.ballerinalang.langserver.completions.util |
Modifier and Type | Method and Description |
---|---|
static SnippetBlock |
SnippetGenerator.getAbortSnippet()
Get Abort statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getAnnotationDefSnippet()
Get Annotation Definition statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBreakSnippet()
Get Break statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinConvertSnippet()
Get convert Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinDetailSnippet()
Get detail Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinFreezeSnippet()
Get Freeze Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinIsCloneSnippet()
Get clone Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinIsFiniteSnippet()
Get isFinite Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinIsFrozenSnippet()
Get isFrozen Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinIsInFiniteSnippet()
Get isInFinite Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinIsNaNSnippet()
Get isNaN Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinLengthSnippet()
Get Length Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinReasonSnippet()
Get reason Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getBuiltinStampSnippet()
Get stamp Builtin Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getCheckKeywordSnippet()
Get Check Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getConstKeywordSnippet()
Get Const Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getContinueStatmentSnippet()
Get Continue Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getErrorDefinitionSnippet()
Get Error Definition Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getExternKeywordSnippet()
Get Extern Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getFinalKeywordSnippet()
Get Final Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getForeachSnippet()
Get Foreach Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getForkStatementSnippet()
Get Fork Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getFunctionDefSnippet()
Get Function Definition Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getFunctionSignatureSnippet()
Get Function Signature Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIfStatementSnippet()
Get If Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getImportKeywordSnippet()
Get Import Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableAverageSnippet()
Get Average Iterable Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableCountSnippet()
Get Count Iterable Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableFilterSnippet()
Get Map Iterable Operation Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableForeachSnippet()
Get Foreach Iterable Operation Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableMapSnippet()
Get Map Iterable Operation Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableMaxSnippet()
Get Max Iterable Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableMinSnippet()
Get Min Iterable Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableOnJsonParamSnippet()
Get Params on Json Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableOnMapParamSnippet()
Get Params on Map Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableOnXmlParamSnippet()
Get Params on XML Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableSelectSnippet()
Get Select Iterable Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getIterableSumSnippet()
Get Sum Iterable Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getLengthofKeywordSnippet()
Get Lengthof Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getListenerKeywordSnippet()
Get Listener Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getLockStatementSnippet()
Get Lock Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getMainFunctionSnippet()
Get Main Function Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getMatchExpressionSnippet()
Get Match Expression Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getMatchStatementSnippet()
Get Match Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getNamespaceDeclarationSnippet()
Get Namespace Declaration Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getNewKeywordSnippet()
Get new keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getObjectDefinitionSnippet()
Get Object Definition Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getObjectInitializerSnippet()
Get Object Initializer Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getOnSnippet()
Get On keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getPanicStatementSnippet()
Get Panic Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getPublicKeywordSnippet()
Get Public Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getRecordDefinitionSnippet()
Get Record Definition Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getResourceDefinitionSnippet()
Get Resource Definition Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getRetryStatementSnippet()
Get Retry Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getReturnStatementSnippet()
Get Return Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getServiceDefSnippet()
Get Service Definition Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getTransactionStatementSnippet()
Get Transaction Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getTrapSnippet()
Get Trap Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getTypeKeywordSnippet()
Get Type Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getVarKeywordSnippet()
Get Var Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getWaitKeywordSnippet()
Get Wait Keyword Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getWebSocketServiceDefSnippet()
Get Web Socket Service Definition Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getWebSubServiceDefSnippet()
Get Web Sub Service Definition Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getWhileStatementSnippet()
Get While Statement Snippet Block.
|
static SnippetBlock |
SnippetGenerator.getWorkerDeclarationSnippet()
Get Worker Declaration Snippet Block.
|
Modifier and Type | Method and Description |
---|---|
SnippetBlock |
Snippet.get()
Get the SnippetBlock.
|
Copyright © 2019 WSO2. All rights reserved.