Class ClangOpToken

  • All Implemented Interfaces:
    ClangNode

    public class ClangOpToken
    extends ClangToken
    Token representing an operation in C code text. This could be a keyword like "if" or "while" but could also be an operator like '+' or '*' The token may contain an id for the pcode object representing the operation