Options
All
  • Public
  • Public/Protected
  • All
Menu

资源文件

Hierarchy

Implements

Index

Constructors

Protected constructor

  • new SourceFile(source: Source, fileName: string, filePath: string, isGlobal?: boolean): SourceFile

Properties

Abstract absolute

absolute: string

资源绝对路径

fileName

fileName: string

filePath

filePath: string

Readonly isGlobal

isGlobal: boolean = false

Abstract originAbsolutePath

originAbsolutePath: string

原始绝对路径 便于global文件查找资源

source

source: Source

Methods

Abstract getDescription

  • getDescription(): undefined | string

Abstract Protected getProperties