javafx.reflect
Class TypeRef

java.lang.Object
  extended by javafx.reflect.TypeRef
Direct Known Subclasses:
ClassRef, FunctionTypeRef, SequenceTypeRef

public abstract class TypeRef
extends java.lang.Object

A run-time representation of a JavaFX type. Corresponds to java.lang.reflect.Type.


Method Summary
 SequenceTypeRef getSequenceType()
          Get a SequenceTypeRef using this as the item type.
 boolean isAssignableFrom(TypeRef cls)
          For now too conservative, if not comapring ClassRef types, use equals.
 boolean isJfxType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSequenceType

public SequenceTypeRef getSequenceType()
Get a SequenceTypeRef using this as the item type.


isJfxType

public boolean isJfxType()

isAssignableFrom

public boolean isAssignableFrom(TypeRef cls)
For now too conservative, if not comapring ClassRef types, use equals.