java.lang.Object
org.apache.sling.scripting.sightly.java.compiler.impl.operator.TypedNode

public class TypedNode extends Object
Expression nodes with type information
  • Constructor Details

    • TypedNode

      public TypedNode(ExpressionNode node, org.apache.sling.scripting.sightly.java.compiler.impl.Type type)
  • Method Details

    • getNode

      public ExpressionNode getNode()
    • getType

      public org.apache.sling.scripting.sightly.java.compiler.impl.Type getType()