All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.80ddbf4f0fdde4ddba57130e61043017.js Maven / Gradle / Ivy

There is a newer version: 6.1.4
Show newest version
(()=>{var i=(t,n)=>()=>(n||t((n={exports:{}}).exports,n),n.exports);var o=i((s,e)=>{ace.define("ace/snippets/wollok.snippets",["require","exports","module"],function(t,n,p){p.exports=`##
## Basic Java packages and import
snippet im
	import
snippet w.l
	wollok.lang
snippet w.i
	wollok.lib

## Class and object
snippet cl
	class \${1:\`Filename("", "untitled")\`} \${2}
snippet obj
	object \${1:\`Filename("", "untitled")\`} \${2:inherits Parent}\${3}
snippet te
	test \${1:\`Filename("", "untitled")\`}

##
## Enhancements
snippet inh
	inherits

##
## Comments
snippet /*
	/*
	 * \${1}
	 */

##
## Control Statements
snippet el
	else
snippet if
	if (\${1}) \${2}

##
## Create a Method
snippet m
	method \${1:method}(\${2}) \${5}

##  
## Tests
snippet as
	assert.equals(\${1:expected}, \${2:actual})

##
## Exceptions
snippet ca
	catch \${1:e} : (\${2:Exception} ) \${3}
snippet thr
	throw
snippet try
	try {
		\${3}
	} catch \${1:e} : \${2:Exception} {
	}

##
## Javadocs
snippet /**
	/**
	 * \${1}
	 */

##
## Print Methods
snippet print
	console.println("\${1:Message}")

##
## Setter and Getter Methods
snippet set
	method set\${1:}(\${2:}) {
		$1 = $2
	}
snippet get
	method get\${1:}() {
		return \${1:};
	}

##
## Terminate Methods or Loops
snippet re
	return`});ace.define("ace/snippets/wollok",["require","exports","module","ace/snippets/wollok.snippets"],function(t,n,p){"use strict";n.snippetText=t("./wollok.snippets"),n.scope="wollok"});(function(){ace.require(["ace/snippets/wollok"],function(t){typeof e=="object"&&typeof s=="object"&&e&&(e.exports=t)})})()});o();})();

//# sourceMappingURL=80ddbf4f0fdde4ddba57130e61043017.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy