Package io.neow3j.compiler
Class DebugInfo
- java.lang.Object
-
- io.neow3j.compiler.DebugInfo
-
public class DebugInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDebugInfo.Eventstatic classDebugInfo.Method
-
Constructor Summary
Constructors Constructor Description DebugInfo()DebugInfo(io.neow3j.types.Hash160 hash, java.util.List<java.lang.String> documents, java.util.List<DebugInfo.Method> methods, java.util.List<DebugInfo.Event> events, java.util.List<java.lang.String> staticVariables)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DebugInfobuildDebugInfo(CompilationUnit compUnit)java.util.List<java.lang.String>getDocuments()java.util.List<DebugInfo.Event>getEvents()java.lang.StringgetHash()java.util.List<DebugInfo.Method>getMethods()java.util.List<java.lang.String>getStaticVariables()
-
-
-
Constructor Detail
-
DebugInfo
public DebugInfo()
-
DebugInfo
public DebugInfo(io.neow3j.types.Hash160 hash, java.util.List<java.lang.String> documents, java.util.List<DebugInfo.Method> methods, java.util.List<DebugInfo.Event> events, java.util.List<java.lang.String> staticVariables)
-
-
Method Detail
-
getHash
public java.lang.String getHash()
-
getDocuments
public java.util.List<java.lang.String> getDocuments()
-
getMethods
public java.util.List<DebugInfo.Method> getMethods()
-
getEvents
public java.util.List<DebugInfo.Event> getEvents()
-
getStaticVariables
public java.util.List<java.lang.String> getStaticVariables()
-
buildDebugInfo
public static DebugInfo buildDebugInfo(CompilationUnit compUnit)
-
-