Class TypeScriptTarget


  • public class TypeScriptTarget
    extends Target
    • Field Detail

      • reservedWords

        protected static final HashSet<String> reservedWords
    • Constructor Detail

      • TypeScriptTarget

        public TypeScriptTarget​(CodeGenerator gen)
    • Method Detail

      • getInlineTestSetWordSize

        public int getInlineTestSetWordSize()
        Description copied from class: Target
        How many bits should be used to do inline token type tests? Java assumes a 64-bit word for bitsets. Must be a valid wordsize for your target like 8, 16, 32, 64, etc...
        Overrides:
        getInlineTestSetWordSize in class Target