Implement Strictfp modifier.

This commit is contained in:
Jakob Herrmann 2017-01-18 15:55:07 +01:00
parent e8537c3886
commit a1bbd8b11e

View File

@ -0,0 +1,20 @@
// ino.module.Public.8591.package
package de.dhbwstuttgart.syntaxtree.modifier;
// ino.class.Public.24073.declaration
public class Strictfp extends Modifier
// ino.end
// ino.class.Public.24073.body
{
// ino.method.getBitmask.24077.definition
public short getBitmask()
// ino.end
// ino.method.getBitmask.24077.body
{
return 2048;
}
// ino.end
}
// ino.end