Class TypeData
- java.lang.Object
-
- org.eclipse.xtext.xbase.typesystem.internal.TypeData
-
public class TypeData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeData(XExpression expression, ITypeExpectation expectation, LightweightTypeReference type, int flags, boolean returnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LightweightTypeReferencegetActualType()intgetConformanceFlags()ITypeExpectationgetExpectation()XExpressiongetExpression()booleanisOwnedBy(ITypeReferenceOwner owner)booleanisReturnType()voidsetConformanceFlags(int flags)java.lang.StringtoString()
-
-
-
Constructor Detail
-
TypeData
public TypeData(XExpression expression, ITypeExpectation expectation, LightweightTypeReference type, int flags, boolean returnType)
-
-
Method Detail
-
isOwnedBy
public boolean isOwnedBy(ITypeReferenceOwner owner)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getExpectation
public ITypeExpectation getExpectation()
-
getConformanceFlags
public int getConformanceFlags()
-
setConformanceFlags
public void setConformanceFlags(int flags)
-
getExpression
public XExpression getExpression()
-
getActualType
public LightweightTypeReference getActualType()
-
isReturnType
public boolean isReturnType()
-
-