org.drools.ide.common.server.rules
Class SuggestionCompletionLoader.FieldInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuggestionCompletionLoader.FieldInfo
public SuggestionCompletionLoader.FieldInfo(Type genericType,
Class<?> type)
getGenericType
public Type getGenericType()
getType
public Class<?> getType()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.