- All Implemented Interfaces:
Language
@Loggable(1)
public final class RtLanguage
extends Object
implements Language
GitHub repository language.
- Since:
- 0.15
-
Constructor Summary
Constructors
-
Method Summary
long
Number of bytes of code written in that language.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RtLanguage
public RtLanguage(String lang,
long size)
Public ctor.
- Parameters:
lang - Language name
size - Language bytes
-
Method Details
-
name
Description copied from interface: Language
Language name.
- Specified by:
name in interface Language
- Returns:
- Name
-
bytes
public long bytes()
Description copied from interface: Language
Number of bytes of code written in that language.
- Specified by:
bytes in interface Language
- Returns:
- Number of bytes