query
stringlengths
7
33.1k
document
stringlengths
7
335k
metadata
dict
negatives
listlengths
3
101
negative_scores
listlengths
3
101
document_score
stringlengths
3
10
document_rank
stringclasses
102 values
/ TODO return different
@Override public float getDistance(float[] fv1, float[] fv2) { if(settings.getMetric() == 1){ return getL1Distance(fv1, fv2); } else { //metric == 2 return getL2Distance(fv1, fv2); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "static int type_of_ret(String passed){\n\t\treturn 1;\n\t}", "default boolean isSpecial() { return false; }", "public Object getResult()\n/* */ {\n/* 129 */ Object resultToCheck = this.result;\n/* 130 */ return resultToCheck != RESULT_NONE ? resultToCheck : null;\n/* */ }", "java.lang.Str...
[ "0.57946634", "0.56547856", "0.5637181", "0.5605383", "0.5605383", "0.5555475", "0.55547535", "0.55225414", "0.54998416", "0.5483489", "0.54790545", "0.54714054", "0.54714054", "0.54714054", "0.5443212", "0.53947973", "0.5387764", "0.53709847", "0.5337502", "0.53298366", "0.5...
0.0
-1
This method used to verify the more information page.
public void verifyMoreInfoPage() throws Throwable{ wdlib.verify(getMoreInfoPage().getText(),flib.getPropKeyValue(PROP_PATH, "MoreInfo"), "More Information page"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void verifyLearnMoreLink() {\n learnMoreLink.assertState().enabled();\n learnMoreLink.assertContains().text(\"Learn more about registering for an account.\");\n }", "public void verifyPage() {\n\t\twaitForPageToLoad();\n\t\tString title = driver.getTitle();\n\t\tSystem.out.println(title);...
[ "0.71832246", "0.69256145", "0.65238416", "0.63903457", "0.6319533", "0.62663364", "0.6216892", "0.6064941", "0.60454136", "0.60454136", "0.602106", "0.59783584", "0.5950411", "0.59320325", "0.5929361", "0.59188545", "0.5917752", "0.58805144", "0.587858", "0.5842469", "0.5841...
0.8507808
0
This method is used to verify product is added to the opened price book.
public void verifyProduct() throws Throwable{ wdlib.waitForElement(getProductText()); if(!getProductText().getText().equals("None Included")) { Reporter.log(getProductText().getText()+" was deleted",true); deleteProduct(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test\n public void verifyAppleOfferApplied() {\n \tProduct product = new Product(\"Apple\", 0.2);\n \tBasket basket = new Basket();\n \tbasket.getProducts().put(product, 5);\n \tassertTrue(\"Have to get the price of 3 items = 0.6 ==> \", \n \t\t\tDouble.compare(calculator.calculatePrice(basket),...
[ "0.69582283", "0.6863928", "0.67144656", "0.664509", "0.6524223", "0.6500342", "0.6496544", "0.64843047", "0.64577365", "0.6455045", "0.6427646", "0.6386846", "0.6374254", "0.63479555", "0.63191575", "0.6305707", "0.6289567", "0.6264952", "0.62645936", "0.6251169", "0.6248805...
0.641485
11
This generic reusable method is used to Add the product to opened Price Book
public void addProduct() throws Throwable { goToProductsSection(); verifyProduct(); selPproductBtn.click(); wdlib.verify(wdlib.getPageTitle(),flib.getPropKeyValue(PROP_PATH, "ProductsPage") , "Products Page "); ProductsPage pdpage=new ProductsPage(); pdpage.selectProducts(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void addProduct(Product product);", "void addProduct(Product product);", "protected static void addBook(Book toAdd)\n {\n if (toAdd == null) // if product is null, becuase the formatting wasnt correct, then dont go forward and print out that the book wasnt added\n ProductGUI.Display...
[ "0.736356", "0.7326172", "0.7322608", "0.7262937", "0.71778494", "0.7176387", "0.7175536", "0.7170773", "0.71637297", "0.7055056", "0.7023452", "0.7006405", "0.69470096", "0.686742", "0.6761601", "0.6681345", "0.66352725", "0.660331", "0.6557229", "0.6531174", "0.64684093", ...
0.66216034
17
This generic reusable method is used to Add Service to opened Price Book
public void addService() throws Throwable { selServicOpt.click(); verifyService(); wdlib.waitForElement(getSelServiceBtn()); selServiceBtn.click(); wdlib.verify(wdlib.getPageTitle(),flib.getPropKeyValue(PROP_PATH, "ServicesPage") , "Services Page "); ServicesPage svpage=new ServicesPage(); svpage...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void addService(ServiceInfo serviceInfo);", "void addService(Long orderId, Long serviceId);", "public abstract T addService(BindableService bindableService);", "public void addService(String serviceName, CheckBox dateOfBirth, CheckBox address, CheckBox typeOfLicense,\n CheckBox proo...
[ "0.694694", "0.6809", "0.6717771", "0.66319644", "0.64051783", "0.6368224", "0.6316494", "0.6308405", "0.62854713", "0.6202034", "0.61952007", "0.60937333", "0.60127366", "0.5997688", "0.59596306", "0.59405255", "0.5879659", "0.5876428", "0.58616704", "0.58439523", "0.5843952...
0.6518232
4
This method is used to verify service in opened price book.
public void verifyService() throws Throwable{ wdlib.waitForElement(getServiceText()); if(!getServiceText().getText().equals("None Included")) { Reporter.log(getServiceText().getText()+" is deleted",true); deleteService(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void verifyPrice(SearchResultsPage searchResultsPage) throws Exception {\n\t\tString sPriceSearchResults = searchResultsPage.getSavedPrice(); // the price of the selected flights from the Search Results page\n\t\tWebElement pricePaymentElement = getElement(pricePayment, \"ID\");\n\t\tString sPricePayment ...
[ "0.6501453", "0.5922706", "0.58443063", "0.57967573", "0.57766384", "0.57278794", "0.57056785", "0.5653107", "0.5633376", "0.5609526", "0.55773425", "0.5569837", "0.5511572", "0.55053353", "0.5495342", "0.54864126", "0.5482296", "0.5448537", "0.5446797", "0.54447925", "0.5444...
0.63222986
1
This method is used to verify the service and if present delete otherwise add and delete.
public void verifyToDeleteService() throws Throwable{ ServicesPage srvpage=new ServicesPage(); selServicOpt.click(); wdlib.waitForElement(getServiceText()); if(getServiceText().getText().equals("None Included")) { Reporter.log(getServiceText().getText()+" is deleted",true); selServiceBtn.clic...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void verifyService() throws Throwable{\r\n\t\twdlib.waitForElement(getServiceText());\r\n\t\t\r\n\t\tif(!getServiceText().getText().equals(\"None Included\"))\r\n\t\t{\r\n\t\t\tReporter.log(getServiceText().getText()+\" is deleted\",true);\r\n\t\t\tdeleteService();\r\n\t\t}\r\n\t}", "public void deleteSer...
[ "0.7432426", "0.65833336", "0.644983", "0.6429605", "0.6239501", "0.6212662", "0.60898525", "0.608919", "0.6069696", "0.58542645", "0.58499426", "0.5847297", "0.5833922", "0.58297175", "0.58180773", "0.58078027", "0.579296", "0.5792018", "0.5790251", "0.57814765", "0.5778937"...
0.7133257
1
This method is used to edit product price.
public void editProductPrice(String price){ wdlib.waitForElement(getProductText()); if(getProductText().getText().equals("None Included")){ selPproductBtn.click(); ProductsPage pdpage=new ProductsPage(); pdpage.selectProducts(); driver.navigate().refresh(); selProductOpt.click(); wdlib.wai...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void edit(Price Price);", "public void setPrice(double newPrice) {\r\n price = newPrice;\r\n }", "public void editServicePrice(String price){\r\n\t\twdlib.waitForElement(getServiceText());\r\n\t\tif(getServiceText().getText().equals(\"None Included\")){\r\n\t\t\tselServiceBtn.click();\r\n\t\t\tServic...
[ "0.7394137", "0.7255757", "0.7223399", "0.72084564", "0.71966785", "0.719098", "0.7171772", "0.7167312", "0.7167312", "0.7167312", "0.714815", "0.714815", "0.714815", "0.714815", "0.714815", "0.714815", "0.714815", "0.7113728", "0.71037376", "0.70954937", "0.70879716", "0.7...
0.8119809
0
this method is used to edit price value of service from opened price book
public void editServicePrice(String price){ wdlib.waitForElement(getServiceText()); if(getServiceText().getText().equals("None Included")){ selServiceBtn.click(); ServicesPage srvpage=new ServicesPage(); srvpage.selectServices(); // driver.navigate().refresh(); selServicOpt.click(); wdlib.w...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void edit(Price Price);", "public void editProductPrice(String price){\r\n\t\twdlib.waitForElement(getProductText());\r\n\t\tif(getProductText().getText().equals(\"None Included\")){\r\n\t\t\tselPproductBtn.click();\r\n\t\t\tProductsPage pdpage=new ProductsPage();\r\n\t\t\tpdpage.selectProducts();\r\n\t\t\tdrive...
[ "0.7363388", "0.71846557", "0.68111", "0.6749731", "0.66741025", "0.66509986", "0.6577083", "0.6440922", "0.6392251", "0.63833916", "0.63532656", "0.6351238", "0.6346962", "0.6339456", "0.6339282", "0.6339282", "0.6339282", "0.63352466", "0.6298046", "0.6287994", "0.62863517"...
0.8079355
0
Calls the constructor of the parent class. The parent constructor calls the same constructor with "[?] [?].???()" set as identifier. This creates an APIToken with an unknown type, operation, namespace, ... but with valid (nonnull) attributes.
public APIToken() { super(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Token(I2PAppContext ctx) {\n super(null);\n byte[] data = new byte[MY_TOK_LEN];\n ctx.random().nextBytes(data);\n setData(data);\n setValid(MY_TOK_LEN);\n lastSeen = ctx.clock().now();\n }", "public Token(I2PAppContext ctx, byte[] data) {\n super(data);\...
[ "0.6003864", "0.586756", "0.58427995", "0.5764062", "0.5757164", "0.5684739", "0.5674216", "0.56080043", "0.54904896", "0.5485688", "0.544652", "0.5386558", "0.53693116", "0.5357791", "0.535757", "0.5356229", "0.5332022", "0.5270616", "0.52698904", "0.526298", "0.52328277", ...
0.7282549
0
Returns the invocation type of this token. The invocation type can be instance (normal), static or constructor.
public Invocation getInvocation() { if(getIdentifier().startsWith("static")) { return Invocation.STATIC_OPERATION; } if(getOperation().equals("new")) { return Invocation.CLASS_CONSTRUCTOR; } return Invocation.INSTANCE_OPERATION; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public InvocationType getInvocationType() {\n return invocationType;\n }", "public com.google.wireless.android.sdk.stats.UIActionStats.InvocationKind getInvocationKind() {\n @SuppressWarnings(\"deprecation\")\n com.google.wireless.android.sdk.stats.UIActionStats.InvocationKind result = com.google...
[ "0.75492847", "0.63485026", "0.632537", "0.61859673", "0.6154506", "0.6145249", "0.6143476", "0.6107632", "0.60664845", "0.6059965", "0.5971484", "0.5889444", "0.5851435", "0.58080894", "0.5747963", "0.57410187", "0.5739906", "0.56292164", "0.5615396", "0.558371", "0.55673885...
0.69252795
1
Returns the type of the APIToken. The type of an APIToken (or Membername for that matter) is the class of the object it instantiates. In this function we return the entire type identifier including its package/namespace. For instance, this class (APIToken) will have the following type: evaluation.APIToken TODO: why do ...
public String getType() { // or only getDeclaringType().getName() // return getDeclaringType().getFullName(); if(getNamespace() != null && getNamespace().length() > 0) { // when using getDeclareType().getName() some objects return lowercase // names, hence we capitalize (...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public TypeIdentifierSnippet getTypeIdentifier() {\n return typeIdentifier;\r\n }", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", ...
[ "0.6245782", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606", "0.62073606",...
0.608732
25
Returns the operation that this token encompasses. Notice that if this is the instantiation of a new object, the operation is equal to the constructor of the type. In this case, this function returns "new" (as out lined in the paper).
public String getOperation() { if(isConstructor()) { return "new"; } return getName(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Operator.Type getOperation();", "String getOp();", "String getOp();", "String getOp();", "public Invocation getInvocation() {\n if(getIdentifier().startsWith(\"static\")) {\n return Invocation.STATIC_OPERATION;\n }\n \n if(getOperation().equals(\"new\")) {\n ...
[ "0.70109516", "0.678931", "0.678931", "0.678931", "0.67079824", "0.66654605", "0.6657088", "0.6639758", "0.663606", "0.65491855", "0.65491855", "0.64166737", "0.64166737", "0.6397334", "0.63967866", "0.63967866", "0.63829654", "0.63797057", "0.63693213", "0.6368208", "0.63682...
0.8284293
0
Return string representation of this token. That is, returns the type and operation of this token. Example:
@Override public String toString() { return "<"+getType()+","+getOperation()+">"; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public String toString() {\n return token.toString();\n }", "public String toString (Token T);", "public String toString()\n {\n return \"LiteralOPToken(\" + getValue() + \")\";\n }", "@Override\r\n public String toString() {\r\n StringBuild...
[ "0.75247014", "0.7482442", "0.7481608", "0.7260538", "0.7022162", "0.6940027", "0.68774414", "0.68533665", "0.68422675", "0.67548317", "0.666938", "0.6585193", "0.65029573", "0.6464411", "0.6437281", "0.64294446", "0.6419951", "0.64193547", "0.6419239", "0.6409681", "0.640851...
0.71553516
4
Returns the title (i.e. purpose) of this raffle.
public String title() { return title; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String title()\n\t{\n\t\treturn title;\n\t}", "public String getTitle()\n {\n return (this.title);\n }", "public java.lang.String getTitle();", "@ObjectSupport public final String title() {\n return title==null\n ? title = createTitle()\n : title;\n ...
[ "0.71403867", "0.7048399", "0.7001568", "0.6993746", "0.698369", "0.6978623", "0.6978623", "0.6924295", "0.69004464", "0.6879807", "0.6879731", "0.6879625", "0.6879625", "0.6876808", "0.6876808", "0.6876808", "0.6876808", "0.6876808", "0.6876808", "0.6876808", "0.6876808", ...
0.70602375
1
Add a prize to the prize box.
public void addPrize(String name, int value) { /* !!!! Complete the implementation for this method * by invoking the method of a Box object. */ prizeBox.put(new Prize(name, value)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void addPrizeToContest(long contestId, long prizeId) throws ContestManagementException {\r\n\r\n }", "public Prize createPrize(Prize prize) throws ContestManagementException {\n return null;\r\n }", "public Prize createPrize(Prize prize) throws ContestManagementException {\n return n...
[ "0.6913246", "0.6441904", "0.6441904", "0.6322418", "0.62511986", "0.6038238", "0.60377514", "0.6001171", "0.5867944", "0.5680397", "0.55345577", "0.5426575", "0.53980017", "0.52579266", "0.518985", "0.5184542", "0.5180952", "0.5155735", "0.5130045", "0.51072747", "0.50956035...
0.7707704
0
Sell a ticket to the buyer.
public void sellTicket(String buyer) { /* !!!! Complete the implementation for this method * by invoking the method of a Box object. */ ticketBox.put(new Ticket(buyer)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void sell() throws UnavailableObjectException {\r\n\t\tGame game = Game.getInstance();\r\n\t\tgame.increaseBudget(getSellValue());\r\n\t\tgame.getInventory().take(id);\r\n\t}", "public void sell() {\n for (Company x : _market.getCompanies()) {\n if (x.getRisk() > _confidence || x.numLeft...
[ "0.6089686", "0.59941804", "0.59763026", "0.59157455", "0.5906447", "0.5851466", "0.5839584", "0.5760559", "0.5703387", "0.5685806", "0.56798655", "0.56067216", "0.55484015", "0.5541044", "0.55382735", "0.5532891", "0.55198324", "0.55189896", "0.5508091", "0.549048", "0.54599...
0.8053772
0
Perform the lucky draw. For each prize in the raffle, find a winner by drawing a ticket from the box of sold tickets. If there are more prizes than number of tickets being sold, some prizes will be left behind.
public Map<Prize, Ticket> luckyDraw() { // Creates a mapping of which prize is won by whom. Map<Prize, Ticket> winners = new HashMap<Prize, Ticket>(); /* !!!! Make use of an enhanced for statement to allocate * each prize to a winner. Which collection should we iterate * over (prizes or tickets)? Rega...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void drawWinner() {\n boolean allowMultiWinnings = ApplicationDomain.getInstance().getActiveLottery().isTicketMultiWinEnabled();\n\n // Get all lottery numbers without a prize\n ArrayList<LotteryNumber> numbersEligibleForWin = new ArrayList<>();\n TreeMap<Object, Ticket> tickets...
[ "0.72480553", "0.65173525", "0.6238507", "0.59953064", "0.5973207", "0.5786088", "0.5614038", "0.5609012", "0.56010455", "0.55884063", "0.5551684", "0.5539093", "0.55390346", "0.5522694", "0.55116343", "0.551061", "0.5494755", "0.54824", "0.5480167", "0.54653883", "0.5464318"...
0.73055905
0
TODO Autogenerated method stub
@Override public int user_request(Floor current_floor, Elevator elevator) { if(current_floor.floor_door.state==0 && elevator.elevator_door.state==0) { return 0; } else { return -1; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
/ JADX INFO: super call moved to the top of the method (can break code semantics)
zzkf(zzkc zzkc, zzgz zzgz) { super(zzgz); this.zza = zzkc; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void method_6349() {\r\n super.method_6349();\r\n }", "public void method_1449() {\r\n super.method_1449();\r\n }", "public void method_1449() {\r\n super.method_1449();\r\n }", "public void method_1449() {\r\n super.method_1449();\r\n }", "protected void method_3848() {\...
[ "0.7414769", "0.7119613", "0.7119613", "0.7119613", "0.7115359", "0.70228904", "0.70061016", "0.696022", "0.6936881", "0.6830244", "0.6787099", "0.6760496", "0.6728036", "0.6728036", "0.6680376", "0.6670228", "0.66369796", "0.66291183", "0.6621313", "0.6606562", "0.6604357", ...
0.0
-1
TODO: print valid lowercase alphabetic input
public static void printLowerCase() { for(char i = 'a'; i <= 'z'; i++){ System.out.print(i + " "); } System.out.println(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\r\n\t\tchar a=sc.next().charAt(0);\r\n\t\t\r\n\t\tif(Character.isLowerCase(a))\r\n\t\t{\r\n\t\t\tSystem.out.println(Character.toUpperCase(a));\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\tSystem.out.println(Character.toLowerCase(a));\r\n\t\...
[ "0.6878117", "0.6705866", "0.6633018", "0.6597386", "0.65808743", "0.656709", "0.6561907", "0.6527201", "0.6522866", "0.6509616", "0.6494803", "0.6470974", "0.64658797", "0.6444946", "0.64173466", "0.6411081", "0.63821155", "0.63703364", "0.63687706", "0.6363525", "0.63631165...
0.6683316
2
TODO: print valid uppercase alphabetic input
public static void printUpperCase() { for(char i = 'A'; i <= 'Z'; i++){ System.out.print(i + " "); } System.out.println(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void printUpperCase() {\n\t\tString isExit= \"\";\n\t\twhile (!isExit.equals(\"N\")) {\n\t\t\tStringBuffer bf = readInput();\n\t\t\tStringBuffer result = new StringBuffer();\n\t\t\tString str = bf.toString();\n\t\t\tfor (int i = 0; i < str.length(); i++) {\n\t\t\t\tif (Character.isUpperCase(str.charA...
[ "0.7178837", "0.6953805", "0.6935241", "0.6842421", "0.6818402", "0.68078303", "0.6692412", "0.66523117", "0.65477777", "0.645089", "0.64504415", "0.644899", "0.64275193", "0.642016", "0.6418417", "0.6416092", "0.6400544", "0.6380628", "0.6376806", "0.6370343", "0.63660353", ...
0.6441739
12
Returns the name of the main component registered from JavaScript. This is used to schedule rendering of the component.
@Override protected void onCreate(Bundle savedInstanceState) { SplashScreen.show(this); // here super.onCreate(savedInstanceState); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getComponentName();", "String getComponentName();", "BaseComponent getComponentName();", "String componentTypeName();", "protected String getComponentName() {\n return (component == null) ? \"*No Name*\" : component.toString();\n }", "String constructComponentName() {\n return base + na...
[ "0.7161782", "0.7161782", "0.6535866", "0.63769674", "0.63759553", "0.6157305", "0.6055131", "0.60384256", "0.60317504", "0.60256505", "0.60127616", "0.5982966", "0.59461904", "0.59449285", "0.5935694", "0.5907759", "0.58916855", "0.5788969", "0.5768425", "0.5694558", "0.5604...
0.0
-1
Constructs a new font renderer with the specified position and text.
public FontRenderer(float x, float y, String text) { this(x, y, text, FontType.FNT_ARIAL); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FontRenderer(float x, float y, String text, FontType font, float size) {\n\t\tthis.text = text;\n\t\tthis.font = font;\n\t\tthis.size = size;\n\t\tcolor = new Vector4f(1, 1, 1, 1);\n\t\t\n\t\ttransform.setPosition(x, y);\n\t\tsetSize(size);\n\t\t\n\t\tprogram = FontShaderProgram.INSTANCE;\n\t\t\n\t\ttexture...
[ "0.7414975", "0.73161566", "0.71279025", "0.7081643", "0.6722267", "0.65816593", "0.6486525", "0.63721514", "0.6370169", "0.6367074", "0.6253087", "0.62473536", "0.6150595", "0.60730964", "0.6046473", "0.60371524", "0.5986102", "0.59045434", "0.5882619", "0.58810264", "0.5862...
0.7024844
4
Constructs a new font renderer of the specified text, font type at the provided position.
public FontRenderer(float x, float y, String text, FontType font) { this(x, y, text, font, 1); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FontRenderer(float x, float y, String text, FontType font, float size) {\n\t\tthis.text = text;\n\t\tthis.font = font;\n\t\tthis.size = size;\n\t\tcolor = new Vector4f(1, 1, 1, 1);\n\t\t\n\t\ttransform.setPosition(x, y);\n\t\tsetSize(size);\n\t\t\n\t\tprogram = FontShaderProgram.INSTANCE;\n\t\t\n\t\ttexture...
[ "0.7076304", "0.68606126", "0.67836833", "0.6448294", "0.6350512", "0.6336212", "0.61828256", "0.601364", "0.5953616", "0.59098315", "0.5858489", "0.5855123", "0.5753933", "0.57400674", "0.57034516", "0.5641012", "0.5613792", "0.5601809", "0.55719846", "0.55713314", "0.554566...
0.6945682
1
Constructs a new font renderer of the specified text, font type and size at the provided position.
public FontRenderer(float x, float y, String text, FontType font, float size) { this.text = text; this.font = font; this.size = size; color = new Vector4f(1, 1, 1, 1); transform.setPosition(x, y); setSize(size); program = FontShaderProgram.INSTANCE; texture = font.getTexture().setParameters(GL1...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FontFactory(String font, int size, String text) {\n this.font = new Font(font, Font.BOLD, size);\n ttf = new TrueTypeFont(this.font, true);\n this.text = text;\n }", "Font createFont();", "public FontRenderer(float x, float y, String text, FontType font) {\n\t\tthis(x, y, text, f...
[ "0.71174353", "0.6919632", "0.67989045", "0.65004075", "0.62713146", "0.62103295", "0.6208363", "0.6167587", "0.6157994", "0.60508835", "0.5953412", "0.5822869", "0.58074224", "0.5792122", "0.57182693", "0.5642812", "0.56419736", "0.5629474", "0.5599172", "0.55985445", "0.552...
0.75101453
0
Generates the font mesh from the current information.
private void createFont(boolean created) { VertexTex[] vertices = new VertexTex[text.length() * 4]; int[] indices = new int[text.length() * 6]; float cursor = 0; for(int i = 0; i < text.length(); i++) { FontChar c = font.getChar(text.charAt(i)); if(c == null) c = font.getChar('?'); fl...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void update()\n\t{\n\t\tsetFont(attribs.getFont());\n\t\tTextMeshGenerator.generateTextVao(this.text, this.attribs, this.font, this.mesh);\n\t\tsize = new Vector2f(mesh.maxPoint.x(), mesh.maxPoint.y());\n\t}", "Font createFont();", "private static void buildFonts() {\r\n fontSMALL = new Font( str...
[ "0.6073353", "0.59787303", "0.5891496", "0.5774992", "0.5773094", "0.57424086", "0.57277757", "0.5687324", "0.5679544", "0.56727207", "0.5669985", "0.5664101", "0.5638825", "0.56120735", "0.5568425", "0.5563738", "0.555484", "0.5526955", "0.55261064", "0.55088544", "0.5489118...
0.68997276
0
Sets the size of this font.
public FontRenderer setSize(float size) { this.size = size; transform.setScale(size); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public LabelBuilder setFontSize(int size) {\n\t\tIsBuilder.checkIfValid(getOptionsBuilder());\n\t\tlabel.getFont().setSize(size);\n\t\treturn this;\n\n\t}", "public void setFontSize(int fontSize) {\n this.fontSize = fontSize;\n updateLineHeight();\n updateCursor();\n update();\n }"...
[ "0.75915635", "0.74864995", "0.733411", "0.72439444", "0.7233585", "0.7165858", "0.70897055", "0.7027597", "0.69499654", "0.69425106", "0.69205856", "0.6864443", "0.68226624", "0.6805514", "0.67653555", "0.6718995", "0.67183334", "0.66886574", "0.66228443", "0.656794", "0.654...
0.72981465
3
Sets the RGB color of this font renderer.
public FontRenderer setColor(Vector3f color) { this.color = new Vector4f(color.getX(), color.getY(), color.getZ(), 1); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setColor(int r, int g, int b);", "public FontRenderer setColor(float r, float g, float b) {\n\t\treturn setColor(new Vector4f(r, g, b, 1));\n\t}", "public void setColor(float r, float g, float b, float a);", "public void setColor(RGBColor color){\r\n this._color = new RGBColor(color);\r\n ...
[ "0.70125353", "0.6991853", "0.6845991", "0.6761266", "0.6706843", "0.6701109", "0.66290855", "0.65087897", "0.6502165", "0.64916396", "0.648878", "0.6414673", "0.63738996", "0.63218415", "0.6262087", "0.6247083", "0.62272984", "0.6213776", "0.6213776", "0.6183366", "0.6181233...
0.6347189
13
Sets the RGB color of this font renderer.
public FontRenderer setColor(float r, float g, float b) { return setColor(new Vector4f(r, g, b, 1)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setColor(int r, int g, int b);", "public void setColor(float r, float g, float b, float a);", "public void setColor(RGBColor color){\r\n this._color = new RGBColor(color);\r\n }", "public FontRenderer setColor(float r, float g, float b, float a) {\n\t\treturn setColor(new Vector4f(r, g,...
[ "0.70125353", "0.6845991", "0.6761266", "0.6706843", "0.6701109", "0.66290855", "0.65087897", "0.6502165", "0.64916396", "0.648878", "0.6414673", "0.63738996", "0.6347189", "0.63218415", "0.6262087", "0.6247083", "0.62272984", "0.6213776", "0.6213776", "0.6183366", "0.6181233...
0.6991853
1
Sets the RGBA color of this font renderer.
public FontRenderer setColor(Vector4f color) { this.color = color; return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setFontColor(int red, int green, int blue, int alpha){\n if(isTheColorInputCorrect(red, green, blue, alpha)){\n fontColor = new Color(red, green, blue); \n }\n }", "public void setLetterboxColor(ColorRGBA letterboxColor) {\n this.letterboxColor.set(letterboxColor);\...
[ "0.6546609", "0.6450293", "0.6109916", "0.59593236", "0.59386003", "0.5929691", "0.5887788", "0.58814734", "0.5843997", "0.5841752", "0.5763075", "0.57526404", "0.5746344", "0.56917083", "0.56837744", "0.564899", "0.56019545", "0.5586854", "0.55180216", "0.5473869", "0.546290...
0.5601379
17
Sets the RGBA color of this font renderer.
public FontRenderer setColor(float r, float g, float b, float a) { return setColor(new Vector4f(r, g, b, a)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setFontColor(int red, int green, int blue, int alpha){\n if(isTheColorInputCorrect(red, green, blue, alpha)){\n fontColor = new Color(red, green, blue); \n }\n }", "public void setLetterboxColor(ColorRGBA letterboxColor) {\n this.letterboxColor.set(letterboxColor);\...
[ "0.6547463", "0.6450781", "0.6110222", "0.59392595", "0.5931015", "0.5886", "0.58817875", "0.5843592", "0.5839553", "0.5761234", "0.5754165", "0.57467765", "0.56941676", "0.5683278", "0.5647855", "0.56026804", "0.560259", "0.5586935", "0.55158037", "0.54711765", "0.5460609", ...
0.59596944
3
Returns the current RGBA color of this font renderer.
public Vector4f getColor() { return color; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final String getFontColor() {\n\t\treturn fontColor;\n\t}", "public final Color getFontColour() {\n return fontColour;\n }", "public native final String fontColor() /*-{\n\t\treturn this.fontColor;\n\t}-*/;", "public int getAlpha()\n {\n return getColor().alpha();\n }", "pu...
[ "0.7090446", "0.68425995", "0.67537045", "0.6649824", "0.66003734", "0.6527839", "0.6507834", "0.6438767", "0.6428494", "0.63793653", "0.63793653", "0.6374465", "0.6372264", "0.6367508", "0.6344833", "0.6344833", "0.6344619", "0.6344619", "0.6344619", "0.6344619", "0.6344619"...
0.6033244
56
Sets the uniform width and edge of the text to draw.
private FontRenderer prepareShader() { FontShaderProgram.INSTANCE.sendFloat("width", .46f * (1 + size / 100f)); FontShaderProgram.INSTANCE.sendFloat("edge", .2f * (1f / (size * 2))); FontShaderProgram.INSTANCE.sendVec4("fontColor", color); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setWidth(int w) {\n this.width = w;\n }", "public void setWidth(int w)\n {\n width = w;\n }", "public void updateText()\r\n\t{\r\n\t\tdouble smallest = Math.min(menu.getController().getWidth(), menu.getController().getHeight());\r\n\t\tdouble equivalent12 = smallest/55;//Equi...
[ "0.5958928", "0.59478694", "0.59133667", "0.59047353", "0.58833903", "0.58569175", "0.58569175", "0.5813598", "0.58012253", "0.57872534", "0.5777544", "0.5744262", "0.57249343", "0.567706", "0.5671616", "0.56633174", "0.5652612", "0.562398", "0.5615526", "0.561479", "0.559054...
0.0
-1
Returns the full width of the text mesh.
public float getWidth() { float width= 0; for(int i = 0; i < text.length(); i++) { width += font.getChar(text.charAt(i)).X_ADVANCE * size; } return width; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "double width () {\n Text text = new Text(this.getText());\n text.setStyle(this.getStyle());\n return text.getBoundsInLocal().getWidth() * 1.5;\n }", "Length getWidth();", "String getWidth();", "String getWidth();", "public SVGLength getWidth() {\n return width...
[ "0.7203193", "0.6903605", "0.68587774", "0.68587774", "0.6691634", "0.6615681", "0.656684", "0.6560188", "0.6560188", "0.64989656", "0.6481884", "0.64703393", "0.64703393", "0.6470213", "0.6470213", "0.6470213", "0.645791", "0.6423239", "0.6423239", "0.6423239", "0.6423239", ...
0.71728504
1
Returns the maximum height of the text mesh.
public float getHeight() { float height = 0; for(int i = 0; i < text.length(); i++) { FontChar c = font.getChar(text.charAt(i)); float h = (c.T_HEIGHT + c.Y_OFFSET) * size; if(h > height) height = h; } return height; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public long getMaxHeight(){\r\n\t\treturn world.getHeight();\r\n\t}", "public int getMaxHeight() {\n return Integer.MAX_VALUE;\n }", "public double getMaxHeight()\n\t{\n\t\treturn this.maxHeight;\n\t}", "private int getTextHeight() {\n return lineHeight * (textBuffer.getMaxLine() - 1);\n ...
[ "0.7323121", "0.7278484", "0.7112038", "0.7097417", "0.70006114", "0.68607736", "0.6858563", "0.68263465", "0.68149287", "0.67276675", "0.67169666", "0.6658126", "0.66542584", "0.66542584", "0.6647107", "0.6582997", "0.65402955", "0.6525884", "0.6482678", "0.6468699", "0.6464...
0.7652521
0
Returns the average height of each font character.
public float getAverageHeight() { return (texture.getHeight() / 16) * size; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public float getHeight() {\n\t\t\n\t\tfloat height = 0;\n\t\tfor(int i = 0; i < text.length(); i++) {\n\t\t\tFontChar c = font.getChar(text.charAt(i));\n\t\t\tfloat h = (c.T_HEIGHT + c.Y_OFFSET) * size;\n\t\t\t\n\t\t\tif(h > height)\n\t\t\t\theight = h;\n\t\t}\n\t\t\n\t\treturn height;\n\t}", "private float getF...
[ "0.7431013", "0.7013238", "0.68682384", "0.67950183", "0.6742297", "0.67394733", "0.6594376", "0.6593045", "0.651023", "0.6441631", "0.6441631", "0.64200085", "0.63897157", "0.6381034", "0.6366758", "0.630658", "0.6251336", "0.6078776", "0.604322", "0.6006572", "0.5986576", ...
0.6603531
6
Returns the size of this font renderer.
public float getSize() { return size; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final int getFontSize() {\n return fontSize;\n }", "public double getFontSize(\n )\n {return fontSize;}", "public short getFontHeight()\n {\n return font.getFontHeight();\n }", "public float getTextSizePx() {\n return mPaint.getTextSize();\n }", "public float...
[ "0.7612778", "0.7514171", "0.750883", "0.74437684", "0.7374222", "0.7355087", "0.72308123", "0.72197294", "0.72179836", "0.7210551", "0.7088128", "0.7080053", "0.7068289", "0.70106786", "0.69984406", "0.69771683", "0.6892208", "0.68571496", "0.68173015", "0.679501", "0.666110...
0.6419086
28
Returns the font type used by this font renderer.
public FontType getFontType() { return font; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Typeface getTypeface() {\n return mTextContainer.getTypeface();\n }", "String getRendererType();", "public Typeface getTypeface() {\n return mTypeface;\n }", "public String getFont() {\n return font;\n }", "public String getFont()\n {\n return (String)...
[ "0.7244768", "0.71808827", "0.70451266", "0.6930562", "0.68297035", "0.67509735", "0.66334677", "0.66230345", "0.6606863", "0.6594273", "0.6592265", "0.6566922", "0.65323126", "0.65202564", "0.6512303", "0.650678", "0.64872384", "0.6479365", "0.6478979", "0.6416679", "0.63950...
0.846992
0
Returns the text string represented by this font renderer.
public String getText() { return text; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FontRenderer getFontRenderer()\n {\n return this.textRenderer;\n }", "public String getFont()\n {\n return (String) getStateHelper().eval(PropertyKeys.font, null);\n }", "@Override\n public String getFont() {\n return graphicsEnvironmentImpl.getFont(canvas);\n }", ...
[ "0.72501343", "0.718709", "0.71072227", "0.7033812", "0.698629", "0.67640275", "0.67339873", "0.6729942", "0.6644749", "0.65718913", "0.6565494", "0.6557637", "0.6554577", "0.6518508", "0.64817256", "0.64758074", "0.64670813", "0.6464105", "0.6463958", "0.6457889", "0.6447732...
0.63206553
50
String uri = "";
@RequestMapping("/get") public void get(String id) throws Exception { List<ServiceInstance> list = this.discoveryClient.getInstances("FEIGN-API"); String uri = ""; for (ServiceInstance instance : list) { if (instance.getUri() != null && !"".equals(instance.getUri())) { ur...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getUri( );", "String getUri();", "public String getUri()\r\n {\r\n return uri;\r\n }", "public String getURI() {\n/* 95 */ return this.uri;\n/* */ }", "String getURI();", "String getURI();", "String getURI();", "URI getUri();", "public String getUri() {\n return ur...
[ "0.8047155", "0.7965297", "0.79178894", "0.78881073", "0.7884171", "0.7884171", "0.7884171", "0.78785956", "0.78378314", "0.78306407", "0.78148896", "0.7730192", "0.7685251", "0.7685251", "0.7681631", "0.7665648", "0.7618756", "0.7573716", "0.75536424", "0.7513598", "0.750479...
0.0
-1
CPF_PROF, EXTERNO, IES, TITULACAO
public boolean inserir(Professor p) throws SQLException{ boolean inseriu = false; String query = "INSERT INTO deinfo.professor(CPF_PROF, EXTERNO, IES, TITULACAO, DEPAT_PROF) values(?,?,?,?,?)"; try{ PreparedStatement smt = bancoConnect.retornoStatement(query); smt.setString(1, p.getCpf()); smt.setString(...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private static void statACricri() {\n \tSession session = new Session();\n \tNSTimestamp dateRef = session.debutAnnee();\n \tNSArray listAffAnn = EOAffectationAnnuelle.findAffectationsAnnuelleInContext(session.ec(), null, null, dateRef);\n \tLRLog.log(\">> listAffAnn=\"+listAffAnn.count() + \" au \" + DateCtrl...
[ "0.55138093", "0.55044013", "0.53973764", "0.52430284", "0.52195287", "0.52095383", "0.5200577", "0.5173683", "0.5161598", "0.51517236", "0.5146363", "0.51211596", "0.5085564", "0.50850284", "0.5059193", "0.5052553", "0.5032856", "0.50245357", "0.5022643", "0.50164795", "0.50...
0.0
-1
Creates a new instance of DarAyudaAcceso
public DarAyudaAcceso() { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public ATM() {\n usuarioAutenticado = false; // al principio, el usuario no está autenticado\n numeroCuentaActual = 0; // al principio, no hay número de cuenta\n pantalla = new Pantalla(); // crea la pantalla\n teclado = new Teclado(); // crea el teclado\n dispensadorEfectivo = n...
[ "0.66580796", "0.6521279", "0.6011094", "0.5993655", "0.59841615", "0.59301704", "0.5889885", "0.5851147", "0.5820036", "0.58079034", "0.57747984", "0.57682544", "0.57587475", "0.5717866", "0.5714859", "0.56696403", "0.5665559", "0.5613287", "0.5570933", "0.55503637", "0.5549...
0.78816026
0
/ renamed from: a
public static List<C7020e> m102351a(List<StrangerMsgSession> list) { ArrayList arrayList = new ArrayList(); if (list != null) { for (StrangerMsgSession strangerMsgSession : list) { arrayList.add(C7020e.m21842a(strangerMsgSession.getLastMsg(), strangerMsgSession.getUnreadCount...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface C4521a {\n /* renamed from: a */\n void mo12348a();\n }", "public interface C1423a {\n /* renamed from: a */\n void mo6888a(int i);\n }", "interface bxc {\n /* renamed from: a */\n void mo2508a(bxb bxb);\n}", "interface C33292a {\n /* renamed fr...
[ "0.62497115", "0.6242887", "0.61394435", "0.61176854", "0.6114027", "0.60893", "0.6046901", "0.6024682", "0.60201293", "0.5975212", "0.59482527", "0.59121317", "0.5883635", "0.587841", "0.58703005", "0.5868436", "0.5864884", "0.5857492", "0.58306104", "0.5827752", "0.58272064...
0.0
-1
Convert the given object to string with each line indented by 4 spaces (except the first line).
private String toIndentedString(java.lang.Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private String toIndentedString(Object object) {\n if (object == null) {\n return EndpointCentralConstants.NULL_STRING;\n }\n return object.toString().replace(EndpointCentralConstants.LINE_BREAK,\n EndpointCentralConstants.LINE_BREAK + EndpointCentralConstants.TAB_SPA...
[ "0.78847593", "0.75493765", "0.74971926", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0.746168", "0...
0.0
-1
Marian is a famous system administrator. The person to overcome the security of his servers has not yet been born. However, there is a new type of threat where users flood the server with messages and are hard to be detected since they change their IP address all the time. Well, Marian is a system administrator and is ...
public static void main(String[] args) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private int calculateNumberOfMessages (String message){\r\n\t\tint numberOfMessages=1;\r\n\t\tString[] messageFields = message.split(\"&\");\r\n\t\t//bits that correspond to the header and the nick\r\n\t\tint bytesToRest = messageFields[0].getBytes().length + messageFields[1].getBytes().length +\"&&&\".getBytes()....
[ "0.55523545", "0.54364175", "0.5135311", "0.50842357", "0.49962476", "0.49451348", "0.49070874", "0.48585275", "0.48530233", "0.48410463", "0.4840309", "0.48304635", "0.48295444", "0.48024365", "0.4797242", "0.4770767", "0.47665915", "0.4751902", "0.4736334", "0.4726346", "0....
0.0
-1
This interface must be implemented by activities that contain this fragment to allow an interaction in this fragment to be communicated to the activity and potentially other fragments contained in that activity.
public interface ListFragmentListener { void onFoodItemSelected(String fid); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void onAttach(Context context) {\n super.onAttach(context);\n if (context instanceof RequestFragmentInterface) {\n mInterface = (RequestFragmentInterface) context;\n } else {\n throw new RuntimeException(context.toString()\n + \" m...
[ "0.7009334", "0.69609094", "0.68853784", "0.6821598", "0.6821598", "0.6821598", "0.67554003", "0.67437845", "0.674034", "0.6705576", "0.66707426", "0.6658141", "0.6641792", "0.6628216", "0.6621839", "0.66185325", "0.6614283", "0.6600791", "0.65794516", "0.65611416", "0.655403...
0.0
-1
Inflate the layout for this fragment
@Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View contentView = inflater.inflate(R.layout.fragment_food_list, container, false); // Initiate data and view list = (ListView) contentView.findViewById...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_main_allinfo, container, false);\n }", "@Override\r\n\tpublic View onCreateView(LayoutInflater inflater, ViewGroup...
[ "0.6739604", "0.67235583", "0.6721706", "0.6698254", "0.6691869", "0.6687986", "0.66869223", "0.6684548", "0.66766286", "0.6674615", "0.66654444", "0.66654384", "0.6664403", "0.66596216", "0.6653321", "0.6647136", "0.66423255", "0.66388357", "0.6637491", "0.6634193", "0.66251...
0.0
-1
/ Square meter to something else (also square)
public static double MeterToFeet(double m){ return m*10.76; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "double getSquareNumber();", "public static double squareMetersToSquareMilliMeters(double num){ return (num*Math.pow(10,6)); }", "public static double squareYardsToSquareMilliMeters(double num){ return squareMetersToSquareMilliMeters(squareYardsToSquareMeters(num)); }", "private static Double convertToMeters(...
[ "0.6626719", "0.6516385", "0.64843583", "0.63411266", "0.631406", "0.6287247", "0.6241121", "0.6190789", "0.60847807", "0.6077122", "0.60627085", "0.60506415", "0.5961531", "0.59259105", "0.59135455", "0.5894703", "0.58878905", "0.5858827", "0.58188844", "0.5811265", "0.57511...
0.0
-1
/ Funcoes que o professor pediu para implementar
public static double FeetToCentimeter(double f){ return f*929; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private static void cajas() {\n\t\t\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public void smell() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", ...
[ "0.6321591", "0.6156593", "0.6127705", "0.6106787", "0.6093094", "0.60432464", "0.60129887", "0.6011205", "0.60028076", "0.6001207", "0.5984751", "0.59532607", "0.59467006", "0.59450185", "0.59332114", "0.59168977", "0.5904596", "0.590405", "0.59022576", "0.58936894", "0.5875...
0.0
-1
Adapter that the view uses to communicate to the model for nonrepetitive control tasks such as manipulating strategies.
public interface IModelControlAdapter<TStrategyDropListItem, TPaintDropListItem> { /** * Take the given short strategy name and return a corresponding something * to put onto both drop lists. * * @param classname The shortened class name of the desired strategy * @return Something to put onto both th...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@StateStrategyType(SkipStrategy.class)\npublic interface ISettingsView extends MvpView {\n\n void showSettings(SettingsDto settings);\n\n void close();\n\n}", "public interface IView2ModelAdapter<TDropListItem> {\n\t/**\n\t * This is a function that will tell the model to clear the balls.\n\t */\n\tpublic ...
[ "0.6006909", "0.60035783", "0.59781194", "0.58524024", "0.57661104", "0.5666346", "0.56586456", "0.56241226", "0.56206816", "0.5619326", "0.5612203", "0.5572377", "0.55656856", "0.55470777", "0.55182606", "0.5507748", "0.5496655", "0.5496103", "0.5482771", "0.54746425", "0.54...
0.6366858
0
Take the given short strategy name and return a corresponding something to put onto both drop lists.
public TStrategyDropListItem addStrategyFac(String classname);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public TDropListItem addStrategy(String classname);", "public Option getOptionByShortName(String string) {\n\t\tfor (Option option : this.options) {\n\t\t\tif (option.getShortName() == null)\n\t\t\t\tcontinue;\n\n\t\t\tif (option.isCaseSensitive() && option.getShortName().equals(string))\n\t\t\t\treturn option;\...
[ "0.5374878", "0.5199462", "0.49878538", "0.4979616", "0.49701095", "0.4906578", "0.48892593", "0.4813513", "0.48042157", "0.47982", "0.476697", "0.4758381", "0.47400087", "0.47279465", "0.46877205", "0.46667993", "0.4655613", "0.46160105", "0.46014193", "0.46014193", "0.46014...
0.57777286
0
Take the given short shape name and return a corresponding something to put onto drop list.
public TPaintDropListItem addPaintStrategyFac(String classname);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getShapeName();", "IShape getShape(String name);", "String getLayerShapeName();", "public String whatShape();", "@Override\n public Shape getShape(String shapeType){\n\t\treturn null;\n }", "String getShapeLabel();", "private UldshapeVO parseUldshape(String line) {\r\n UldshapeVO ul...
[ "0.6506206", "0.6073086", "0.57753915", "0.54064953", "0.5390542", "0.5379566", "0.5267225", "0.52667564", "0.5262177", "0.5192388", "0.5132339", "0.49982613", "0.49968773", "0.49656618", "0.49585095", "0.49561292", "0.49456707", "0.4942539", "0.49344227", "0.49121177", "0.48...
0.0
-1
Make a ball with the selected short strategy name.
public void makeBall(TStrategyDropListItem strategySelectedItem, TPaintDropListItem paintSelectedItem);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void createBall(GL2 gl)\n\t{\n\t\tif(!change)\n\t\t{\n\t\t\tif(shape2)\n\t\t\t{\n\t\t\t\tsetColor(gl, 0, 0, 0, 255 - (13 * hitCount));\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tsetColor(gl, 0, 0, 0, 255);\n\t\t\t}\n\t\t\t\n\t\t\tdrawGon(gl, 20, currentPoint.getX(), currentPoint.getY(), 10);\n\t\t}\n\t\telse\n...
[ "0.60057145", "0.57344496", "0.5543107", "0.5486098", "0.5458906", "0.53720814", "0.5358939", "0.53473866", "0.5325811", "0.52931684", "0.5268579", "0.5259068", "0.52571344", "0.524332", "0.5165176", "0.515325", "0.5141026", "0.5115404", "0.5110855", "0.5094284", "0.5084032",...
0.6340494
0
Return a new object to put on both lists, given two items from the lists.
public TStrategyDropListItem combineStrategies(TStrategyDropListItem strategySelectedItem1, TStrategyDropListItem strategySelectedItem2);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Item merge(Item other);", "public static StringList createFrom(String list1[], String list2[]) {\n StringList list = new StringList(list1);\n list.merge(list2);\n return list;\n }", "public ArrayList<Object> product(ArrayList<Object> list1, ArrayList<Object> list2)\r\n {\r\n ...
[ "0.6100845", "0.6097076", "0.57257247", "0.56858486", "0.5670869", "0.565149", "0.56475234", "0.56301373", "0.5624039", "0.5612803", "0.5589849", "0.5576256", "0.5539212", "0.54591614", "0.5443087", "0.54373294", "0.5429574", "0.5408369", "0.5394822", "0.5393456", "0.5389901"...
0.0
-1
make a switcher ball.
public void makeSwitcherBall(TPaintDropListItem paintSelectedItem);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void createBall(GL2 gl)\n\t{\n\t\tif(!change)\n\t\t{\n\t\t\tif(shape2)\n\t\t\t{\n\t\t\t\tsetColor(gl, 0, 0, 0, 255 - (13 * hitCount));\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tsetColor(gl, 0, 0, 0, 255);\n\t\t\t}\n\t\t\t\n\t\t\tdrawGon(gl, 20, currentPoint.getX(), currentPoint.getY(), 10);\n\t\t}\n\t\telse\n...
[ "0.65571326", "0.6280078", "0.6132348", "0.6104668", "0.6045545", "0.602211", "0.59754664", "0.5938227", "0.59051627", "0.58746284", "0.5865376", "0.5849305", "0.5846102", "0.58351636", "0.5832373", "0.5814978", "0.57985085", "0.5785697", "0.5780796", "0.5774438", "0.57643336...
0.5493277
62
set the panel to paint the ball in model.
public void setPanel(JPanel ballPanel);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public PaintPanel(PaintModel model, View view){\n\t\tthis.setBackground(Color.blue);\n\t\tthis.setPreferredSize(new Dimension(300,300));\n\t\tthis.addMouseListener(this);\n\t\tthis.addMouseMotionListener(this);\n\t\tthis.lineThickness = 1;\n\t\tthis.mode=\"Circle\"; // bad code here?\n\t\t\n\t\tthis.model = model;...
[ "0.6935776", "0.68215334", "0.66815037", "0.64738595", "0.62902784", "0.6250341", "0.62462944", "0.61986774", "0.61782026", "0.61299956", "0.6118069", "0.6087076", "0.6081926", "0.60780746", "0.60712504", "0.6020907", "0.6001455", "0.5994082", "0.5982738", "0.59270436", "0.59...
0.7578407
0
Pruefen unser input Path und bearbeiten weiter, abhaengig davon, ob das Directory oder File ist
public static void checkInputPath(File input, String outputPath, FileFormat format, boolean mcdc, boolean mmbue) throws NotDirectoryException { //if output file does not exist - make a new one if (!new File(outputPath).exists()) { new File(outputPath).mkdirs(); } //if output is not of a type directory if ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void path(String path);", "void path(String path);", "private void upPath() {\n if (!path.equals(FilePathUtil.getRootPath())) {\n onPathChanged(path, new File(path.getParent()));\n path = new File(path.getParent());\n load(null);\n }\n }", "void loadPath(Stri...
[ "0.69286835", "0.69286835", "0.6708439", "0.66644543", "0.64329296", "0.63418114", "0.6307519", "0.62631375", "0.6212159", "0.61995494", "0.6181751", "0.61807126", "0.61440665", "0.61430204", "0.6103354", "0.6073184", "0.60620314", "0.6057502", "0.6007985", "0.6001397", "0.59...
0.0
-1
Bearbeiten den File und generieren die Test Cases
private static void executeForFile(File file, String outputPath, FileFormat format, boolean mcdc, boolean mmbue) { try { //falls file von Typ MD dann->>>> if (format == FileFormat.MD) { TruthTable table = InputScanner.readTableFromFile(file); if (mcdc) { String outputFileName = file.getName().rep...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void testModifyFile() throws Exception {\n System.out.print(\".. Testing file modification ..\");\n String filesystem = \"VSS \" + workingDirectory + File.separator + \"Work\";\n Node filesystemNode = new Node(new ExplorerOperator().repositoryTab().getRootNode(), filesystem);\n N...
[ "0.6800227", "0.6519564", "0.6478051", "0.64279014", "0.63717467", "0.63536125", "0.6329985", "0.6319489", "0.6318054", "0.63048905", "0.6302778", "0.62660843", "0.6213796", "0.61389786", "0.6099878", "0.60943705", "0.6082979", "0.6053786", "0.6045006", "0.5986467", "0.593206...
0.0
-1
Creates an instance of DeleteCommand.
public DeleteCommand(ToDoList tdl, int index) { this.tdl = tdl; this.index = index; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public DeleteCommand(String command) {\n super(command);\n }", "public DeleteCommand(String commandText) {\n super();\n description = commandText;\n }", "@Override\n public MyBusinessObjectDeleteCommand getDeleteCommand() {\n return new MyBusinessObjectDeleteCommand(this);\...
[ "0.74947464", "0.6895637", "0.67689216", "0.6625444", "0.6518382", "0.6500183", "0.6343718", "0.6327034", "0.6327034", "0.6327034", "0.6254319", "0.6124347", "0.60674846", "0.60527456", "0.6036139", "0.6036139", "0.59797066", "0.59658396", "0.5937627", "0.59309524", "0.583958...
0.5838061
21
Return the value of a given card.
public int getRank(){ return Value; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getCardValue(int card) {\n\t\tint result = card;\n\t\tswitch (card) {\n\t\tcase 11:\n\t\tcase 12:\n\t\tcase 13:\n\t\t\tresult = 10;\n\t\t}\n\t\treturn result;\n\t}", "public int cardValue(Card card) //translate string into card's numerical value\r\n {\r\n if (card.face.equals(\"Deuce\"))\r\n...
[ "0.8225626", "0.7611037", "0.7593154", "0.74200755", "0.7355685", "0.72402453", "0.69588816", "0.67041814", "0.6650282", "0.6609934", "0.6602777", "0.65838814", "0.6578341", "0.6496053", "0.6484808", "0.6484459", "0.6480021", "0.6399923", "0.63864833", "0.6345899", "0.6290226...
0.0
-1
Return the suit of a given card.
public char getSuit(){ return Suits; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static int suit(int card){\n //check if card is out of bounds\n if(card < 1 || card > 52){\n return 0;\n }\n //subtract 1 from card to include multiples of 13\n //add 1 so that it matches up with the desired output\n return (card - 1) / 13 + 1;\n }", ...
[ "0.8301359", "0.8086661", "0.77683616", "0.7609897", "0.7556701", "0.7304721", "0.72799", "0.72799", "0.7272734", "0.7255121", "0.7247288", "0.7228364", "0.7224637", "0.7224637", "0.72217286", "0.7207563", "0.71996987", "0.7192823", "0.71844935", "0.71654606", "0.70913255", ...
0.0
-1
Provide a string in the format of a card's name.
public String toString(){ return VALUES.get(Value-2)+" of " + Suits; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getCardName()\n {\n String returnString = \"\";\n if(num == 14)\n {\n returnString+=(\"Ace\");\n }\n else if(num == 11)\n {\n returnString+=(\"Jack\");\n }\n else if(num == 12)\n {\n returnString+=(\"Qu...
[ "0.7528907", "0.744014", "0.70162964", "0.6926429", "0.6925046", "0.65879035", "0.6551015", "0.646761", "0.6398903", "0.63788146", "0.63691384", "0.6363542", "0.6357096", "0.6315051", "0.63053256", "0.63007754", "0.62919956", "0.62769586", "0.62601376", "0.6240136", "0.623992...
0.0
-1
Create a copy of the card and return it, so when a card is returned the deck or hand cannot be altered outside the program. Both instance variables are primitives, so a copy of their value in memory is returned.
public Card copy(){ return new Card(Suits, Value); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Card makeCopy(){\n return new Card(vimage);\n }", "public Card dealCard() {\n //Return an invalid card if there are no cards in the deck.\n if (this.topCard < 0)\n return new Card('0', Card.Suit.spades);\n else {\n //Create a copy of the card on the top of the deck...
[ "0.8102208", "0.7135765", "0.70323", "0.67382884", "0.6712857", "0.66918623", "0.6686114", "0.66787493", "0.664269", "0.6517353", "0.65085804", "0.65012527", "0.64825326", "0.6445518", "0.6438531", "0.64254016", "0.63244015", "0.6322187", "0.631549", "0.62994", "0.61716855", ...
0.8363284
0
$ANTLR start "entryRuleBSQL2Java" InternalBSQL2Java.g:53:1: entryRuleBSQL2Java : ruleBSQL2Java EOF ;
public final void entryRuleBSQL2Java() throws RecognitionException { try { // InternalBSQL2Java.g:54:1: ( ruleBSQL2Java EOF ) // InternalBSQL2Java.g:55:1: ruleBSQL2Java EOF { before(grammarAccess.getBSQL2JavaRule()); pushFollow(FOLLOW_1); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void ruleBSQL2Java() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:66:2: ( ( ruleBSQLMachine ) )\n // InternalBSQL2Java.g:67:2: ( ruleBSQLMachine )\n {\n // InternalBSQL2Java...
[ "0.67073166", "0.6387668", "0.6169031", "0.59254533", "0.574941", "0.56940055", "0.56429726", "0.5630529", "0.5601583", "0.5555705", "0.53348196", "0.49870703", "0.4898763", "0.4722747", "0.45081693", "0.44867694", "0.4480415", "0.4477065", "0.4444002", "0.4427996", "0.442229...
0.8014528
0
$ANTLR end "entryRuleBSQL2Java" $ANTLR start "ruleBSQL2Java" InternalBSQL2Java.g:62:1: ruleBSQL2Java : ( ruleBSQLMachine ) ;
public final void ruleBSQL2Java() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:66:2: ( ( ruleBSQLMachine ) ) // InternalBSQL2Java.g:67:2: ( ruleBSQLMachine ) { // InternalBSQL2Java.g:67:2: ( ruleB...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBSQL2Java() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:54:1: ( ruleBSQL2Java EOF )\n // InternalBSQL2Java.g:55:1: ruleBSQL2Java EOF\n {\n before(grammarAccess.getBSQL2JavaRule()); \n pushFollow(FOLLOW_1);\...
[ "0.741406", "0.71398515", "0.6279357", "0.5674346", "0.5561333", "0.55447733", "0.55297124", "0.54972124", "0.54647285", "0.54249656", "0.5407919", "0.52226466", "0.5171586", "0.5155355", "0.50216657", "0.50148034", "0.5011494", "0.48149356", "0.47899026", "0.47678438", "0.47...
0.8107992
0
$ANTLR end "ruleBSQL2Java" $ANTLR start "entryRuleBSQLMachine" InternalBSQL2Java.g:78:1: entryRuleBSQLMachine : ruleBSQLMachine EOF ;
public final void entryRuleBSQLMachine() throws RecognitionException { try { // InternalBSQL2Java.g:79:1: ( ruleBSQLMachine EOF ) // InternalBSQL2Java.g:80:1: ruleBSQLMachine EOF { before(grammarAccess.getBSQLMachineRule()); pushFollow(FOLLOW_1); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void ruleBSQL2Java() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:66:2: ( ( ruleBSQLMachine ) )\n // InternalBSQL2Java.g:67:2: ( ruleBSQLMachine )\n {\n // InternalBSQL2Java...
[ "0.7849662", "0.6973405", "0.61983323", "0.6150211", "0.60719514", "0.59713954", "0.5970389", "0.59181976", "0.5723815", "0.56028074", "0.5519424", "0.53842646", "0.5361509", "0.5282461", "0.5254759", "0.5197102", "0.51966643", "0.51939094", "0.51485795", "0.50996214", "0.501...
0.8089832
0
$ANTLR end "entryRuleBSQLMachine" $ANTLR start "ruleBSQLMachine" InternalBSQL2Java.g:87:1: ruleBSQLMachine : ( ( rule__BSQLMachine__Group__0 ) ) ;
public final void ruleBSQLMachine() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:91:2: ( ( ( rule__BSQLMachine__Group__0 ) ) ) // InternalBSQL2Java.g:92:2: ( ( rule__BSQLMachine__Group__0 ) ) { //...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__BSQLMachine__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:485:1: ( rule__BSQLMachine__Group__0__Impl rule__BSQLMachine__Group__1 )\n // InternalBSQL2Java.g:486:2: rule__BSQL...
[ "0.770219", "0.7668609", "0.74538827", "0.7387219", "0.7336182", "0.7312191", "0.7304734", "0.72673035", "0.7211496", "0.7211401", "0.7129711", "0.70511746", "0.68335205", "0.6830093", "0.65411335", "0.6387797", "0.63654387", "0.63545203", "0.63465726", "0.63205886", "0.63174...
0.8500925
0
$ANTLR end "ruleBSQLMachine" $ANTLR start "entryRuleBTable" InternalBSQL2Java.g:103:1: entryRuleBTable : ruleBTable EOF ;
public final void entryRuleBTable() throws RecognitionException { try { // InternalBSQL2Java.g:104:1: ( ruleBTable EOF ) // InternalBSQL2Java.g:105:1: ruleBTable EOF { before(grammarAccess.getBTableRule()); pushFollow(FOLLOW_1); ruleBTabl...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBSQLMachine() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:79:1: ( ruleBSQLMachine EOF )\n // InternalBSQL2Java.g:80:1: ruleBSQLMachine EOF\n {\n before(grammarAccess.getBSQLMachineRule()); \n pushFollow(FOL...
[ "0.67802626", "0.67358273", "0.6466117", "0.64582497", "0.63983995", "0.6396688", "0.6138066", "0.589069", "0.5761486", "0.55832", "0.55708236", "0.5463243", "0.53711784", "0.5319372", "0.51736104", "0.5158118", "0.5137557", "0.5101016", "0.5033625", "0.50231695", "0.49653104...
0.7910126
0
$ANTLR end "entryRuleBTable" $ANTLR start "ruleBTable" InternalBSQL2Java.g:112:1: ruleBTable : ( ( rule__BTable__Group__0 ) ) ;
public final void ruleBTable() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:116:2: ( ( ( rule__BTable__Group__0 ) ) ) // InternalBSQL2Java.g:117:2: ( ( rule__BTable__Group__0 ) ) { // InternalBSQL...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBTable() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:104:1: ( ruleBTable EOF )\n // InternalBSQL2Java.g:105:1: ruleBTable EOF\n {\n before(grammarAccess.getBTableRule()); \n pushFollow(FOLLOW_1);\n ...
[ "0.73660076", "0.71710235", "0.70277584", "0.67912924", "0.6679785", "0.6655941", "0.6612596", "0.6610877", "0.6574751", "0.6572086", "0.63586605", "0.6132742", "0.60935736", "0.6073287", "0.60587066", "0.60071445", "0.5879231", "0.5843265", "0.5806431", "0.5719602", "0.57068...
0.8636436
0
$ANTLR end "ruleBTable" $ANTLR start "entryRuleAttribute" InternalBSQL2Java.g:128:1: entryRuleAttribute : ruleAttribute EOF ;
public final void entryRuleAttribute() throws RecognitionException { try { // InternalBSQL2Java.g:129:1: ( ruleAttribute EOF ) // InternalBSQL2Java.g:130:1: ruleAttribute EOF { before(grammarAccess.getAttributeRule()); pushFollow(FOLLOW_1); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final EObject entryRuleAttribute() throws RecognitionException {\n EObject current = null;\n\n EObject iv_ruleAttribute = null;\n\n\n try {\n // ../org.xtext.example.lmrc.entity/src-gen/org/xtext/example/lmrc/entity/parser/antlr/internal/InternalEntityDsl.g:206:2: (iv_ruleAtt...
[ "0.7108607", "0.70054215", "0.6275445", "0.6152345", "0.5378268", "0.53150654", "0.52507704", "0.5226931", "0.51711625", "0.51144844", "0.5079417", "0.4999712", "0.49984896", "0.4997536", "0.49918637", "0.49854362", "0.49367264", "0.49272254", "0.4857622", "0.4851139", "0.483...
0.7667216
0
$ANTLR end "entryRuleAttribute" $ANTLR start "ruleAttribute" InternalBSQL2Java.g:137:1: ruleAttribute : ( ( rule__Attribute__Group__0 ) ) ;
public final void ruleAttribute() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:141:2: ( ( ( rule__Attribute__Group__0 ) ) ) // InternalBSQL2Java.g:142:2: ( ( rule__Attribute__Group__0 ) ) { // Int...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleAttribute() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:129:1: ( ruleAttribute EOF )\n // InternalBSQL2Java.g:130:1: ruleAttribute EOF\n {\n before(grammarAccess.getAttributeRule()); \n pushFollow(FOLLOW_1)...
[ "0.7190165", "0.70246655", "0.68704826", "0.68429613", "0.6741145", "0.6687441", "0.6678331", "0.6652401", "0.66402954", "0.65790504", "0.6567587", "0.65132546", "0.64788634", "0.64688087", "0.6466541", "0.6446426", "0.64462173", "0.6419518", "0.63588715", "0.63473064", "0.63...
0.78370017
0
$ANTLR end "ruleAttribute" $ANTLR start "entryRuleBType" InternalBSQL2Java.g:153:1: entryRuleBType : ruleBType EOF ;
public final void entryRuleBType() throws RecognitionException { try { // InternalBSQL2Java.g:154:1: ( ruleBType EOF ) // InternalBSQL2Java.g:155:1: ruleBType EOF { before(grammarAccess.getBTypeRule()); pushFollow(FOLLOW_1); ruleBType(); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__Attribute__TypeAssignment_2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:3138:1: ( ( ruleBType ) )\n // InternalBSQL2Java.g:3139:2: ( ruleBType )\n {\n // Inter...
[ "0.63026774", "0.59554905", "0.5864519", "0.5766685", "0.5554362", "0.53371", "0.52169013", "0.51587737", "0.5130211", "0.5120733", "0.5105823", "0.5092549", "0.5063171", "0.5034294", "0.49859", "0.49641925", "0.49272418", "0.4911505", "0.49041352", "0.48754877", "0.4849877",...
0.72626007
0
$ANTLR end "entryRuleBType" $ANTLR start "ruleBType" InternalBSQL2Java.g:162:1: ruleBType : ( ( rule__BType__Type_nameAssignment ) ) ;
public final void ruleBType() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:166:2: ( ( ( rule__BType__Type_nameAssignment ) ) ) // InternalBSQL2Java.g:167:2: ( ( rule__BType__Type_nameAssignment ) ) { ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__BParameter__TypeAssignment_2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:3543:1: ( ( ruleBType ) )\n // InternalBSQL2Java.g:3544:2: ( ruleBType )\n {\n // Inte...
[ "0.78277475", "0.7603265", "0.74430263", "0.72985476", "0.64651144", "0.5984134", "0.59284097", "0.58769", "0.57404155", "0.5664926", "0.56628263", "0.56430584", "0.56148475", "0.5589769", "0.5584821", "0.5501099", "0.5458493", "0.5451743", "0.5442199", "0.5436352", "0.542152...
0.87569946
0
$ANTLR end "ruleBType" $ANTLR start "entryRuleBValue" InternalBSQL2Java.g:178:1: entryRuleBValue : ruleBValue EOF ;
public final void entryRuleBValue() throws RecognitionException { try { // InternalBSQL2Java.g:179:1: ( ruleBValue EOF ) // InternalBSQL2Java.g:180:1: ruleBValue EOF { before(grammarAccess.getBValueRule()); pushFollow(FOLLOW_1); ruleBValu...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBType() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:154:1: ( ruleBType EOF )\n // InternalBSQL2Java.g:155:1: ruleBType EOF\n {\n before(grammarAccess.getBTypeRule()); \n pushFollow(FOLLOW_1);\n r...
[ "0.7315288", "0.609787", "0.59118533", "0.5875241", "0.57914084", "0.57580143", "0.5522735", "0.54837155", "0.53410816", "0.52021706", "0.5166807", "0.5149709", "0.5128579", "0.5123009", "0.50806224", "0.5052803", "0.49759325", "0.48484224", "0.4848165", "0.48453876", "0.4795...
0.76787436
0
$ANTLR end "entryRuleBValue" $ANTLR start "ruleBValue" InternalBSQL2Java.g:187:1: ruleBValue : ( ( rule__BValue__Alternatives ) ) ;
public final void ruleBValue() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:191:2: ( ( ( rule__BValue__Alternatives ) ) ) // InternalBSQL2Java.g:192:2: ( ( rule__BValue__Alternatives ) ) { // Inte...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBValue() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:179:1: ( ruleBValue EOF )\n // InternalBSQL2Java.g:180:1: ruleBValue EOF\n {\n before(grammarAccess.getBValueRule()); \n pushFollow(FOLLOW_1);\n ...
[ "0.73871166", "0.7341407", "0.61456317", "0.5616977", "0.56148857", "0.53652406", "0.5263834", "0.5216175", "0.51926625", "0.5085795", "0.50850135", "0.50282073", "0.49865088", "0.49806833", "0.49788988", "0.49382833", "0.4707042", "0.4668396", "0.46600744", "0.46532857", "0....
0.85582894
0
$ANTLR end "ruleBValue" $ANTLR start "entryRuleBSOperation" InternalBSQL2Java.g:203:1: entryRuleBSOperation : ruleBSOperation EOF ;
public final void entryRuleBSOperation() throws RecognitionException { try { // InternalBSQL2Java.g:204:1: ( ruleBSOperation EOF ) // InternalBSQL2Java.g:205:1: ruleBSOperation EOF { before(grammarAccess.getBSOperationRule()); pushFollow(FOLLOW_1); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBValue() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:179:1: ( ruleBValue EOF )\n // InternalBSQL2Java.g:180:1: ruleBValue EOF\n {\n before(grammarAccess.getBValueRule()); \n pushFollow(FOLLOW_1);\n ...
[ "0.74550945", "0.64518845", "0.641219", "0.62898856", "0.62519336", "0.596683", "0.59537107", "0.58652043", "0.5772131", "0.5616704", "0.5398494", "0.53324634", "0.5306892", "0.524673", "0.521724", "0.51611334", "0.5131867", "0.5127031", "0.5116266", "0.5064751", "0.5056055",...
0.7222955
1
$ANTLR end "entryRuleBSOperation" $ANTLR start "ruleBSOperation" InternalBSQL2Java.g:212:1: ruleBSOperation : ( ( rule__BSOperation__Alternatives ) ) ;
public final void ruleBSOperation() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:216:2: ( ( ( rule__BSOperation__Alternatives ) ) ) // InternalBSQL2Java.g:217:2: ( ( rule__BSOperation__Alternatives ) ) { ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__BSOperation__Alternatives() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:464:1: ( ( ( rule__BSOperation__BopAssignment_0 ) ) | ( ( rule__BSOperation__VopAssignment_1 ) ) )\n int alt2=2...
[ "0.6626728", "0.64749557", "0.595297", "0.59291905", "0.58625823", "0.57679224", "0.5739469", "0.5730589", "0.572368", "0.5604977", "0.55693626", "0.5495492", "0.5306015", "0.52806956", "0.5187874", "0.5131228", "0.5091141", "0.5086367", "0.50118893", "0.49663648", "0.4957054...
0.8393467
0
$ANTLR end "ruleBSOperation" $ANTLR start "entryRuleBoolOperation" InternalBSQL2Java.g:228:1: entryRuleBoolOperation : ruleBoolOperation EOF ;
public final void entryRuleBoolOperation() throws RecognitionException { try { // InternalBSQL2Java.g:229:1: ( ruleBoolOperation EOF ) // InternalBSQL2Java.g:230:1: ruleBoolOperation EOF { before(grammarAccess.getBoolOperationRule()); pushFollow(FOLL...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBool() throws RecognitionException {\n try {\n // ../eu.quanticol.caspa.ui/src-gen/eu/quanticol/ui/contentassist/antlr/internal/InternalCASPA.g:2061:1: ( ruleBool EOF )\n // ../eu.quanticol.caspa.ui/src-gen/eu/quanticol/ui/contentassist/antlr/internal/Interna...
[ "0.7088066", "0.7032981", "0.68860275", "0.6768426", "0.6748554", "0.6699517", "0.6684095", "0.66651505", "0.6556101", "0.6519373", "0.6516032", "0.65150493", "0.6502822", "0.6446191", "0.64391536", "0.63862735", "0.63756067", "0.63633364", "0.633679", "0.63037497", "0.629252...
0.81956387
0
$ANTLR end "entryRuleBoolOperation" $ANTLR start "ruleBoolOperation" InternalBSQL2Java.g:237:1: ruleBoolOperation : ( ( rule__BoolOperation__Group__0 ) ) ;
public final void ruleBoolOperation() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:241:2: ( ( ( rule__BoolOperation__Group__0 ) ) ) // InternalBSQL2Java.g:242:2: ( ( rule__BoolOperation__Group__0 ) ) { ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__BoolOperation__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:1140:1: ( rule__BoolOperation__Group__0__Impl rule__BoolOperation__Group__1 )\n // InternalBSQL2Java.g:1141:2: ru...
[ "0.76844406", "0.7660665", "0.7653221", "0.74534184", "0.7433849", "0.7429309", "0.7424441", "0.7424331", "0.7397215", "0.7372198", "0.73690134", "0.73595405", "0.7340736", "0.73132175", "0.7304378", "0.7295184", "0.7227269", "0.72247255", "0.72161454", "0.721227", "0.718103"...
0.83243763
0
$ANTLR end "ruleBoolOperation" $ANTLR start "entryRuleVoidOperation" InternalBSQL2Java.g:253:1: entryRuleVoidOperation : ruleVoidOperation EOF ;
public final void entryRuleVoidOperation() throws RecognitionException { try { // InternalBSQL2Java.g:254:1: ( ruleVoidOperation EOF ) // InternalBSQL2Java.g:255:1: ruleVoidOperation EOF { before(grammarAccess.getVoidOperationRule()); pushFollow(FOLL...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBoolOperation() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:229:1: ( ruleBoolOperation EOF )\n // InternalBSQL2Java.g:230:1: ruleBoolOperation EOF\n {\n before(grammarAccess.getBoolOperationRule()); \n push...
[ "0.6552165", "0.6389909", "0.61299443", "0.6091934", "0.6007491", "0.595116", "0.57585454", "0.56835115", "0.56725496", "0.555174", "0.55512273", "0.5549316", "0.5517947", "0.55040926", "0.5495057", "0.5458381", "0.5446163", "0.54419416", "0.538536", "0.5378922", "0.53723717"...
0.7424371
0
$ANTLR end "entryRuleVoidOperation" $ANTLR start "ruleVoidOperation" InternalBSQL2Java.g:262:1: ruleVoidOperation : ( ( rule__VoidOperation__Group__0 ) ) ;
public final void ruleVoidOperation() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:266:2: ( ( ( rule__VoidOperation__Group__0 ) ) ) // InternalBSQL2Java.g:267:2: ( ( rule__VoidOperation__Group__0 ) ) { ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__VoidOperation__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:1977:1: ( rule__VoidOperation__Group__0__Impl rule__VoidOperation__Group__1 )\n // InternalBSQL2Java.g:1978:2: ru...
[ "0.7943674", "0.78100586", "0.77033067", "0.7690809", "0.76838464", "0.7683437", "0.7639073", "0.7607852", "0.75692904", "0.75246674", "0.7494896", "0.7466596", "0.7460974", "0.7422118", "0.7401236", "0.7382416", "0.73766583", "0.7359969", "0.72302675", "0.6840492", "0.682190...
0.87608093
0
$ANTLR end "ruleVoidOperation" $ANTLR start "entryRuleBPredicate" InternalBSQL2Java.g:278:1: entryRuleBPredicate : ruleBPredicate EOF ;
public final void entryRuleBPredicate() throws RecognitionException { try { // InternalBSQL2Java.g:279:1: ( ruleBPredicate EOF ) // InternalBSQL2Java.g:280:1: ruleBPredicate EOF { before(grammarAccess.getBPredicateRule()); pushFollow(FOLLOW_1); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "BPredicate createBPredicate();", "public final void ruleBPredicate() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:291:2: ( ( ( rule__BPredicate__Group__0 ) ) )\n // InternalBSQL2Java.g:292:2: ( ( rule__BPre...
[ "0.64908785", "0.6408497", "0.60987157", "0.60656816", "0.60606027", "0.59781253", "0.5972757", "0.5946534", "0.58770317", "0.58058393", "0.5789182", "0.56344754", "0.5564927", "0.55636907", "0.55516845", "0.5477575", "0.5465174", "0.54496276", "0.5426012", "0.5386057", "0.53...
0.7799975
0
$ANTLR end "entryRuleBPredicate" $ANTLR start "ruleBPredicate" InternalBSQL2Java.g:287:1: ruleBPredicate : ( ( rule__BPredicate__Group__0 ) ) ;
public final void ruleBPredicate() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:291:2: ( ( ( rule__BPredicate__Group__0 ) ) ) // InternalBSQL2Java.g:292:2: ( ( rule__BPredicate__Group__0 ) ) { // ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBPredicate() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:279:1: ( ruleBPredicate EOF )\n // InternalBSQL2Java.g:280:1: ruleBPredicate EOF\n {\n before(grammarAccess.getBPredicateRule()); \n pushFollow(FOLLO...
[ "0.7770571", "0.7488253", "0.73593676", "0.72491765", "0.721139", "0.71712625", "0.70162237", "0.661541", "0.64334726", "0.63603973", "0.6315923", "0.61596406", "0.6153886", "0.6115595", "0.6038784", "0.6000206", "0.5959416", "0.59219694", "0.5869391", "0.57492054", "0.571948...
0.8380126
0
$ANTLR end "ruleBPredicate" $ANTLR start "entryRuleSQLCall" InternalBSQL2Java.g:303:1: entryRuleSQLCall : ruleSQLCall EOF ;
public final void entryRuleSQLCall() throws RecognitionException { try { // InternalBSQL2Java.g:304:1: ( ruleSQLCall EOF ) // InternalBSQL2Java.g:305:1: ruleSQLCall EOF { before(grammarAccess.getSQLCallRule()); pushFollow(FOLLOW_1); ruleS...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBPredicate() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:279:1: ( ruleBPredicate EOF )\n // InternalBSQL2Java.g:280:1: ruleBPredicate EOF\n {\n before(grammarAccess.getBPredicateRule()); \n pushFollow(FOLLO...
[ "0.6712546", "0.5969674", "0.5418219", "0.53113085", "0.5261347", "0.5228294", "0.5184505", "0.5079343", "0.5030146", "0.4963094", "0.49117818", "0.48909342", "0.4884572", "0.4883911", "0.4836481", "0.48176098", "0.4804797", "0.47982776", "0.47801992", "0.4766848", "0.4742822...
0.6860082
0
$ANTLR end "entryRuleSQLCall" $ANTLR start "ruleSQLCall" InternalBSQL2Java.g:312:1: ruleSQLCall : ( ( rule__SQLCall__Group__0 ) ) ;
public final void ruleSQLCall() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:316:2: ( ( ( rule__SQLCall__Group__0 ) ) ) // InternalBSQL2Java.g:317:2: ( ( rule__SQLCall__Group__0 ) ) { // InternalB...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__SQLCall__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:2598:1: ( rule__SQLCall__Group__0__Impl rule__SQLCall__Group__1 )\n // InternalBSQL2Java.g:2599:2: rule__SQLCall__Group...
[ "0.77513987", "0.73177797", "0.6770601", "0.67340153", "0.6726254", "0.6607984", "0.6566753", "0.6565856", "0.6512796", "0.6498653", "0.64266765", "0.6404944", "0.63933486", "0.6369474", "0.6365036", "0.62972707", "0.62204546", "0.6161608", "0.6123306", "0.61101025", "0.60882...
0.8498871
0
$ANTLR end "ruleSQLCall" $ANTLR start "entryRuleTableInstance" InternalBSQL2Java.g:328:1: entryRuleTableInstance : ruleTableInstance EOF ;
public final void entryRuleTableInstance() throws RecognitionException { try { // InternalBSQL2Java.g:329:1: ( ruleTableInstance EOF ) // InternalBSQL2Java.g:330:1: ruleTableInstance EOF { before(grammarAccess.getTableInstanceRule()); pushFollow(FOLL...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void ruleTableInstance() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:341:2: ( ( ( rule__TableInstance__Group__0 ) ) )\n // InternalBSQL2Java.g:342:2: ( ( rule__TableInstance__Group__0 ) )\n ...
[ "0.58625257", "0.5849135", "0.5727364", "0.5593136", "0.5539475", "0.5336901", "0.5326805", "0.5319327", "0.5311568", "0.52050096", "0.5183755", "0.5113114", "0.5100991", "0.5019619", "0.49667698", "0.49619538", "0.4935393", "0.49191475", "0.4916757", "0.4876397", "0.48631445...
0.7778492
0
$ANTLR end "entryRuleTableInstance" $ANTLR start "ruleTableInstance" InternalBSQL2Java.g:337:1: ruleTableInstance : ( ( rule__TableInstance__Group__0 ) ) ;
public final void ruleTableInstance() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:341:2: ( ( ( rule__TableInstance__Group__0 ) ) ) // InternalBSQL2Java.g:342:2: ( ( rule__TableInstance__Group__0 ) ) { ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleTableInstance() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:329:1: ( ruleTableInstance EOF )\n // InternalBSQL2Java.g:330:1: ruleTableInstance EOF\n {\n before(grammarAccess.getTableInstanceRule()); \n push...
[ "0.7465655", "0.6863398", "0.6743766", "0.62606966", "0.61851895", "0.59784913", "0.5882321", "0.585389", "0.5806021", "0.57692546", "0.5702055", "0.520934", "0.5122341", "0.50921303", "0.49877524", "0.4966814", "0.48494804", "0.4834213", "0.48245496", "0.48162702", "0.476323...
0.8220742
0
$ANTLR end "ruleTableInstance" $ANTLR start "entryRuleTIAssignment" InternalBSQL2Java.g:353:1: entryRuleTIAssignment : ruleTIAssignment EOF ;
public final void entryRuleTIAssignment() throws RecognitionException { try { // InternalBSQL2Java.g:354:1: ( ruleTIAssignment EOF ) // InternalBSQL2Java.g:355:1: ruleTIAssignment EOF { before(grammarAccess.getTIAssignmentRule()); pushFollow(FOLLOW_1...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__TableInstance__Ti_typeAssignment_2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:3483:1: ( ( ruleTIAssignment ) )\n // InternalBSQL2Java.g:3484:2: ( ruleTIAssignment )\n {\...
[ "0.7345643", "0.6603709", "0.6563481", "0.63908035", "0.6135683", "0.6033675", "0.59914815", "0.58938694", "0.57207054", "0.5607224", "0.55297285", "0.5410994", "0.534406", "0.52581", "0.51838934", "0.51540685", "0.514843", "0.5088244", "0.50855803", "0.50480384", "0.49909747...
0.7727476
0
$ANTLR end "entryRuleTIAssignment" $ANTLR start "ruleTIAssignment" InternalBSQL2Java.g:362:1: ruleTIAssignment : ( ( rule__TIAssignment__Group__0 ) ) ;
public final void ruleTIAssignment() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:366:2: ( ( ( rule__TIAssignment__Group__0 ) ) ) // InternalBSQL2Java.g:367:2: ( ( rule__TIAssignment__Group__0 ) ) { ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleTIAssignment() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:354:1: ( ruleTIAssignment EOF )\n // InternalBSQL2Java.g:355:1: ruleTIAssignment EOF\n {\n before(grammarAccess.getTIAssignmentRule()); \n pushFoll...
[ "0.76829237", "0.7353774", "0.7151811", "0.7062635", "0.70506305", "0.693341", "0.68591726", "0.6582756", "0.6551108", "0.6501873", "0.6134892", "0.6028867", "0.6023431", "0.59082437", "0.57890236", "0.57318157", "0.568565", "0.56584835", "0.561379", "0.559877", "0.5582091", ...
0.85409415
0
$ANTLR end "ruleTIAssignment" $ANTLR start "entryRuleBParameter" InternalBSQL2Java.g:378:1: entryRuleBParameter : ruleBParameter EOF ;
public final void entryRuleBParameter() throws RecognitionException { try { // InternalBSQL2Java.g:379:1: ( ruleBParameter EOF ) // InternalBSQL2Java.g:380:1: ruleBParameter EOF { before(grammarAccess.getBParameterRule()); pushFollow(FOLLOW_1); ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__VoidOperation__ParamsAssignment_6_1_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:3378:1: ( ( ruleBParameter ) )\n // InternalBSQL2Java.g:3379:2: ( ruleBParameter )\n {\n...
[ "0.6646848", "0.65473366", "0.62473285", "0.62402815", "0.61022615", "0.59733045", "0.5942682", "0.5824364", "0.5823754", "0.57488495", "0.5716586", "0.56953293", "0.56215006", "0.560393", "0.55625", "0.55582327", "0.53762656", "0.5323375", "0.52450955", "0.52020323", "0.5190...
0.7529212
0
$ANTLR end "entryRuleBParameter" $ANTLR start "ruleBParameter" InternalBSQL2Java.g:387:1: ruleBParameter : ( ( rule__BParameter__Group__0 ) ) ;
public final void ruleBParameter() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:391:2: ( ( ( rule__BParameter__Group__0 ) ) ) // InternalBSQL2Java.g:392:2: ( ( rule__BParameter__Group__0 ) ) { // ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBParameter() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:379:1: ( ruleBParameter EOF )\n // InternalBSQL2Java.g:380:1: ruleBParameter EOF\n {\n before(grammarAccess.getBParameterRule()); \n pushFollow(FOLLO...
[ "0.7729138", "0.7705612", "0.74159896", "0.71219486", "0.70429474", "0.70364714", "0.68142617", "0.68034476", "0.6733131", "0.6635433", "0.647403", "0.62470937", "0.62359333", "0.6152499", "0.6139963", "0.6091223", "0.6036601", "0.5839379", "0.5823201", "0.577166", "0.5727096...
0.86798334
0
$ANTLR end "ruleBParameter" $ANTLR start "entryRuleBSubstitution" InternalBSQL2Java.g:403:1: entryRuleBSubstitution : ruleBSubstitution EOF ;
public final void entryRuleBSubstitution() throws RecognitionException { try { // InternalBSQL2Java.g:404:1: ( ruleBSubstitution EOF ) // InternalBSQL2Java.g:405:1: ruleBSubstitution EOF { before(grammarAccess.getBSubstitutionRule()); pushFollow(FOLL...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void entryRuleBParameter() throws RecognitionException {\n try {\n // InternalBSQL2Java.g:379:1: ( ruleBParameter EOF )\n // InternalBSQL2Java.g:380:1: ruleBParameter EOF\n {\n before(grammarAccess.getBParameterRule()); \n pushFollow(FOLLO...
[ "0.7280931", "0.649385", "0.64026755", "0.6399173", "0.6364546", "0.6191731", "0.61253965", "0.60786116", "0.6044404", "0.5989235", "0.58636606", "0.57206994", "0.5650883", "0.56487715", "0.55798817", "0.5571151", "0.5545468", "0.54778963", "0.53374946", "0.529109", "0.522596...
0.74912894
0
$ANTLR end "entryRuleBSubstitution" $ANTLR start "ruleBSubstitution" InternalBSQL2Java.g:412:1: ruleBSubstitution : ( ( rule__BSubstitution__Group__0 ) ) ;
public final void ruleBSubstitution() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:416:2: ( ( ( rule__BSubstitution__Group__0 ) ) ) // InternalBSQL2Java.g:417:2: ( ( rule__BSubstitution__Group__0 ) ) { ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__BSubstitution__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:2922:1: ( rule__BSubstitution__Group__0__Impl rule__BSubstitution__Group__1 )\n // InternalBSQL2Java.g:2923:2: ru...
[ "0.7815162", "0.77764314", "0.75486547", "0.72322214", "0.70945776", "0.7019257", "0.68114513", "0.6610251", "0.651578", "0.64325076", "0.6348422", "0.627003", "0.61361593", "0.60836315", "0.59540707", "0.5892864", "0.5811098", "0.57946897", "0.5783102", "0.5728295", "0.56485...
0.8670213
0
$ANTLR end "ruleBSubstitution" $ANTLR start "rule__BValue__Alternatives" InternalBSQL2Java.g:427:1: rule__BValue__Alternatives : ( ( RULE_ID ) | ( RULE_INT ) | ( 'FALSE' ) | ( 'TRUE' ) );
public final void rule__BValue__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:431:1: ( ( RULE_ID ) | ( RULE_INT ) | ( 'FALSE' ) | ( 'TRUE' ) ) int alt1=4; switch ( input.LA(1) ) { ca...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void ruleBValue() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:191:2: ( ( ( rule__BValue__Alternatives ) ) )\n // InternalBSQL2Java.g:192:2: ( ( rule__BValue__Alternatives ) )\n {\n ...
[ "0.7662096", "0.6173659", "0.57722616", "0.5737502", "0.5666087", "0.561636", "0.5594461", "0.5563199", "0.5383717", "0.5289629", "0.52576774", "0.51804745", "0.51210004", "0.51157075", "0.5106339", "0.5087878", "0.5024371", "0.5009129", "0.4996454", "0.49724445", "0.49442887...
0.8108738
0
$ANTLR end "rule__BValue__Alternatives" $ANTLR start "rule__BSOperation__Alternatives" InternalBSQL2Java.g:460:1: rule__BSOperation__Alternatives : ( ( ( rule__BSOperation__BopAssignment_0 ) ) | ( ( rule__BSOperation__VopAssignment_1 ) ) );
public final void rule__BSOperation__Alternatives() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:464:1: ( ( ( rule__BSOperation__BopAssignment_0 ) ) | ( ( rule__BSOperation__VopAssignment_1 ) ) ) int alt2=2; ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void ruleBSOperation() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:216:2: ( ( ( rule__BSOperation__Alternatives ) ) )\n // InternalBSQL2Java.g:217:2: ( ( rule__BSOperation__Alternatives ) )\n ...
[ "0.7951324", "0.7151565", "0.69857633", "0.6565009", "0.6366036", "0.6176603", "0.61213815", "0.6090328", "0.5806763", "0.57943094", "0.575838", "0.5727317", "0.5690957", "0.5646721", "0.5634451", "0.5629047", "0.5621037", "0.5603991", "0.56024975", "0.5602324", "0.5455778", ...
0.8125048
0
$ANTLR end "rule__BSOperation__Alternatives" $ANTLR start "rule__BSQLMachine__Group__0" InternalBSQL2Java.g:481:1: rule__BSQLMachine__Group__0 : rule__BSQLMachine__Group__0__Impl rule__BSQLMachine__Group__1 ;
public final void rule__BSQLMachine__Group__0() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:485:1: ( rule__BSQLMachine__Group__0__Impl rule__BSQLMachine__Group__1 ) // InternalBSQL2Java.g:486:2: rule__BSQLMachine__Group...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void ruleBSQLMachine() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:91:2: ( ( ( rule__BSQLMachine__Group__0 ) ) )\n // InternalBSQL2Java.g:92:2: ( ( rule__BSQLMachine__Group__0 ) )\n {...
[ "0.7568061", "0.6705693", "0.6678222", "0.66727304", "0.6654155", "0.6615959", "0.6603989", "0.6547836", "0.65411705", "0.6510338", "0.64847916", "0.64811385", "0.6369543", "0.63364804", "0.63214606", "0.63060874", "0.63032603", "0.6284659", "0.6262401", "0.6243035", "0.62261...
0.7518193
1
$ANTLR end "rule__BSQLMachine__Group__0" $ANTLR start "rule__BSQLMachine__Group__0__Impl" InternalBSQL2Java.g:493:1: rule__BSQLMachine__Group__0__Impl : ( 'MACHINE' ) ;
public final void rule__BSQLMachine__Group__0__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:497:1: ( ( 'MACHINE' ) ) // InternalBSQL2Java.g:498:1: ( 'MACHINE' ) { // InternalBSQL2Java.g:498...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__BSQLMachine__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:485:1: ( rule__BSQLMachine__Group__0__Impl rule__BSQLMachine__Group__1 )\n // InternalBSQL2Java.g:486:2: rule__BSQL...
[ "0.7860527", "0.7794666", "0.7247372", "0.7218658", "0.7194089", "0.7145362", "0.7085821", "0.70614594", "0.703328", "0.7023483", "0.6820889", "0.67243236", "0.6714809", "0.6369098", "0.6256811", "0.61779207", "0.6095516", "0.60432225", "0.59417355", "0.59028393", "0.5885722"...
0.8311543
0
$ANTLR end "rule__BSQLMachine__Group__0__Impl" $ANTLR start "rule__BSQLMachine__Group__1" InternalBSQL2Java.g:508:1: rule__BSQLMachine__Group__1 : rule__BSQLMachine__Group__1__Impl rule__BSQLMachine__Group__2 ;
public final void rule__BSQLMachine__Group__1() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:512:1: ( rule__BSQLMachine__Group__1__Impl rule__BSQLMachine__Group__2 ) // InternalBSQL2Java.g:513:2: rule__BSQLMachine__Group...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__BSQLMachine__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBSQL2Java.g:485:1: ( rule__BSQLMachine__Group__0__Impl rule__BSQLMachine__Group__1 )\n // InternalBSQL2Java.g:486:2: rule__BSQL...
[ "0.8195916", "0.7661096", "0.75598073", "0.7498225", "0.7370274", "0.7317418", "0.7266264", "0.7244225", "0.72114974", "0.718928", "0.7060816", "0.70431024", "0.7039931", "0.7031169", "0.7025153", "0.70194", "0.6970703", "0.6968935", "0.6935123", "0.6844952", "0.6844694", "...
0.8111628
1
$ANTLR end "rule__BSQLMachine__Group__1" $ANTLR start "rule__BSQLMachine__Group__1__Impl" InternalBSQL2Java.g:520:1: rule__BSQLMachine__Group__1__Impl : ( ( rule__BSQLMachine__M_nameAssignment_1 ) ) ;
public final void rule__BSQLMachine__Group__1__Impl() throws RecognitionException { int stackSize = keepStackSize(); try { // InternalBSQL2Java.g:524:1: ( ( ( rule__BSQLMachine__M_nameAssignment_1 ) ) ) // InternalBSQL2Java.g:525:1: ( ( rule__BSQLMachine__M_nameAssig...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final void rule__Input__Group__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalBrowser.g:1607:1: ( ( ( rule__Input__NameAssignment_1 ) ) )\n // InternalBrowser.g:1608:1: ( ( rule__Input__NameAssignment_1 ) ...
[ "0.7326407", "0.7293786", "0.72566575", "0.7217117", "0.72118753", "0.7151598", "0.70592755", "0.7031593", "0.70129144", "0.69674164", "0.69494295", "0.6929837", "0.69261134", "0.6910457", "0.689181", "0.6885693", "0.68619955", "0.68564075", "0.68323267", "0.68208635", "0.680...
0.85727876
0