Class EMFTypeInferrer

    • Constructor Detail

      • EMFTypeInferrer

        public EMFTypeInferrer()
    • Method Detail

      • getInferredType

        public IInputKey getInferredType​(Expression var)
        Description copied from interface: ITypeInferrer
        Returns the inferred type of a variable
        Since:
        1.3
      • getAllPossibleTypes

        public java.util.Set<IInputKey> getAllPossibleTypes​(Expression var)
        Description copied from interface: ITypeInferrer
        Returns a collection of possible inferred types. Used for validating inputs; not recommended to use when processing the patterns
        Since:
        1.3