[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for T:LayerD.ZOECompiler.TypesTable]


All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TypesTable()()() | |
![]() | Add(Object, Object) | Adds an element with the specified key and value into the Hashtable. (Inherited from Hashtable.) |
![]() | Clear()()() | Removes all elements from the Hashtable. (Inherited from Hashtable.) |
![]() | Clone()()() | Creates a shallow copy of the Hashtable. (Inherited from Hashtable.) |
![]() | comparer | Obsolete. (Inherited from Hashtable.) |
![]() | Contains(Object) | Determines whether the Hashtable contains a specific key. (Inherited from Hashtable.) |
![]() | ContainsKey(Object) | Determines whether the Hashtable contains a specific key. (Inherited from Hashtable.) |
![]() | ContainsValue(Object) | Determines whether the Hashtable contains a specific value. (Inherited from Hashtable.) |
![]() | CopyTo(Array, Int32) | (Inherited from Hashtable.) |
![]() | Count | Gets the number of key/value pairs contained in the Hashtable. (Inherited from Hashtable.) |
![]() | EqualityComparer | Gets the IEqualityComparer to use for the Hashtable. (Inherited from Hashtable.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Exists(String) |
Determina si existe el tipo indicado.
|
![]() | Exists(String, Scope) |
Indica si existe el tipo indicado a partir del nombre parcial y el alcance proporcionados.
|
![]() | ExistsTypeInfo(String) |
No incluye tipos en la cache en el chequeo :-P
|
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | get_ExistingTypeName(String, Scope) |
Devuelve un nombre de tipos a partir de fullOrPartialName y
currentScope que exista en la tabla de tipos.
Si no existe un tipo a partir de fullOrPartialName devuelve null.
Primero intenta utilizar fullOrPartialName, luego fullOrPartialName
más el alcance y luego intenta buscarlo en las directivas using en el alcance
currentScope.
|
![]() | get_ExistingTypeName(String) |
Determina si "fullName" existe en la tabla de tipos,
si existe devuelve la misma cadena, de lo contrario
devuelve null.
|
![]() | get_TypeInfo(String) |
Obtiene un objeto TypeInfo que proporciona información del tipo solicitado.
|
![]() | get_TypeNode(String) |
Devuelve el nodo XplNode que declara un tipo.
|
![]() | GetEnumerator()()() | Returns an IDictionaryEnumerator that iterates through the Hashtable. (Inherited from Hashtable.) |
![]() | GetHash(Object) | Returns the hash code for the specified key. (Inherited from Hashtable.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | Implements the ISerializable interface and returns the data needed to serialize the Hashtable. (Inherited from Hashtable.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | hcp | Obsolete. Gets or sets the object that can dispense hash codes. (Inherited from Hashtable.) |
![]() | InsertType(String, XplNode, XplAccesstype_enum, MemberInfo) |
Agrega un nuevo tipo a la tabla de simbolos.
|
![]() | InsertType(String, XplNode, Scope, XplAccesstype_enum, MemberInfo) |
Agrega un nuevo tipo a la tabla de simbolos.
|
![]() | InsertTypeMapping(String, String) | |
![]() | IsFixedSize | Gets a value indicating whether the Hashtable has a fixed size. (Inherited from Hashtable.) |
![]() | IsReadOnly | Gets a value indicating whether the Hashtable is read-only. (Inherited from Hashtable.) |
![]() | IsSynchronized | Gets a value indicating whether access to the Hashtable is synchronized (thread safe). (Inherited from Hashtable.) |
![]() | Item[([(Object])]) | |
![]() | KeyEquals(Object, Object) | (Inherited from Hashtable.) |
![]() | Keys | Gets an ICollection containing the keys in the Hashtable. (Inherited from Hashtable.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDeserialization(Object) | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from Hashtable.) |
![]() | Remove(Object) | Removes the element with the specified key from the Hashtable. (Inherited from Hashtable.) |
![]() | set_AsyncTypeRead(TypesTable..::.AsyncTypeRead) | |
![]() | set_CachedTypesIndex(Hashtable) |
Establece el indice de tipos en cache no procesados originalmente.
La tabla hash debe tener como indice el nombre de tipo completo y
como valor el nodo XplClass o XplNamespace
|
![]() | SyncRoot | Gets an object that can be used to synchronize access to the Hashtable. (Inherited from Hashtable.) |
![]() | ToString()()() | (Inherited from Object.) |
![]() | Values | Gets an ICollection containing the values in the Hashtable. (Inherited from Hashtable.) |