Class VariableAccess

  • All Implemented Interfaces:
    Expression

    public class VariableAccess
    extends java.lang.Object
    implements Expression
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String moduleName  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      VariableAccess​(java.lang.String moduleName, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        private final java.lang.String name
      • moduleName

        private final java.lang.String moduleName
    • Constructor Detail

      • VariableAccess

        public VariableAccess​(java.lang.String moduleName,
                              java.lang.String name)