SimpleExpression

Abstract Class

No description is available for this element.
Extends

Element

Implements

SyntaxElement

Modifiers

public abstract

Constructors


new SimpleExpression (Library, LanguageElement, String...)

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

SimpleExpression

Modifiers

public varargs


Methods


compile (Context, Match)

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

void

Modifiers

public

getReturnType ()

Method
No description is available for this element.
Return Type

Type

Modifiers

public

preCompile (Context, Match)

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

void

Modifiers

public

allowedIn (State, Context)

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

boolean

Modifiers

public