Class FunctionPathToken

    • Field Detail

      • functionName

        private final java.lang.String functionName
      • pathFragment

        private final java.lang.String pathFragment
    • Constructor Detail

      • FunctionPathToken

        public FunctionPathToken​(java.lang.String pathFragment)
    • Method Detail

      • isTokenDefinite

        public boolean isTokenDefinite()
        Return the actual value by indicating true. If this return was false then we'd return the value in an array which isn't what is desired - true indicates the raw value is returned.
        Specified by:
        isTokenDefinite in class PathToken
        Returns: