Package jetbrains.mps.smodel
Class SNodeId.Regular
- java.lang.Object
 - 
- jetbrains.mps.smodel.SNodeId
 - 
- jetbrains.mps.smodel.SNodeId.Regular
 
 
 
- 
- All Implemented Interfaces:
 Comparable<SNodeId>,SNodeId
- Enclosing class:
 - SNodeId
 
public static class SNodeId.Regular extends SNodeId
regular id 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jetbrains.mps.smodel.SNodeId
SNodeId.Foreign, SNodeId.Regular, SNodeId.StringBasedId 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Regular(long id) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetId()inthashCode()StringtoString()- 
Methods inherited from class jetbrains.mps.smodel.SNodeId
compareTo, fromString, getType 
 - 
 
 -