PFSDllWrapperpfsGetSyntaxClass Method |
Return the syntax class of the node which is passed as argument.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static int pfsGetSyntaxClass(
IntPtr node
)
Public Shared Function pfsGetSyntaxClass (
node As IntPtr
) As Integer
public:
static int pfsGetSyntaxClass(
IntPtr node
)
static member pfsGetSyntaxClass :
node : IntPtr -> int
Parameters
- node
- Type: SystemIntPtr
A pfsNode pointer
Return Value
Type:
Int32
RemarksThis function is only relevant for expert/debug use. It returns the internal syntax class of a token as identified by the PFS parser.
See Also