Module:libcrosscheckPackage:wrap.frontside.crosscheckParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibCrossCheck Library: Project Home | Documentation

wrap.frontside.crosscheck.Crosscheck

Inheritance : Object

Methods

NameSignature
addPathvoid addPath(String path)
getPathsArray<String> getPaths()
loadvoid load(String fileName)
onSetupvoid onSetup(Function onSetup)
printvoid print(Object toPrint)
requirevoid require(String fileName)
setSharedScopevoid setSharedScope(boolean sharedScope)

Methods

addPath

void addPath(String path)

Parameters

NameTypeDescription
pathcore.String

getPaths

Array<String> getPaths()

Returns
core.Array<core.String>

load

void load(String fileName)

Parameters

NameTypeDescription
fileNamecore.String

onSetup

void onSetup(Function onSetup)

Parameters

NameTypeDescription
onSetupcore.Function

print

void print(Object toPrint)

Parameters

NameTypeDescription
toPrintcore.Object

require

void require(String fileName)

Parameters

NameTypeDescription
fileNamecore.String

setSharedScope

void setSharedScope(boolean sharedScope)

Parameters

NameTypeDescription
sharedScopecore.boolean

Module:libcrosscheckPackage:wrap.frontside.crosscheckParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibCrossCheck Library: Project Home | Documentation