#include <CompileNodes.h>
Inheritance diagram for FencePostNode:
Public Member Functions | |
FencePostNode (const LLCToken _tok, const uint32 _linenum) | |
virtual | ~FencePostNode () |
virtual void | print_unk (std::ostream &o) |
virtual bool | isA (const LLCToken &tok) |
Private Attributes | |
const LLCToken | iTok |
Definition at line 100 of file CompileNodes.h.
Definition at line 103 of file CompileNodes.h.
virtual FencePostNode::~FencePostNode | ( | ) | [inline, virtual] |
Definition at line 105 of file CompileNodes.h.
virtual bool FencePostNode::isA | ( | const LLCToken & | tok | ) | [inline, virtual] |
virtual void FencePostNode::print_unk | ( | std::ostream & | o | ) | [inline, virtual] |
Implements CompileNode.
Definition at line 107 of file CompileNodes.h.
References iTok, LLC_CLOSE_BRACE, and LLC_OPEN_BRACE.
const LLCToken FencePostNode::iTok [private] |