Свойство | Тип | Описание | |
---|---|---|---|
GetObjectData | void | ||
Keyword | System | ||
find | |||
find | |||
find | |||
intern | |||
intern | |||
intern | |||
invoke | object |
Метод | Описание | |
---|---|---|
CompareTo ( object obj ) : int |
Compare this to another object.
|
|
Equals ( object obj ) : bool |
Determines if an object is equal to this keyword. Value semantics.
|
|
GetHashCode ( ) : int |
Gets a hash code for the keyword.
|
|
ToString ( ) : string |
Returns a string representing the keyword.
|
|
getName ( ) : string |
Gets the name.
|
|
getNamespace ( ) : string |
Gets the namespace name.
|
|
invoke ( object arg1 ) : object |
(:keyword arg) => (get arg :keyword)
|
|
operator ( ) : bool |
Метод | Описание | |
---|---|---|
GetObjectData ( |
||
Keyword ( |
Construct a keyword based on a symbol.
|
|
find ( String nsname ) : |
||
find ( String ns, String name ) : |
||
find ( |
||
intern ( String nsname ) : |
||
intern ( |
||
intern ( string ns, string name ) : |
||
invoke ( object arg1, object notFound ) : object |
public CompareTo ( object obj ) : int | ||
obj | object | The object to compare to. |
Результат | int |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare to. |
Результат | bool |
public final invoke ( object arg1 ) : object | ||
arg1 | object | The object to access. |
Результат | object |