Class CodeParseHelper
java.lang.Object
com.twineworks.tweakflow.lang.parse.util.CodeParseHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]hexToBytes(String hex) static Stringidentifier(String optionallyEscapedIdentifier) static Stringkey(org.antlr.v4.runtime.tree.ParseTree token) static SourceInfostatic SourceInfostatic SourceInfostatic Typetype(org.antlr.v4.runtime.tree.ParseTree declaration)
-
Constructor Details
-
CodeParseHelper
public CodeParseHelper()
-
-
Method Details
-
srcOf
-
srcOf
public static SourceInfo srcOf(ParseUnit unit, org.antlr.v4.runtime.Token from, org.antlr.v4.runtime.Token to) -
srcOf
-
identifier
-
type
-
key
-
hexToBytes
-