org.drools.ide.common.server.rules
Class SuggestionCompletionLoader.FieldInfo

java.lang.Object
  extended by org.drools.ide.common.server.rules.SuggestionCompletionLoader.FieldInfo
Enclosing class:
SuggestionCompletionLoader

public static class SuggestionCompletionLoader.FieldInfo
extends Object

This represents a generalisation of java.lang.reflect.Field that is also used for Method return types. It contains enough information for use by a SuggestionCompletionLoader but should not be considered a general replacement for Field


Constructor Summary
SuggestionCompletionLoader.FieldInfo(Type genericType, Class<?> type)
           
 
Method Summary
 Type getGenericType()
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestionCompletionLoader.FieldInfo

public SuggestionCompletionLoader.FieldInfo(Type genericType,
                                            Class<?> type)
Method Detail

getGenericType

public Type getGenericType()

getType

public Class<?> getType()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.