127 lines
1.5 KiB
Plaintext
127 lines
1.5 KiB
Plaintext
|
|
||
|
p.location-badge.
|
||
|
exported from <a href='../change_detection'>angular2/change_detection</a>
|
||
|
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/change_detection/parser/parser.ts#L49-L107">angular2/src/change_detection/parser/parser.ts (line 49)</a>
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
.l-main-section
|
||
|
h2 Members
|
||
|
.l-sub-section
|
||
|
h3 constructor
|
||
|
|
||
|
|
||
|
pre.prettyprint
|
||
|
code.
|
||
|
constructor(_lexer: Lexer, providedReflector?: Reflector)
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.l-sub-section
|
||
|
h3 parseAction
|
||
|
|
||
|
|
||
|
pre.prettyprint
|
||
|
code.
|
||
|
parseAction(input: string, location: any)
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.l-sub-section
|
||
|
h3 parseBinding
|
||
|
|
||
|
|
||
|
pre.prettyprint
|
||
|
code.
|
||
|
parseBinding(input: string, location: any)
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.l-sub-section
|
||
|
h3 parseSimpleBinding
|
||
|
|
||
|
|
||
|
pre.prettyprint
|
||
|
code.
|
||
|
parseSimpleBinding(input: string, location: string)
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.l-sub-section
|
||
|
h3 parseTemplateBindings
|
||
|
|
||
|
|
||
|
pre.prettyprint
|
||
|
code.
|
||
|
parseTemplateBindings(input: string, location: any)
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.l-sub-section
|
||
|
h3 parseInterpolation
|
||
|
|
||
|
|
||
|
pre.prettyprint
|
||
|
code.
|
||
|
parseInterpolation(input: string, location: any)
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.l-sub-section
|
||
|
h3 wrapLiteralPrimitive
|
||
|
|
||
|
|
||
|
pre.prettyprint
|
||
|
code.
|
||
|
wrapLiteralPrimitive(input: string, location: any)
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|