Section
Abstract Class
No description is available for this element.
Extends
Element
Modifiers
public abstract
Constructors
new Section (Library, LanguageElement, String...)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Library | library |
2 | LanguageElement | element |
3 | String[] | string |
Return Type
Section
Modifiers
public varargs
Methods
allowAsInputFor (Type)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Type | type |
Return Type
boolean
Modifiers
public
onSectionExit (Context, SectionMeta)
Abstract MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Context | context |
2 | SectionMeta | meta |
Return Type
void
Modifiers
public abstract
compileInline (Context, Match)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Context | context |
2 | Match | match |
Return Type
void
Modifiers
public
preCompileInline (Context, Match)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Context | context |
2 | Match | match |
Return Type
void
Modifiers
public