31323334353637
protected void loadDefinition(Element def) throws ElementTypeDefinitionException { super.loadDefinition(def); } public PsiElement createPsiElement(ASTNode astNode) { return new ExecVariablePsiElement(astNode, this); }