Uses of Interface
org.apache.felix.gogo.runtime.Evaluate
-
Packages that use Evaluate Package Description org.apache.felix.gogo.runtime -
-
Uses of Evaluate in org.apache.felix.gogo.runtime
Classes in org.apache.felix.gogo.runtime that implement Evaluate Modifier and Type Class Description class
Closure
Fields in org.apache.felix.gogo.runtime declared as Evaluate Modifier and Type Field Description private Evaluate
Expander. evaluate
Methods in org.apache.felix.gogo.runtime with parameters of type Evaluate Modifier and Type Method Description static java.lang.Object
Expander. expand(java.lang.CharSequence word, Evaluate eval)
expand variables, quotes and escapes in word.private static java.lang.Object
Expander. expand(java.lang.CharSequence word, Evaluate eval, boolean inQuote)
private static java.lang.Object
Expander. expand(java.lang.CharSequence word, Evaluate eval, boolean inQuote, boolean generateFileNames, boolean semanticJoin, boolean unquote, boolean asPattern)
Constructors in org.apache.felix.gogo.runtime with parameters of type Evaluate Constructor Description Expander(java.lang.CharSequence text, Evaluate evaluate, boolean inQuote, boolean generateFileNames, boolean semanticJoin, boolean unquote, boolean asPattern)
-