mjplusplus  v0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ast::po::PostfixOp Class Referenceabstract

#include <PostfixOp.hpp>

Inheritance diagram for ast::po::PostfixOp:
ast::Node ast::po::ArrayAccess ast::po::FieldAccess ast::po::MethodInvocation

Public Member Functions

virtual shptr< Typeget_type (semantic::SemanticAnalysis &sa, shptr< semantic::symbol::SymbolTable > symbolTable, shptr< Type > callingType)=0
 
virtual bool lValueHelp () const =0
 
- Public Member Functions inherited from ast::Node
virtual void toString (std::ostream &out, unsigned int indent, bool special=false) const =0
 
virtual void accept (ASTVisitor &visitor) const
 

Member Function Documentation

virtual shptr<Type> ast::po::PostfixOp::get_type ( semantic::SemanticAnalysis sa,
shptr< semantic::symbol::SymbolTable symbolTable,
shptr< Type callingType 
)
pure virtual
virtual bool ast::po::PostfixOp::lValueHelp ( ) const
pure virtual

The documentation for this class was generated from the following file: