Searched defs:apply (Results 76 - 100 of 298) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTInline.java28 public void apply(Switch sw) method in class:TInline
H A DTLinclude.java28 public void apply(Switch sw) method in class:TLinclude
H A DTLoop.java28 public void apply(Switch sw) method in class:TLoop
H A DTLt.java28 public void apply(Switch sw) method in class:TLt
H A DTLte.java28 public void apply(Switch sw) method in class:TLte
H A DTLvar.java28 public void apply(Switch sw) method in class:TLvar
H A DTMinus.java28 public void apply(Switch sw) method in class:TMinus
H A DTName.java28 public void apply(Switch sw) method in class:TName
H A DTNe.java28 public void apply(Switch sw) method in class:TNe
H A DTOr.java28 public void apply(Switch sw) method in class:TOr
H A DTParenClose.java28 public void apply(Switch sw) method in class:TParenClose
H A DTParenOpen.java28 public void apply(Switch sw) method in class:TParenOpen
H A DTPercent.java28 public void apply(Switch sw) method in class:TPercent
H A DTPlus.java28 public void apply(Switch sw) method in class:TPlus
H A DTQuestion.java28 public void apply(Switch sw) method in class:TQuestion
H A DTSet.java28 public void apply(Switch sw) method in class:TSet
H A DTSlash.java28 public void apply(Switch sw) method in class:TSlash
H A DTStar.java28 public void apply(Switch sw) method in class:TStar
H A DTString.java28 public void apply(Switch sw) method in class:TString
H A DTUvar.java28 public void apply(Switch sw) method in class:TUvar
H A DTVar.java28 public void apply(Switch sw) method in class:TVar
H A DTWith.java28 public void apply(Switch sw) method in class:TWith
H A DTWord.java28 public void apply(Switch sw) method in class:TWord
/external/junit/src/org/junit/rules/
H A DRuleChain.java94 public Statement apply(Statement base, Description description) { method in class:RuleChain
96 base= each.apply(base, description);
H A DTestWatcher.java41 public Statement apply(final Statement base, final Description description) { method in class:TestWatcher

Completed in 98 milliseconds

1234567891011>>