Element

Abstract Class

The basic syntax element class, which all existing syntax uses.

Extends

Object

Implements

SyntaxElement

Modifiers

public abstract

Constructors


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

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

Element

Modifiers

public varargs


Fields


provider

Field
No description is available for this element.
Type

Library

Modifiers

protected final

type

Field
No description is available for this element.
Type

LanguageElement

Modifiers

protected final

handlers

Field
No description is available for this element.
Type

Handlers

Modifiers

protected final



Methods


getType ()

Method
No description is available for this element.
Return Type

LanguageElement

Modifiers

public

getHandler (HandlerType)

Method
No description is available for this element.
IndexTypeName
1HandlerTypetype
Return Type

Method

Modifiers

public

getProvider ()

Method
No description is available for this element.
Return Type

Library

Modifiers

public

getPattern ()

Method
No description is available for this element.
Return Type

Pattern

Modifiers

public final

hasHandler (HandlerType)

Method
No description is available for this element.
IndexTypeName
1HandlerTypetype
Return Type

boolean

Modifiers

public

getPatterns ()

Method
No description is available for this element.
Return Type

String[]

Modifiers

public

setHandler (HandlerType, Method)

Method
No description is available for this element.
IndexTypeName
1HandlerTypetype
2Methodmethod
Return Type

void

Modifiers

public