Uses of Enum Class
simula.compiler.syntaxClass.declaration.Parameter.Mode
Package
Description
Simula Compiler Declarations.
Simula Compiler Expressions.
-
Uses of Parameter.Mode in simula.compiler.syntaxClass.declaration
Modifier and TypeMethodDescriptionstatic Parameter.Mode
Returns the enum constant of this class with the specified name.static Parameter.Mode[]
Parameter.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static Parameter
StandardClass.parameter
(String ident, Parameter.Kind kind, Parameter.Mode mode, Type type) Create a new Parameterprivate static Parameter
StandardClass.parameter
(String ident, Parameter.Mode mode, Type type) Create a new Parameter(package private) void
Parameter.setMode
(Parameter.Mode mode) Utility: Set new parameter mode. -
Uses of Parameter.Mode in simula.compiler.syntaxClass.expression
Modifier and TypeMethodDescriptionprivate static void
CallProcedure.doArrayParameter
(StringBuilder s, Type formalType, Parameter.Mode mode, Expression apar) Coding Utility: Edit Array as Actual Parameter into the given StringBuilder.private static String
CallProcedure.doParameterTransmition
(Type formalType, Parameter.Kind kind, Parameter.Mode mode, Expression apar) Coding Utility: Edit parameter transmission,private static void
CallProcedure.doProcedureParameter
(StringBuilder s, Type formalType, Parameter.Mode mode, Expression apar) Coding Utility: Edit Procedure as Actual Parameter into the given StringBuilder.private static void
CallProcedure.doSimpleParameter
(StringBuilder s, Type formalType, Parameter.Mode mode, Expression apar) Coding Utility: Edit simple parameter into the given StringBuilder.