Uses of Class
org.eclipse.epsilon.eol.dom.TypeExpression
-
Packages that use TypeExpression Package Description org.eclipse.epsilon.eol.dom org.eclipse.epsilon.eol.parse org.eclipse.epsilon.epl.dom org.eclipse.epsilon.evl.dom -
-
Uses of TypeExpression in org.eclipse.epsilon.eol.dom
Fields in org.eclipse.epsilon.eol.dom declared as TypeExpression Modifier and Type Field Description protected TypeExpression
Operation. contextTypeExpression
protected TypeExpression
Operation. returnTypeExpression
protected TypeExpression
NewInstanceExpression. typeExpression
protected TypeExpression
Parameter. typeExpression
protected TypeExpression
VariableDeclaration. typeExpression
Fields in org.eclipse.epsilon.eol.dom with type parameters of type TypeExpression Modifier and Type Field Description protected List<TypeExpression>
TypeExpression. parameterTypeExpressions
Methods in org.eclipse.epsilon.eol.dom that return TypeExpression Modifier and Type Method Description TypeExpression
Operation. getContextTypeExpression()
TypeExpression
Operation. getReturnTypeExpression()
TypeExpression
NewInstanceExpression. getTypeExpression()
TypeExpression
Parameter. getTypeExpression()
TypeExpression
VariableDeclaration. getTypeExpression()
Methods in org.eclipse.epsilon.eol.dom that return types with arguments of type TypeExpression Modifier and Type Method Description List<TypeExpression>
TypeExpression. getParameterTypeExpressions()
Methods in org.eclipse.epsilon.eol.dom with parameters of type TypeExpression Modifier and Type Method Description void
Operation. setContextTypeExpression(TypeExpression contextTypeExpression)
void
Operation. setReturnTypeExpression(TypeExpression returnTypeExpression)
void
NewInstanceExpression. setTypeExpression(TypeExpression typeExpression)
void
Parameter. setTypeExpression(TypeExpression typeExpression)
void
VariableDeclaration. setTypeExpression(TypeExpression typeExpression)
void
IEolVisitor. visit(TypeExpression typeExpression)
Constructors in org.eclipse.epsilon.eol.dom with parameters of type TypeExpression Constructor Description Parameter(NameExpression nameExpression, TypeExpression typeExpression)
VariableDeclaration(NameExpression nameExpression, TypeExpression typeExpression, boolean instantiate, Expression... parameterExpressions)
-
Uses of TypeExpression in org.eclipse.epsilon.eol.parse
Methods in org.eclipse.epsilon.eol.parse with parameters of type TypeExpression Modifier and Type Method Description void
EolUnparser. visit(TypeExpression typeExpression)
-
Uses of TypeExpression in org.eclipse.epsilon.epl.dom
Fields in org.eclipse.epsilon.epl.dom declared as TypeExpression Modifier and Type Field Description protected TypeExpression
Role. typeExpression
-
Uses of TypeExpression in org.eclipse.epsilon.evl.dom
Fields in org.eclipse.epsilon.evl.dom declared as TypeExpression Modifier and Type Field Description protected TypeExpression
ConstraintContext. typeExpression
Methods in org.eclipse.epsilon.evl.dom that return TypeExpression Modifier and Type Method Description TypeExpression
ConstraintContext. getTypeExpression()
-