
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| ImplLangType | from_int (int value) |
Static Public Attributes | |
| final int | _JAVA = 0 |
| final ImplLangType | JAVA = new ImplLangType(_JAVA) |
| final int | _CPP = 1 |
| final ImplLangType | CPP = new ImplLangType(_CPP) |
| final int | _PYTHON = 2 |
| final ImplLangType | PYTHON = new ImplLangType(_PYTHON) |
Protected Member Functions | |
| ImplLangType (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8