Module aya.cli.impl
Package org.aya.cli.parse
package org.aya.cli.parse
-
ClassDescriptionWorking with GK parser: Use
GenericNode.peekChild(IElementType)if you want to check if the node has a child with desired type. UseGenericNode.child(IElementType)if you are sure the node has a child with desired type. For psi nodes withextendsattribute in `AyaPsiParser.bnf` (like expr, decl, stmt, etc.): UseGenericNode.peekChild(TokenSet),GenericNode.child(TokenSet)if you want to obtain the node itself from its parent.Generalized modifier parser.For different declarations we have different modifiers that are available.All parsed modifiers