66676869707172
public int elementsCount() { return elementTypes.length; } public PsiElement createPsiElement(ASTNode astNode) { return new SequencePsiElement(astNode, this); }
74757677787980
public String getDebugName() { return "one-of (" + getId() + ")"; } public PsiElement createPsiElement(ASTNode astNode) { return new SequencePsiElement(astNode, this); }
979899100101102103
public String getDebugName() { return "iteration (" + getId() + ")"; } public PsiElement createPsiElement(ASTNode astNode) { return new SequencePsiElement(astNode, this); }
102103104105106107108
public String getDebugName() { return "wrapper (" + getId() + ")"; } public PsiElement createPsiElement(ASTNode astNode) { return new SequencePsiElement(astNode, this); }