Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RAMLService

Index

Constructors

constructor

Properties

Private _actuallyExports

_actuallyExports: any

_aliases

_aliases: string[]

Private _allowsAnyChildren

_allowsAnyChildren: any

Private _allowsOptionalProperties

_allowsOptionalProperties: any

Private _allowsValue

_allowsValue: any

Private _allowsValueSet

_allowsValueSet: any

Private _annotationChecked

_annotationChecked: any

Private _canInherit

_canInherit: any

_consumesRef

_consumesRef: boolean

Private _contextRequirements

_contextRequirements: any

Private _convertsToGlobal

_convertsToGlobal: any

Private _declaredBy

_declaredBy: any

Private _declaresType

_declaresType: any

_defining

_defining: string[]

Private _fDesc

_fDesc: any

Private _isAnnotation

_isAnnotation: any

Private _isTemplate

_isTemplate: any

Private _node

_node: any

Private _possibleInterfaces

_possibleInterfaces: any

Private _referenceIs

_referenceIs: any

Private _representationOf

_representationOf: any

Private _runtimeExtenders

_runtimeExtenders: any

Private _type

_type: any

Methods

addAlias

  • addAlias(al: string): void
  • Parameters

    • al: string

    Returns void

allowValue

  • allowValue(): boolean
  • Returns boolean

definingPropertyIsEnough

  • definingPropertyIsEnough(v: string): void
  • Parameters

    • v: string

    Returns void

descriminatorValue

  • descriminatorValue(): string
  • Returns string

findMembersDeterminer

  • Returns IProperty

getActuallyExports

  • getActuallyExports(): string
  • Returns string

getAliases

  • getAliases(): string[]
  • Returns string[]

getAllowAny

  • getAllowAny(): boolean
  • Returns boolean

getAllowQuestion

  • getAllowQuestion(): boolean
  • Returns boolean

getCanInherit

  • getCanInherit(): string[]
  • Returns string[]

getConsumesRefs

  • getConsumesRefs(): boolean
  • Returns boolean

getContextRequirements

  • getContextRequirements(): object[]
  • Returns object[]

    • name: string
    • value: string

getConvertsToGlobal

  • getConvertsToGlobal(): string
  • Returns string

getDeclaringNode

  • getDeclaringNode(): any
  • Returns any

getDefining

  • getDefining(): string[]
  • Returns string[]

getExtendedType

  • Returns ITypeDefinition

getKeyProp

  • Returns IProperty

getPath

  • getPath(): string
  • Returns string

getReferenceIs

  • getReferenceIs(): string
  • Returns string

getRepresentationOf

  • Returns ITypeDefinition

getRuntimeExtenders

  • Returns ITypeDefinition[]

globallyDeclaredBy

  • Returns NodeClass[]

isAnnotation

  • isAnnotation(): boolean
  • Returns boolean

isAssignableFrom

  • isAssignableFrom(name: string): boolean
  • Parameters

    • name: string

    Returns boolean

isDeclaration

  • isDeclaration(): boolean
  • Returns boolean

isGlobalDeclaration

  • isGlobalDeclaration(): boolean
  • Returns boolean

isInlinedTemplates

  • isInlinedTemplates(): boolean
  • Returns boolean

isTypeSystemMember

  • isTypeSystemMember(): boolean
  • Returns boolean

isUserDefined

  • isUserDefined(): boolean
  • Returns boolean

key

  • Returns Named

nameId

  • nameId(): string
  • Returns string

possibleInterfaces

  • Returns ITypeDefinition[]

registerPossibleInterfaces

  • registerPossibleInterfaces(classNames: string[]): void
  • Parameters

    • classNames: string[]

    Returns void

registerSupertypes

  • registerSupertypes(classNames: string[]): void
  • Parameters

    • classNames: string[]

    Returns void

setConsumesRefs

  • setConsumesRefs(b: boolean): void
  • Parameters

    • b: boolean

    Returns void

setDeclaringNode

  • setDeclaringNode(n: any): void
  • Parameters

    • n: any

    Returns void

setExtendedTypeName

  • setExtendedTypeName(name: string): void
  • Parameters

    • name: string

    Returns void

setGloballyDeclaredBy

  • Parameters

    Returns void

setInlinedTemplates

  • Parameters

    • b: boolean

    Returns RAMLService

universe

  • Returns Universe

valueRequirements

  • Returns ValueRequirement[]

withActuallyExports

  • withActuallyExports(pname: string): void
  • Parameters

    • pname: string

    Returns void

withAllowAny

  • withAllowAny(): void
  • Returns void

withAllowQuestion

  • withAllowQuestion(): void
  • Returns void

withCanInherit

  • withCanInherit(clazz: string): void
  • Parameters

    • clazz: string

    Returns void

withContextRequirement

  • withContextRequirement(name: string, value: string): void
  • Parameters

    • name: string
    • value: string

    Returns void

withConvertsToGlobal

  • withConvertsToGlobal(pname: string): void
  • Parameters

    • pname: string

    Returns void

withReferenceIs

  • withReferenceIs(fname: string): void
  • Parameters

    • fname: string

    Returns void

Generated using TypeDoc