Uses of Record Class
tech.catheu.jnotebook.parse.StaticSnippet
Packages that use StaticSnippet
-
Uses of StaticSnippet in tech.catheu.jnotebook.evaluate
Methods in tech.catheu.jnotebook.evaluate that return StaticSnippetModifier and TypeMethodDescriptionInterpretedSnippet.staticSnippet()Returns the value of thestaticSnippetrecord component.Constructors in tech.catheu.jnotebook.evaluate with parameters of type StaticSnippetModifierConstructorDescriptionInterpretedSnippet(StaticSnippet staticSnippet, EvalResult evalResult) Creates an instance of aInterpretedSnippetrecord class. -
Uses of StaticSnippet in tech.catheu.jnotebook.parse
Methods in tech.catheu.jnotebook.parse that return types with arguments of type StaticSnippetModifier and TypeMethodDescription@NonNull List<StaticSnippet>StaticParsing.snippets()Returns the value of thesnippetsrecord component.