InnerModifyExpression
Abstract Class
A special variety of expression designed as a placeholder to modify or contain an inner expression and not to be present in the output tree. Designed for brackets, etc.
Extends
Element
Implements
SyntaxElement
Modifiers
public abstract
Constructors
new InnerModifyExpression (Library, LanguageElement, String...)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Library | library |
2 | LanguageElement | element |
3 | String[] | string |
Return Type
InnerModifyExpression
Modifiers
public varargs
Methods
compile (Context, Match)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Context | context |
2 | Match | match |
Return Type
void
Modifiers
public final
allowedIn (State, Context)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | State | state |
2 | Context | context |
Return Type
boolean
Modifiers
public