idlwave-statement-type

idlwave-statement-type is a compiled Lisp function in `idlwave.el'.

(idlwave-statement-type)

Return the type of the current IDL statement.
Uses `idlwave-statement-match' to return a cons of (type . point) with
point the ending position where the type was determined. Type is the
association from `idlwave-statement-match', i.e. the cons cell from the
list not just the type symbol. Returns nil if not an identifiable
statement.