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...)

Constructor
No description is available for this element.
IndexTypeName
1Librarylibrary
2LanguageElementelement
3String[]string
Return Type

InnerModifyExpression

Modifiers

public varargs


Methods


compile (Context, Match)

Method
No description is available for this element.
IndexTypeName
1Contextcontext
2Matchmatch
Return Type

void

Modifiers

public final

allowedIn (State, Context)

Method
No description is available for this element.
IndexTypeName
1Statestate
2Contextcontext
Return Type

boolean

Modifiers

public