public class GoConstants
extends Object
Misc constant values for golang
-
Field Summary
Fields
Category path to place golang types in
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GOLANG_CSPEC_NAME
public static final String GOLANG_CSPEC_NAME
- See Also:
-
-
GOLANG_CATEGORYPATH
Category path to place golang types in
-
GOLANG_ABI_INTERNAL_CALLINGCONVENTION_NAME
public static final String GOLANG_ABI_INTERNAL_CALLINGCONVENTION_NAME
- See Also:
-
-
GOLANG_ABI0_CALLINGCONVENTION_NAME
public static final String GOLANG_ABI0_CALLINGCONVENTION_NAME
- See Also:
-
-
GOLANG_DUFFZERO_CALLINGCONVENTION_NAME
public static final String GOLANG_DUFFZERO_CALLINGCONVENTION_NAME
- See Also:
-
-
GOLANG_DUFFCOPY_CALLINGCONVENTION_NAME
public static final String GOLANG_DUFFCOPY_CALLINGCONVENTION_NAME
- See Also:
-
-
Constructor Details
-
GoConstants
public GoConstants()