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 classFragment.ExprA fragment which is an expression.static classFragment.TextA text fragment.Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend that return Fragment Modifier and Type Method Description FragmentInterpolation. 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 voidInterpolation. addFragment(Fragment fragment)
-