org.eclipse.xtend.backend.types.internal
Class SyntheticPropertyExtracter

java.lang.Object
  extended by org.eclipse.xtend.backend.types.internal.SyntheticPropertyExtracter

public final class SyntheticPropertyExtracter
extends java.lang.Object

This class creates properties from the functions of a given type by matching against Java Bean naming conventions.

Author:
Arno Haase (http://www.haase-consulting.com), André Arnold

Constructor Summary
SyntheticPropertyExtracter(ExecutionContext ctx, BackendType type)
           
 
Method Summary
 java.util.Map<java.lang.String,Property> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntheticPropertyExtracter

public SyntheticPropertyExtracter(ExecutionContext ctx,
                                  BackendType type)
Method Detail

getProperties

public java.util.Map<java.lang.String,Property> getProperties()