YAP 7.1.0
yap_error_prolog_source

a Prolog goal that caused a bug More...

#include <YapError.h>

Public Attributes

intptr_t prologPredCl
 
uintptr_t prologPredLine
 
uintptr_t prologPredFirstLine
 
uintptr_t prologPredLastLine
 
const char * prologPredName
 
uintptr_t prologPredArity
 
const char * prologPredModule
 
const char * prologPredFile
 
struct error_prolog_source * errorParent
 

Detailed Description

a Prolog goal that caused a bug

Definition at line 192 of file YapError.h.

Member Data Documentation

◆ errorParent

struct error_prolog_source* errorParent

Definition at line 201 of file YapError.h.

◆ prologPredArity

uintptr_t prologPredArity

Definition at line 198 of file YapError.h.

◆ prologPredCl

intptr_t prologPredCl

Definition at line 193 of file YapError.h.

◆ prologPredFile

const char* prologPredFile

Definition at line 200 of file YapError.h.

◆ prologPredFirstLine

uintptr_t prologPredFirstLine

Definition at line 195 of file YapError.h.

◆ prologPredLastLine

uintptr_t prologPredLastLine

Definition at line 196 of file YapError.h.

◆ prologPredLine

uintptr_t prologPredLine

Definition at line 194 of file YapError.h.

◆ prologPredModule

const char* prologPredModule

Definition at line 199 of file YapError.h.

◆ prologPredName

const char* prologPredName

Definition at line 197 of file YapError.h.


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