The Psyche Project
Public Member Functions | List of all members
psy::C::SyntaxReference Class Reference

The SyntaxReference class. More...

#include <SyntaxReference.h>

Public Member Functions

const SyntaxTreesyntaxTree () const
 
const SyntaxNodesyntax () const
 

Detailed Description

The SyntaxReference class.

Note
This API is inspired by that of Microsoft.CodeAnalysis.SyntaxReference from Roslyn, the .NET Compiler Platform.

Member Function Documentation

◆ syntax()

const SyntaxNode * SyntaxReference::syntax ( ) const

The SyntaxNode referenced by this SyntaxReference.

◆ syntaxTree()

const SyntaxTree * SyntaxReference::syntaxTree ( ) const

The SyntaxTree referenced by this SyntaxReference.


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