程序包 com.intellij.psi.tree
package com.intellij.psi.tree
-
类说明An additional interface to be implemented by
IElementTypeinstances that allows to customize AST node creation.Interface for token types returned from lexical analysis and for types of nodes in the AST tree.Predicate for matching element types.A token type which represents a fragment of text (possibly in a different language) which is not parsed during the current lexer or parser pass and can be parsed later when its contents is requested.An additional interface to be implemented byIElementTypeinstances to allow customizing how leaf AST elements are created for tokens of this type.A token type which represents a fragment of text (possibly in a different language) which is not parsed during the current lexer or parser pass and can be parsed later when its contents is requested.A set of element types.