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