X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Felaboration%2Fmodules%2FMethodImplementation.java;h=a381915014364e6ea63ec62f04790cfc819146ca;hb=78f577368ba4c71ad6fb3d9f16c03c634585cf7b;hp=6359171aa493579ece9d5369656ffefbbea968a3;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/MethodImplementation.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/MethodImplementation.java old mode 100755 new mode 100644 index 6359171aa..a38191501 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/MethodImplementation.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/MethodImplementation.java @@ -1,24 +1,24 @@ -package org.simantics.scl.compiler.elaboration.modules; - -import org.simantics.scl.compiler.common.names.Name; - -public class MethodImplementation { - - public final Name name; - public final boolean isDefault; - private SCLValue value; - - public MethodImplementation(Name name, boolean isDefault) { - this.name = name; - this.isDefault = isDefault; - } - - public SCLValue getValue() { - return value; - } - - public void setValue(SCLValue value) { - this.value = value; - } - -} +package org.simantics.scl.compiler.elaboration.modules; + +import org.simantics.scl.compiler.common.names.Name; + +public class MethodImplementation { + + public final Name name; + public final boolean isDefault; + private SCLValue value; + + public MethodImplementation(Name name, boolean isDefault) { + this.name = name; + this.isDefault = isDefault; + } + + public SCLValue getValue() { + return value; + } + + public void setValue(SCLValue value) { + this.value = value; + } + +}