public interface JspElementType
Modifier and Type | Interface and Description |
---|---|
static class |
JspElementType.Kind |
Modifier and Type | Field and Description |
---|---|
static IElementType |
HOLDER_METHOD |
static IElementType |
HOLDER_TEMPLATE_DATA |
static IElementType |
JSP_BLOCK_STATEMENT |
static IElementType |
JSP_CLASS |
static IElementType |
JSP_CLASS_LEVEL_DECLARATION_STATEMENT |
static IElementType |
JSP_CODE_BLOCK |
static IElementType |
JSP_EXPRESSION |
static IElementType |
JSP_METHOD_CALL |
static IElementType |
JSP_SCRIPTLET |
static IElementType |
JSP_TEMPLATE_EXPRESSION |
static IElementType |
JSP_TEMPLATE_STATEMENT |
static IElementType |
JSP_WHILE_STATEMENT |
static final IElementType HOLDER_TEMPLATE_DATA
static final IElementType JSP_TEMPLATE_EXPRESSION
static final IElementType HOLDER_METHOD
static final IElementType JSP_TEMPLATE_STATEMENT
static final IElementType JSP_CLASS_LEVEL_DECLARATION_STATEMENT
static final IElementType JSP_CODE_BLOCK
static final IElementType JSP_WHILE_STATEMENT
static final IElementType JSP_BLOCK_STATEMENT
static final IElementType JSP_CLASS
static final IElementType JSP_METHOD_CALL
static final IElementType JSP_EXPRESSION
static final IElementType JSP_SCRIPTLET