Skip to main content

%CPT.Warp.Fragment

Method Inventory

Methods

method %OnNew(FragmentName As %String, InitialHandler As %String, SourceCode As %Stream.Object, RootNodePathStr As %String, PHPairs As %List, Trace=0) as %Status

Given :-

  • a name for the fragment (useful for debugging, not used otherwise)
  • an initial handler for the parse (e.g. "COS.nPlainBlock")
  • a stream with the source code
  • a path string specifying the root node for this fragment
  • a list of placeholder path strings

Build the parse tree

Can also be called with no arguments for a cloning operation (internal to this class)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab