Initializer |
Identifier(String name, Boolean usePrefix) Parameters:
|
Attributes | |
children | Source Codeshared actual [] children The child nodes of this node. Refines Node.children |
hash | Source Codeshared actual Integer hash The hash value of the value, which allows the value to be an element of a hash-based set or key of a hash-based map. Implementations must respect the constraint that:
Therefore, a class which refines In general, Note that when executing on a Java Virtual Machine, the
64-bit Refines Object.hash |
name | Source Codeshared default String name The name of the identifier. |
prefix | Source Codeshared formal String prefix The prefix for this kind of identifier – |
text | Source Codeshared String text |
usePrefix | Source Codeshared default Boolean usePrefix |
valid | Source Codeshared Boolean valid Whether this identifier is a valid Ceylon identifier.
The |
Inherited Attributes |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Methods | |
copy | Source Codeshared formal Identifier copy(String name = ..., Boolean usePrefix = ...) Creates a copy of this identifier. All parameters default to the value of the corresponding parameter of this instance. Parameters:
|
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |