Class ConstantExpressionsInterpreter.VisibleFieldsCollector

  • Enclosing class:
    ConstantExpressionsInterpreter

    public static class ConstantExpressionsInterpreter.VisibleFieldsCollector
    extends java.lang.Object
    The visible fields collector does not interfere with the local caches of JvmDeclaredTypes but only looks at the fields of those types.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void collect​(org.eclipse.xtext.common.types.JvmDeclaredType type, java.util.Map<java.lang.String,​org.eclipse.xtext.common.types.JvmIdentifiableElement> result)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VisibleFieldsCollector

        public VisibleFieldsCollector()
    • Method Detail

      • collect

        public void collect​(org.eclipse.xtext.common.types.JvmDeclaredType type,
                            java.util.Map<java.lang.String,​org.eclipse.xtext.common.types.JvmIdentifiableElement> result)