C# Class Prolog.ISOPrologReader.StackFrame

Mostrar archivo Open project: ianhorswill/UnityProlog

Public Properties

Property Type Description
down StackFrame
priority int
specifier int
term System.Object
tokentype int

Property Details

down public_oe property

public StackFrame down
return StackFrame

priority public_oe property

public int priority
return int

specifier public_oe property

public int specifier
return int

term public_oe property

public Object,System term
return System.Object

tokentype public_oe property

public int tokentype
return int