Home
last modified time | relevance | path

Searched defs:setVariable (Results 1 – 10 of 10) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAVariableExpression.java42 public void setVariable(PVariable node) in setVariable() method in AVariableExpression
DANameCommand.java72 public void setVariable(PVariable node) in setVariable() method in ANameCommand
DASetCommand.java77 public void setVariable(PVariable node) in setVariable() method in ASetCommand
DAWithCommand.java82 public void setVariable(PVariable node) in setVariable() method in AWithCommand
DALoopToCommand.java82 public void setVariable(PVariable node) in setVariable() method in ALoopToCommand
DAEachCommand.java82 public void setVariable(PVariable node) in setVariable() method in AEachCommand
DALoopCommand.java87 public void setVariable(PVariable node) in setVariable() method in ALoopCommand
DALoopIncCommand.java92 public void setVariable(PVariable node) in setVariable() method in ALoopIncCommand
/external/javassist/src/main/javassist/compiler/ast/
DDeclarator.java82 public void setVariable(Symbol sym) { setLeft(sym); } in setVariable() method in Declarator
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheet.java914 public void setVariable(ElemVariable v) in setVariable() method in Stylesheet