Uses of Interface
org.apache.sling.scripting.sightly.impl.compiler.frontend.Fragment
-
Packages that use Fragment Package Description org.apache.sling.scripting.sightly.impl.compiler.frontend -
-
Uses of Fragment in org.apache.sling.scripting.sightly.impl.compiler.frontend
Classes in org.apache.sling.scripting.sightly.impl.compiler.frontend that implement Fragment Modifier and Type Class Description static class
Fragment.Expr
A fragment which is an expression.static class
Fragment.Text
A text fragment.Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend that return Fragment Modifier and Type Method Description Fragment
Interpolation. getFragment(int index)
Return the fragment with the specified indexMethods in org.apache.sling.scripting.sightly.impl.compiler.frontend that return types with arguments of type Fragment Modifier and Type Method Description Iterable<Fragment>
Interpolation. getFragments()
Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend with parameters of type Fragment Modifier and Type Method Description void
Interpolation. addFragment(Fragment fragment)
-