Uses of Class
games.stendhal.common.parser.ExpressionType
-
Uses of ExpressionType in games.stendhal.common.parser
Modifier and TypeMethodDescriptionCompoundName.getType()
Expression.getType()
WordEntry.getType()
ExpressionType.merge(ExpressionType other)
Merge with another ExpressionType.ExpressionType.negate()
Negate the type.Modifier and TypeMethodDescriptionExpressionType.merge(ExpressionType other)
Merge with another ExpressionType.void
Expression.mergeName(Expression next, ExpressionType newType)
Merge the given following name component into this Expression.void
Expression.mergeType(ExpressionType otherType)
Merge Expression type with another one while handling null values.void
Expression.setType(ExpressionType type)
Set Expression type.