Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1025851 // AGIBlue_Rule

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2253L/14K).

sclass AGIBlue_Rule {
  S sliceID = agiBlue_rulesSlice();
  S page;
  S lhs, rhs;
  
  *() {}
  *(S *page, PairS lhsRhs) { lhs = lhsRhs.a; rhs = lhsRhs.b; }
  
  [stdToString]
  
  public int hashCode() { ret hash(sliceID, page); }
  public bool equals(O o) { ret stdEq(this, o, 'sliceID, 'page); }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025851
Snippet name: AGIBlue_Rule
Eternal ID of this version: #1025851/6
Text MD5: f01ae73dbbcfdfd17f7a045b81d09c77
Transpilation MD5: 3904a6259ca5e2e690c01c96889f7a1f
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-27 21:03:08
Source code size: 314 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 184 / 543
Version history: 5 change(s)
Referenced in: [show references]