io.sarl.lang.core.util
Class SarlUtils
final class SarlUtils
extends java.lang.Object
Utilities functions according to SARL specifications.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Since:
0.12
Field Summary
Modifier and type Field and description
public static val java.lang.String HIDDEN_MEMBER_CHARACTER
Character for hidden features.
Action Summary
Modifier and type Action and description
static boolean isHiddenMember(String)
Replies if the given name is related to an hidden action.
Field Details
HIDDEN_MEMBER_CHARACTER
public static val HIDDEN_MEMBER_CHARACTER : java.lang.String = "$"
Character for hidden features.
Action Details
isHiddenMember(String)
def isHiddenMember(String) : boolean
Replies if the given name is related to an hidden action.

An hidden action is an action that is generated by the SARL compiler, and that cannot be defined by the SARL user.
Parameters:
name - - the name to test.
Returns:
true if the given name is reserved by SARL.