C# Class Jade.Parser.Nodes.Node

Inheritance: ICloneable
Afficher le fichier Open project: rnrn/Jade4Net Class Usage Examples

Protected Properties

Свойство Type Description
block Node
fileName String
lineNumber int
name String
nodes LinkedList
value String

Méthodes publiques

Méthode Description
Clone ( ) : object
execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
getBlock ( ) : Node
getFileName ( ) : String
getLineNumber ( ) : int
getName ( ) : String
getNodes ( ) : LinkedList
getValue ( ) : String
hasBlock ( ) : bool
hasNodes ( ) : bool
pollNode ( ) : Node
push ( Node node ) : void
setBlock ( Node block ) : void
setFileName ( String fileName ) : void
setLineNumber ( int lineNumber ) : void
setName ( String name ) : void
setNodes ( LinkedList nodes ) : void
setValue ( String value ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

execute() public abstract méthode

public abstract execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
writer Jade.Compiler.IndentWriter
model JadeModel
template JadeTemplate
Résultat void

getBlock() public méthode

public getBlock ( ) : Node
Résultat Node

getFileName() public méthode

public getFileName ( ) : String
Résultat String

getLineNumber() public méthode

public getLineNumber ( ) : int
Résultat int

getName() public méthode

public getName ( ) : String
Résultat String

getNodes() public méthode

public getNodes ( ) : LinkedList
Résultat LinkedList

getValue() public méthode

public getValue ( ) : String
Résultat String

hasBlock() public méthode

public hasBlock ( ) : bool
Résultat bool

hasNodes() public méthode

public hasNodes ( ) : bool
Résultat bool

pollNode() public méthode

public pollNode ( ) : Node
Résultat Node

push() public méthode

public push ( Node node ) : void
node Node
Résultat void

setBlock() public méthode

public setBlock ( Node block ) : void
block Node
Résultat void

setFileName() public méthode

public setFileName ( String fileName ) : void
fileName String
Résultat void

setLineNumber() public méthode

public setLineNumber ( int lineNumber ) : void
lineNumber int
Résultat void

setName() public méthode

public setName ( String name ) : void
name String
Résultat void

setNodes() public méthode

public setNodes ( LinkedList nodes ) : void
nodes LinkedList
Résultat void

setValue() public méthode

public setValue ( String value ) : void
value String
Résultat void

Property Details

block protected_oe property

protected Node,Jade.Parser.Nodes block
Résultat Node

fileName protected_oe property

protected String fileName
Résultat String

lineNumber protected_oe property

protected int lineNumber
Résultat int

name protected_oe property

protected String name
Résultat String

nodes protected_oe property

protected LinkedList nodes
Résultat LinkedList

value protected_oe property

protected String value
Résultat String