ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Methods | Protected Methods | List of all members
IniFile.Section Class Reference
Inheritance diagram for IniFile.Section:
[legend]
Collaboration diagram for IniFile.Section:
[legend]

Class Description


A configuration section

Public Methods

 Section (CharSequence name)
 
- Public Methods inherited from InMemoryPlugin.Section
boolean deleteEntry (CharSequence name)
 
Entry getEntry (CharSequence name, boolean create)
 

Protected Methods

InMemoryPlugin.Entry createEntry ( @SuppressWarnings("hiding") CharSequence name)
 

Additional Inherited Members

- Public Fields inherited from InMemoryPlugin.Section
AString comments = new AString()
 The comments of the section.
 
ArrayList< Entryentries = new ArrayList<Entry>()
 The list of variables of the section.
 
AString name = new AString()
 The name of the section.
 
- Protected Fields inherited from InMemoryPlugin.Section
Tokenizer tmpTknzr = new Tokenizer()
 A reusable tokenizer.
 
Variable tmpVar = new Variable()
 A reusable variable.
 

Constructor & Destructor Documentation

◆ Section()

Section ( CharSequence  name)

Constructs a Section

Parameters
nameThe name of the section. (AString compatible type expected.)

Reimplemented from InMemoryPlugin.Section.

Member Function Documentation

◆ createEntry()

InMemoryPlugin.Entry createEntry ( @SuppressWarnings("hiding") CharSequence  name)
protected

Overrides base classes method to create an entry of our type.

Parameters
nameThe name of the entry.
Returns
An object of type IniFile.Entry.

Reimplemented from InMemoryPlugin.Section.


The documentation for this class was generated from the following file: