public class ForEachDirective
extends dyvilx.tools.compiler.ast.statement.loop.ForEachStatement
action, endLabel, position, startLabel, updateLabel, variableANNOTATION, APPLY_CALL, ARRAY, BOOLEAN, BOOLEAN_AND, BOOLEAN_NOT, BOOLEAN_OR, BRACE_ACCESS, BREAK, BYTE, CAST_OPERATOR, CHAR, CLASS_ACCESS, CLASS_OPERATOR, COLON, CONSTRUCTOR_CALL, CONTINUE, CONVERSION_MATCH, DO_WHILE, DOUBLE, ENUM_ACCESS, EXACT_MATCH, FIELD_ACCESS, FIELD_ASSIGN, FLOAT, FOR, GOTO, IF, IMPLICIT_CONVERSION_MATCH, INC, INITIALIZER_CALL, INT, ISOF_OPERATOR, LAMBDA, LITERAL_CONVERSION, LONG, MAP, MATCH, MEMBER_STATEMENT, METHOD_ASSIGN, METHOD_CALL, MISMATCH, NULL, NULL_COALESCING, OPERATOR_CHAIN, OPTIONAL_CHAIN, OPTIONAL_UNWRAP, POP_EXPR, PREFIX_CALL, REFERENCE, RETURN, SECONDARY_MATCH, SECONDARY_SUBTYPE_MATCH, SHORT, STATEMENT_LIST, STRING, STRING_CONCAT, STRING_INTERPOLATION, SUBSCRIPT_GET, SUBSCRIPT_SET, SUBTYPE_MATCH, SUPER, SYNCHRONIZED, THIS, THROW, TRY, TUPLE, TYPE_OPERATOR, UNKNOWN, UPDATE_CALL, VARARGS_EXPANSION, VARIABLE, VOID, WHILE, WILDCARD, WILDCARD_PARAMETER| Constructor and Description |
|---|
ForEachDirective(dyvil.source.position.SourcePosition position,
dyvilx.tools.compiler.ast.field.IVariable var) |
ForEachDirective(dyvil.source.position.SourcePosition position,
dyvilx.tools.compiler.ast.field.IVariable var,
dyvilx.tools.compiler.ast.expression.IValue action) |
| Modifier and Type | Method and Description |
|---|---|
void |
toString(java.lang.String indent,
java.lang.StringBuilder buffer) |
check, checkTypes, cleanup, foldConstants, getAction, getBreakLabel, getContinueLabel, getPosition, getVariable, inferVariableType, isMember, resolve, resolveAction, resolveField, resolveLabel, resolveStatement, resolveTypes, setAction, setPosition, setVariable, toIterable, toIteratorLoop, toString, toStringLoop, valueTag, withType, writeStatementclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckStatement, getType, getTypeMatch, isResolved, isStatement, isUsableAsStatement, writeExpressionasIgnoredClassAccess, booleanValue, checkVarargs, doubleValue, floatValue, fromObject, getAnnotationError, hasSideEffects, intValue, isAnnotationConstant, isClassAccess, isConstant, isConstantOrField, isIgnoredClassAccess, isNumeric, isPartialWildcard, isPolyExpression, isType, longValue, setType, stringSize, stringValue, toAnnotationConstant, toAnnotationConstant, toAssignment, toCompoundAssignment, toObject, toReferenceValue, toStringBuilder, withLambdaParameter, writeAnnotationValue, writeStore, writeStoreLoadwriteInvJump, writeJump, writeNullCheckedExpressioncheckException, getCompilationContext, getHeader, getImplicitMatches, getMethodMatches, getReturnType, isConstructor, isThisAvailable, resolveClass, resolveHeader, resolvePackage, resolveTypeAliaspublic ForEachDirective(dyvil.source.position.SourcePosition position,
dyvilx.tools.compiler.ast.field.IVariable var)
public ForEachDirective(dyvil.source.position.SourcePosition position,
dyvilx.tools.compiler.ast.field.IVariable var,
dyvilx.tools.compiler.ast.expression.IValue action)
public void toString(java.lang.String indent,
java.lang.StringBuilder buffer)
toString in interface dyvilx.tools.compiler.ast.expression.IValuetoString in interface dyvilx.tools.parsing.ASTNodetoString in class dyvilx.tools.compiler.ast.statement.loop.ForEachStatement