Class EffectSection

All Implemented Interfaces:
Debuggable, SyntaxElement, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

public abstract class EffectSection extends Section
A Section that may also be used as an effect, meaning there may be no section to parse.

When loading code, all EffectSections should first verify whether a section actually exists through the usage of hasSection. If this method returns true, it is safe to assert that the section node and list of trigger items are not null.

See Also: